From 4b7cc5dd416514fbd22f9627c8466d71f7685bbb Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Mon, 26 Sep 2022 15:39:54 +0200 Subject: [PATCH] L2SS-822: fix source image names --- docker-compose/archiver-timescale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose/archiver-timescale.yml b/docker-compose/archiver-timescale.yml index 48249ea6b..9d5d87f42 100644 --- a/docker-compose/archiver-timescale.yml +++ b/docker-compose/archiver-timescale.yml @@ -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 -- GitLab