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

L2SS-822: bug fix

parent 17b1b205
Branches
Tags
1 merge request!417Resolve L2SS-822 "Cache archiver ts docker image"
......@@ -490,7 +490,7 @@ docker_build_image_hdbpp:
- docker-compose/hdbpp/*
script:
# Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbppts-cm $tag
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbpp $tag
docker_build_image_hdbppts_cm:
extends: .base_docker_images_except
only:
......
......@@ -39,6 +39,18 @@ services:
context: hdbpp
args:
SOURCE_IMAGE: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}-tango-cpp:${TANGO_CPP_VERSION}
container_name: ${CONTAINER_NAME_PREFIX}hdbpp
networks:
- control
depends_on:
- databaseds
- dsconfig
- archiver-timescale
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- TANGO_HOST=${TANGO_HOST}
hdbppts-cm:
image: hdbppts-cm
build:
......@@ -69,6 +81,7 @@ services:
syslog-address: udp://${LOG_HOSTNAME}:1514
syslog-format: rfc3164
tag: "{{.Name}}"
hdbppts-es:
image: hdbppts-es
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment