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
No related branches found
No related tags found
1 merge request!417Resolve L2SS-822 "Cache archiver ts docker image"
...@@ -490,7 +490,7 @@ docker_build_image_hdbpp: ...@@ -490,7 +490,7 @@ docker_build_image_hdbpp:
- docker-compose/hdbpp/* - docker-compose/hdbpp/*
script: script:
# Do not remove 'bash' or statement will be ignored by primitive docker shell # 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: docker_build_image_hdbppts_cm:
extends: .base_docker_images_except extends: .base_docker_images_except
only: only:
......
...@@ -39,6 +39,18 @@ services: ...@@ -39,6 +39,18 @@ services:
context: hdbpp context: hdbpp
args: args:
SOURCE_IMAGE: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}-tango-cpp:${TANGO_CPP_VERSION} 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: hdbppts-cm:
image: hdbppts-cm image: hdbppts-cm
build: build:
...@@ -69,6 +81,7 @@ services: ...@@ -69,6 +81,7 @@ services:
syslog-address: udp://${LOG_HOSTNAME}:1514 syslog-address: udp://${LOG_HOSTNAME}:1514
syslog-format: rfc3164 syslog-format: rfc3164
tag: "{{.Name}}" tag: "{{.Name}}"
hdbppts-es: hdbppts-es:
image: hdbppts-es image: hdbppts-es
build: build:
......
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