From 18121f88e182978fe9824991cb7ad814e2770291 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Tue, 4 Oct 2022 12:13:46 +0200 Subject: [PATCH] L2SS-822: replace branch tag with latest --- docker-compose/archiver-timescale.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose/archiver-timescale.yml b/docker-compose/archiver-timescale.yml index ff46d103c..405ef8687 100644 --- a/docker-compose/archiver-timescale.yml +++ b/docker-compose/archiver-timescale.yml @@ -56,8 +56,7 @@ services: build: context: hdbppts-cm 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 + SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/hdbpp:latest container_name: ${CONTAINER_NAME_PREFIX}hdbppts-cm networks: - control @@ -87,8 +86,7 @@ services: build: context: hdbppts-es 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 + SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/hdbpp:latest container_name: ${CONTAINER_NAME_PREFIX}hdbppts-es networks: - control -- GitLab