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

L2SS-822: fix source image names

parent 83d0e4d0
No related branches found
No related tags found
1 merge request!417Resolve L2SS-822 "Cache archiver ts docker image"
......@@ -56,7 +56,7 @@ services:
build:
context: hdbppts-cm
args:
SOURCE_IMAGE: hdbpp
SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/hdbpp:latest
container_name: ${CONTAINER_NAME_PREFIX}hdbppts-cm
networks:
- control
......@@ -87,7 +87,7 @@ services:
build:
context: hdbppts-es
args:
SOURCE_IMAGE: hdbppts-cm
SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/hdbppts-cm:latest
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.
Please register or to comment