Skip to content
Snippets Groups Projects
Commit ed45168a authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-251: Pin rest of images referenced in .yml to specific version

This patch ensures all images available from artefact.skatelescope.org
are pinned to a specific version. This is necessary as :latest is not
available on this registry.
parent 0ed780e1
Branches
Tags
1 merge request!54L2SS-251: SKA Tango images moved
......@@ -51,7 +51,7 @@ services:
hdbppcm-srv 01"
dsconfig:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-dsconfig:latest
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-dsconfig:1.5.0.6
container_name: dsconfig
network_mode: ${NETWORK_MODE}
depends_on:
......
......@@ -13,7 +13,7 @@ version: '2'
services:
astor:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-java:latest
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-java:9.3.3.2
container_name: ${CONTAINER_NAME_PREFIX}astor
network_mode: ${NETWORK_MODE}
volumes:
......
......@@ -18,7 +18,7 @@ version: '2'
services:
jive:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-java:latest
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-java:9.3.3.2
container_name: ${CONTAINER_NAME_PREFIX}jive
network_mode: host
volumes:
......
......@@ -12,7 +12,7 @@ version: '2'
services:
logviewer:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-java:latest
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-java:9.3.3.2
container_name: ${CONTAINER_NAME_PREFIX}logviewer
network_mode: ${NETWORK_MODE}
volumes:
......
......@@ -20,7 +20,7 @@ volumes:
services:
pogo:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-pogo:latest
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-pogo:9.6.31.2
container_name: ${CONTAINER_NAME_PREFIX}pogo
network_mode: ${NETWORK_MODE}
volumes:
......
......@@ -13,7 +13,7 @@ version: '2'
services:
rest:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-rest:latest
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-rest:1.14.1.2
container_name: ${CONTAINER_NAME_PREFIX}tango-rest
network_mode: ${NETWORK_MODE}
# set the hostname, otherwise duplicate device registrations result every
......
......@@ -15,7 +15,7 @@ volumes:
services:
tangodb:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-db:latest
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-db:10.4.10
container_name: ${CONTAINER_NAME_PREFIX}tangodb
network_mode: ${NETWORK_MODE}
environment:
......@@ -30,7 +30,7 @@ services:
restart: on-failure
databaseds:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-cpp:latest
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-cpp:9.3.4.2
container_name: ${CONTAINER_NAME_PREFIX}databaseds
network_mode: ${NETWORK_MODE}
ports:
......
......@@ -11,7 +11,7 @@ version: '2'
services:
tangotest:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-java:latest
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-java:9.3.3.2
container_name: ${CONTAINER_NAME_PREFIX}tangotest
network_mode: ${NETWORK_MODE}
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment