-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1421 from grycap/admin_user
Admin user #1414
- Loading branch information
Showing
15 changed files
with
194 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Dockerfile to create a container with the IM service | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:22.04 | ||
ARG BRANCH=devel | ||
LABEL maintainer="Miguel Caballer <[email protected]>" | ||
LABEL version="1.12.0" | ||
|
@@ -13,9 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3 python3 | |
# Install IM | ||
RUN apt-get update && apt-get install --no-install-recommends -y python3-setuptools python3-pip git && \ | ||
pip3 install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-identity && \ | ||
pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==2.10.7&& \ | ||
pip3 install git+https://github.com/openstack/tosca-parser && \ | ||
pip3 install git+https://github.com/micafer/libcloud@micro && \ | ||
pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==6.4.0&& \ | ||
pip3 install git+https://github.com/grycap/im@$BRANCH && \ | ||
apt-get purge -y git python3-pip && \ | ||
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Dockerfile to create a container with the IM service | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:22.04 | ||
LABEL maintainer="Miguel Caballer <[email protected]>" | ||
LABEL version="1.12.0" | ||
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)" | ||
|
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3 python3 | |
# Install IM | ||
RUN apt-get update && apt-get install --no-install-recommends -y python3-setuptools python3-pip git && \ | ||
pip3 install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-identity==1.8.0 && \ | ||
pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==2.10.7&& \ | ||
pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==6.4.0&& \ | ||
pip3 install IM==1.12.0 && \ | ||
apt-get purge -y python3-pip git && \ | ||
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.