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

Commit 0e6413c

Browse files
committed
Merge pull request #48 from albertinisg/release/freeze-docker-images
Release/freeze docker images
2 parents 863cd14 + 2baf2fb commit 0e6413c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docker/compose/docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ authzforce:
2525
command: bash -c "rm -rfv /opt/authzforce-ce-server/data/domains/* ; exec catalina.sh run"
2626

2727
idm:
28-
image: bitergia/idm-keyrock:5.1.0
28+
image: bitergia/idm-keyrock:5.1.0_tourguide-0.5
2929
hostname: idm
3030
links:
3131
- authzforce
@@ -38,7 +38,7 @@ idm:
3838
- AUTHZFORCE_VERSION=4.4.0
3939

4040
pepwilma:
41-
image: bitergia/pep-wilma:4.3.0
41+
image: bitergia/pep-wilma:4.3.0_tourguide-0.5
4242
hostname: pepwilma
4343
links:
4444
- orion
@@ -54,7 +54,7 @@ pepwilma:
5454
- AUTHZFORCE_VERSION=4.4.0
5555

5656
idasiotacpp:
57-
image: bitergia/idas-iota-cpp:1.2.0
57+
image: bitergia/idas-iota-cpp:1.2.0_tourguide-0.5
5858
hostname: idasiotacpp
5959
links:
6060
- mongodb
@@ -64,7 +64,7 @@ idasiotacpp:
6464
- "8081"
6565

6666
ul20client:
67-
image: bitergia/ul20-client:latest
67+
image: bitergia/ul20-client:latest_tourguide-0.5
6868
hostname: ul20client
6969
links:
7070
- orion
@@ -75,7 +75,7 @@ ul20client:
7575
- UL20_SERVICE_NAME=tourguideul20
7676

7777
cygnus:
78-
image: bitergia/cygnus:develop
78+
image: bitergia/cygnus:develop_tourguide-0.5
7979
links:
8080
- orion
8181
# - mariadb
@@ -98,7 +98,7 @@ cygnus:
9898
- ~/devel/fiware/tutorials.TourGuide-App/docker/cygnus/conf:/config
9999

100100
cep-proton:
101-
image: bitergia/cep-proton:master
101+
image: bitergia/cep-proton:master_tourguide-0.5
102102
hostname: cep-proton
103103
expose:
104104
- "8080"
@@ -111,7 +111,7 @@ cep-proton:
111111
- orion
112112

113113
tourguide:
114-
image: fiware/tutorials.tourguide-app:latest
114+
image: fiware/tutorials.tourguide-app:0.5
115115
hostname: tourguide
116116
links:
117117
- orion

docker/images/tutorials.tourguide-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV INITRD no
1010
ENV TOURGUIDE_USER tourguide
1111
ENV TOURGUIDE_USER_DIR /home/${TOURGUIDE_USER}
1212
ENV GIT_URL_TOURGUIDE https://github.com/Fiware/tutorials.TourGuide-App.git
13-
ENV GIT_REV_TOURGUIDE master
13+
ENV GIT_REV_TOURGUIDE release/0.5
1414
ENV SUBSCRIPTIONS_PATH /opt/subscribe
1515
ENV CEP_DEFINITIONS_PATH /opt/cep
1616
ENV CC_APP_SERVER_PATH ${TOURGUIDE_USER_DIR}/tutorials.TourGuide-App/server

0 commit comments

Comments
 (0)