Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Release/freeze docker images #48

Merged
merged 2 commits into from
Mar 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docker/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authzforce:
command: bash -c "rm -rfv /opt/authzforce-ce-server/data/domains/* ; exec catalina.sh run"

idm:
image: bitergia/idm-keyrock:5.1.0
image: bitergia/idm-keyrock:5.1.0_tourguide-0.5
hostname: idm
links:
- authzforce
Expand All @@ -38,7 +38,7 @@ idm:
- AUTHZFORCE_VERSION=4.4.0

pepwilma:
image: bitergia/pep-wilma:4.3.0
image: bitergia/pep-wilma:4.3.0_tourguide-0.5
hostname: pepwilma
links:
- orion
Expand All @@ -54,7 +54,7 @@ pepwilma:
- AUTHZFORCE_VERSION=4.4.0

idasiotacpp:
image: bitergia/idas-iota-cpp:1.2.0
image: bitergia/idas-iota-cpp:1.2.0_tourguide-0.5
hostname: idasiotacpp
links:
- mongodb
Expand All @@ -64,7 +64,7 @@ idasiotacpp:
- "8081"

ul20client:
image: bitergia/ul20-client:latest
image: bitergia/ul20-client:latest_tourguide-0.5
hostname: ul20client
links:
- orion
Expand All @@ -75,7 +75,7 @@ ul20client:
- UL20_SERVICE_NAME=tourguideul20

cygnus:
image: bitergia/cygnus:develop
image: bitergia/cygnus:develop_tourguide-0.5
links:
- orion
# - mariadb
Expand All @@ -98,7 +98,7 @@ cygnus:
- ~/devel/fiware/tutorials.TourGuide-App/docker/cygnus/conf:/config

cep-proton:
image: bitergia/cep-proton:master
image: bitergia/cep-proton:master_tourguide-0.5
hostname: cep-proton
expose:
- "8080"
Expand All @@ -111,7 +111,7 @@ cep-proton:
- orion

tourguide:
image: fiware/tutorials.tourguide-app:latest
image: fiware/tutorials.tourguide-app:0.5
hostname: tourguide
links:
- orion
Expand Down
2 changes: 1 addition & 1 deletion docker/images/tutorials.tourguide-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV INITRD no
ENV TOURGUIDE_USER tourguide
ENV TOURGUIDE_USER_DIR /home/${TOURGUIDE_USER}
ENV GIT_URL_TOURGUIDE https://github.com/Fiware/tutorials.TourGuide-App.git
ENV GIT_REV_TOURGUIDE master
ENV GIT_REV_TOURGUIDE release/0.5
ENV SUBSCRIPTIONS_PATH /opt/subscribe
ENV CEP_DEFINITIONS_PATH /opt/cep
ENV CC_APP_SERVER_PATH ${TOURGUIDE_USER_DIR}/tutorials.TourGuide-App/server
Expand Down