Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Conarx Containers - TimescaleDB Docker Image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker Containers
Conarx Containers - TimescaleDB Docker Image
Commits
014b8d4d
Commit
014b8d4d
authored
1 month ago
by
Nigel Kukard
Browse files
Options
Downloads
Plain Diff
Merge branch 'nkupdates' into 'main'
Nkupdates See merge request
!76
parents
b9982fc9
0df53968
No related branches found
Branches containing commit
No related tags found
1 merge request
!76
Nkupdates
Pipeline
#19734
passed
1 week ago
Stage: build
Stage: test
Stage: release
Changes
1
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
4
−
4
View file @
014b8d4d
...
...
@@ -21,7 +21,7 @@
FROM
registry.conarx.tech/containers/postgresql/3.21
as
tsbuilder-base
ENV
POSTGRESQL_VER=17.
2
ENV
POSTGRESQL_VER=17.
3
# Copy build patches
COPY
patches build/patches
...
...
@@ -54,9 +54,9 @@ RUN set -eux; \
FROM
tsbuilder-base
as
tsbuilder-2.1
7
.2
FROM
tsbuilder-base
as
tsbuilder-2.1
8
.2
ENV
TIMESCALEDB_VER=2.1
7
.2
ENV
TIMESCALEDB_VER=2.1
8
.2
# Checkout the right version
RUN
set
-eux
;
\
...
...
@@ -115,7 +115,7 @@ FROM registry.conarx.tech/containers/postgresql/3.21
# NK: Versions are reverse ordered so newer ones overwrite data from older ones
COPY
--from=tsbuilder-2.1
7
.2 /build/timescaledb-root /
COPY
--from=tsbuilder-2.1
8
.2 /build/timescaledb-root /
ARG
VERSION_INFO=
...
...
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