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

Download missing images using our own registry

Any images missing from the artefact.skatelescope.org registry are now
configured to be downloaded from git.astron.nl:5000
parent ed45168a
Branches
Tags
1 merge request!54L2SS-251: SKA Tango images moved
DOCKER_REGISTRY_HOST=artefact.skatelescope.org DOCKER_REGISTRY_HOST=artefact.skatelescope.org
DOCKER_REGISTRY_USER=ska-tango-images DOCKER_REGISTRY_USER=ska-tango-images
LOCAL_DOCKER_REGISTRY_HOST=git.astron.nl:5000
LOCAL_DOCKER_REGISTRY_USER=lofar2.0/tango
...@@ -2,7 +2,7 @@ version: '2' ...@@ -2,7 +2,7 @@ version: '2'
services: services:
archiver-maria-db: archiver-maria-db:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/mariadb_hdbpp:latest image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/mariadb_hdbpp:2021-05-28
container_name: archiver-maria-db container_name: archiver-maria-db
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}
depends_on: depends_on:
...@@ -17,7 +17,7 @@ services: ...@@ -17,7 +17,7 @@ services:
restart: on-failure restart: on-failure
hdbpp-es: hdbpp-es:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-archiver:latest image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-archiver:2021-05-28
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}
container_name: hdbpp-es container_name: hdbpp-es
depends_on: depends_on:
...@@ -34,7 +34,7 @@ services: ...@@ -34,7 +34,7 @@ services:
hdbppes-srv 01" hdbppes-srv 01"
hdbpp-cm: hdbpp-cm:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-archiver:latest image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-archiver:2021-05-28
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}
container_name: hdbpp-cm container_name: hdbpp-cm
depends_on: depends_on:
......
...@@ -31,7 +31,7 @@ services: ...@@ -31,7 +31,7 @@ services:
- /usr/local/bin/astor - /usr/local/bin/astor
starter-example: starter-example:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-starter:latest image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-starter:2021-05-28
container_name: ${CONTAINER_NAME_PREFIX}starter-example container_name: ${CONTAINER_NAME_PREFIX}starter-example
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}
# set the hostname, otherwise duplicate device registrations result every # set the hostname, otherwise duplicate device registrations result every
......
...@@ -10,7 +10,7 @@ version: '2' ...@@ -10,7 +10,7 @@ version: '2'
services: services:
hdbpp-viewer: hdbpp-viewer:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/hdbpp_viewer:latest image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/hdbpp_viewer:2021-05-28
container_name: ${CONTAINER_NAME_PREFIX}hdbpp-viewer container_name: ${CONTAINER_NAME_PREFIX}hdbpp-viewer
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}
depends_on: depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment