Skip to content
GitLab
Explore
Sign in
Register
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
ebdb617c
Commit
ebdb617c
authored
2 years ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-822
: parameterize timescaledb source image
parent
b65057ba
No related branches found
No related tags found
1 merge request
!417
Resolve L2SS-822 "Cache archiver ts docker image"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker-compose/.env
+1
-0
1 addition, 0 deletions
docker-compose/.env
docker-compose/archiver-timescale.yml
+2
-0
2 additions, 0 deletions
docker-compose/archiver-timescale.yml
docker-compose/timescaledb/Dockerfile
+2
-1
2 additions, 1 deletion
docker-compose/timescaledb/Dockerfile
with
5 additions
and
1 deletion
docker-compose/.env
+
1
−
0
View file @
ebdb617c
...
@@ -15,6 +15,7 @@ TANGO_POGO_VERSION=9.6.34
...
@@ -15,6 +15,7 @@ TANGO_POGO_VERSION=9.6.34
TANGO_REST_VERSION=1.14.6
TANGO_REST_VERSION=1.14.6
TANGO_STARTER_VERSION=2021-05-28
TANGO_STARTER_VERSION=2021-05-28
PG_TIMESCALEDB_VERSION=latest-pg12
PG_SUPERUSER_PASSWORD=password
PG_SUPERUSER_PASSWORD=password
PG_HDB_PASSWORD=hdbpp
PG_HDB_PASSWORD=hdbpp
MYSQL_ROOT_PASSWORD=secret
MYSQL_ROOT_PASSWORD=secret
...
...
This diff is collapsed.
Click to expand it.
docker-compose/archiver-timescale.yml
+
2
−
0
View file @
ebdb617c
...
@@ -8,6 +8,8 @@ services:
...
@@ -8,6 +8,8 @@ services:
image
:
timescaledb
image
:
timescaledb
build
:
build
:
context
:
timescaledb
context
:
timescaledb
args
:
SOURCE_IMAGE
:
timescale/timescaledb:${PG_TIMESCALEDB_VERSION}
container_name
:
${CONTAINER_NAME_PREFIX}archiver-timescale
container_name
:
${CONTAINER_NAME_PREFIX}archiver-timescale
networks
:
networks
:
-
control
-
control
...
...
This diff is collapsed.
Click to expand it.
docker-compose/timescaledb/Dockerfile
+
2
−
1
View file @
ebdb617c
FROM
timescale/timescaledb:latest-pg12
ARG
SOURCE_IMAGE
FROM
${SOURCE_IMAGE}
# Set admin role to perform DB creation
# Set admin role to perform DB creation
COPY
resources/01_admin.sh docker-entrypoint-initdb.d/002_admin.sh
COPY
resources/01_admin.sh docker-entrypoint-initdb.d/002_admin.sh
...
...
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