Skip to content
Snippets Groups Projects
Commit c3385c32 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-822: workaround with image tags

parent 4b7cc5dd
No related branches found
No related tags found
1 merge request!417Resolve L2SS-822 "Cache archiver ts docker image"
......@@ -37,7 +37,7 @@ services:
image: hdbpp
build:
context: hdbpp
args:
args:
SOURCE_IMAGE: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}-tango-cpp:${TANGO_CPP_VERSION}
container_name: ${CONTAINER_NAME_PREFIX}hdbpp
networks:
......@@ -55,8 +55,9 @@ services:
image: hdbppts-cm
build:
context: hdbppts-cm
args:
SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/hdbpp:latest
args:
# TODO (Stefano): replace image tag with 'latest'
SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/hdbpp:l2ss-822-cache-archiver-ts-docker-image
container_name: ${CONTAINER_NAME_PREFIX}hdbppts-cm
networks:
- control
......@@ -86,8 +87,9 @@ services:
image: hdbppts-es
build:
context: hdbppts-es
args:
SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/hdbppts-cm:latest
args:
# TODO (Stefano): replace image tag with 'latest'
SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/hdbppts-cm:l2ss-822-cache-archiver-ts-docker-image
container_name: ${CONTAINER_NAME_PREFIX}hdbppts-es
networks:
- control
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment