Skip to content

Commit

Permalink
Merge pull request #322 from grycap/devel
Browse files Browse the repository at this point in the history
Set version num 1.5.4
  • Loading branch information
micafer committed May 17, 2017
2 parents 5e0a1d2 + 3a9cdb7 commit 11be37b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
'InfrastructureInfo', 'InfrastructureManager', 'recipe', 'request', 'REST', 'retry',
'ServiceRequests', 'SSH', 'SSHRetry', 'timedcall', 'UnixHTTPConnection', 'uriparse',
'VirtualMachine', 'VMRC', 'xmlobject']
__version__ = '1.5.3'
__version__ = '1.5.4'
__author__ = 'Miguel Caballer'
2 changes: 1 addition & 1 deletion docker-devel/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 grycap/jenkins:ubuntu16.04-im
MAINTAINER Miguel Caballer <micafer1@upv.es>
LABEL version="1.5.3"
LABEL version="1.5.4"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"

EXPOSE 8899 8800
Expand Down
2 changes: 1 addition & 1 deletion 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 with python 3
FROM ubuntu:16.04
MAINTAINER Miguel Caballer <micafer1@upv.es>
LABEL version="1.5.3"
LABEL version="1.5.4"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im) with python 3"
EXPOSE 8899 8800
RUN apt-get update && apt-get install -y gcc python3-dbg python3-dev python3-pip libmysqld-dev openssh-client sshpass libssl-dev libffi-dev python3-requests python3-mysqldb
Expand Down
2 changes: 1 addition & 1 deletion docker/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:16.04
MAINTAINER Miguel Caballer <micafer1@upv.es>
LABEL version="1.5.3"
LABEL version="1.5.4"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
EXPOSE 8899 8800
RUN apt-get update && apt-get install -y gcc python-dbg python-dev python-pip libmysqld-dev python-pysqlite2 openssh-client sshpass libssl-dev libffi-dev python-requests
Expand Down

0 comments on commit 11be37b

Please sign in to comment.