Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grycap/im
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Apr 11, 2022
2 parents d8d7e46 + 00950cf commit 5a9ff63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubuntu:20.04
ARG BRANCH=devel
LABEL maintainer="Miguel Caballer <micafer1@upv.es>"
LABEL version="1.11.0"
LABEL version="1.11.1"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
EXPOSE 8899 8800

Expand Down
4 changes: 2 additions & 2 deletions docker-py3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to create a container with the IM service
FROM ubuntu:20.04
LABEL maintainer="Miguel Caballer <micafer1@upv.es>"
LABEL version="1.11.0"
LABEL version="1.11.1"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
EXPOSE 8899 8800

Expand All @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3-setupto
pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==2.9.26&& \
pip3 install git+https://github.com/openstack/tosca-parser && \
pip3 install git+https://github.com/micafer/libcloud@micro && \
pip3 install IM==1.11.0 && \
pip3 install IM==1.11.1 && \
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/

Expand Down

0 comments on commit 5a9ff63

Please sign in to comment.