-
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 #961 from grycap/devel
Devel
- Loading branch information
Showing
10 changed files
with
51 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ swagger: '2.0' | |
|
||
info: | ||
description: Infrastructure Manager (IM) REST API. | ||
version: 1.8.7 | ||
version: 1.9.0 | ||
title: Infrastructure Manager (IM) REST API | ||
contact: | ||
email: [email protected] | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
FROM grycap/jenkins:ubuntu16.04-im | ||
ARG BRANCH=devel | ||
MAINTAINER Miguel Caballer <[email protected]> | ||
LABEL version="1.8.7" | ||
LABEL version="1.9.0" | ||
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)" | ||
|
||
EXPOSE 8899 8800 | ||
|
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,7 +1,7 @@ | ||
# Dockerfile to create a container with the IM service | ||
FROM ubuntu:18.04 | ||
LABEL maintainer="Miguel Caballer <[email protected]>" | ||
LABEL version="1.8.7" | ||
LABEL version="1.9.0" | ||
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)" | ||
EXPOSE 8899 8800 | ||
|
||
|
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y gcc git python3 | |
pip3 install pip --upgrade -I && \ | ||
/usr/local/bin/pip3 install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-storage && \ | ||
/usr/local/bin/pip3 install pyOpenSSL pycrypto cheroot xmltodict pymongo ansible==2.7.13 && \ | ||
/usr/local/bin/pip3 install IM==1.8.7 && \ | ||
/usr/local/bin/pip3 install IM==1.9.0 && \ | ||
/usr/local/bin/pip3 uninstall pip -y && \ | ||
apt-get purge -y gcc git libssl-dev libffi-dev libsqlite3-dev python3-dev 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,7 +1,7 @@ | ||
# Dockerfile to create a container with the IM service | ||
FROM ubuntu:18.04 | ||
LABEL maintainer="Miguel Caballer <[email protected]>" | ||
LABEL version="1.8.7" | ||
LABEL version="1.9.0" | ||
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)" | ||
EXPOSE 8899 8800 | ||
|
||
|
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y gcc git python | |
pip install pip --upgrade -I && \ | ||
/usr/local/bin/pip install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-storage && \ | ||
/usr/local/bin/pip install MySQL-python pyOpenSSL pycrypto xmltodict pymongo && \ | ||
/usr/local/bin/pip install IM==1.8.7 && \ | ||
/usr/local/bin/pip install IM==1.9.0 && \ | ||
/usr/local/bin/pip uninstall pip -y && \ | ||
apt-get purge -y gcc git python-dev python-pip libmysqld-dev libssl-dev libffi-dev libsqlite3-dev && \ | ||
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