This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #228 from indigo-dc/devel
Devel
- Loading branch information
Showing
9 changed files
with
61 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
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 <[email protected]> | ||
LABEL version="1.6.7" | ||
LABEL version="1.6.8" | ||
LABEL description="Container image to run the IM service with TOSCA support. (http://www.grycap.upv.es/im)" | ||
|
||
# Install tosca-parser | ||
|
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,13 +1,13 @@ | ||
# Dockerfile to create a container with the IM service and TOSCA support | ||
FROM ubuntu:16.04 | ||
MAINTAINER Miguel Caballer <[email protected]> | ||
LABEL version="1.6.7" | ||
LABEL version="1.6.8" | ||
LABEL description="Container image to run the IM service with TOSCA support. (http://www.grycap.upv.es/im)" | ||
|
||
# Install Ansible | ||
RUN echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu xenial main" > /etc/apt/sources.list.d/ansible-ubuntu-ansible-xenial.list && \ | ||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367 && \ | ||
apt-get update && apt-get -y install wget ansible python-xmltodict && \ | ||
apt-get update && apt-get -y install wget ansible python-dbg python-xmltodict && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
# Install Azure python SDK | ||
|
@@ -23,7 +23,7 @@ RUN wget https://launchpad.net/ubuntu/+archive/primary/+files/python-msrest_0.4. | |
|
||
# Install IM | ||
RUN wget https://github.com/grycap/RADL/releases/download/v1.1.0/python-radl_1.1.0-1_all.deb && \ | ||
wget https://github.com/indigo-dc/im/releases/download/v1.6.7/python-im_1.6.7-1_all.deb && \ | ||
wget https://github.com/indigo-dc/im/releases/download/v1.6.8/python-im_1.6.8-1_all.deb && \ | ||
wget https://github.com/indigo-dc/tosca-parser/releases/download/0.9.1/python-tosca-parser_0.9.1-1_all.deb && \ | ||
dpkg -i python-radl_*_all.deb ; \ | ||
dpkg -i python-tosca-parser_*_all.deb ; \ | ||
|
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