Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
f34e7a0f
Commit
f34e7a0f
authored
2 years ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-822
: bug fix
parent
17b1b205
No related branches found
No related tags found
1 merge request
!417
Resolve L2SS-822 "Cache archiver ts docker image"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
docker-compose/archiver-timescale.yml
+13
-0
13 additions, 0 deletions
docker-compose/archiver-timescale.yml
with
14 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
f34e7a0f
...
@@ -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 hdbpp
ts-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
:
...
...
This diff is collapsed.
Click to expand it.
docker-compose/archiver-timescale.yml
+
13
−
0
View file @
f34e7a0f
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment