Skip to content

Commit

Permalink
specify version explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda committed Nov 11, 2024
1 parent c38bbd9 commit f337271
Show file tree
Hide file tree
Showing 4 changed files with 10,336 additions and 6 deletions.
2 changes: 2 additions & 0 deletions postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG BASE_IMAGE=ubuntu:22.04
ARG PGVERSION=17
ARG TIMESCALEDB="2.15.3 2.17.2"
ARG DEMO=false
ARG COMPRESS=false
ARG ADDITIONAL_LOCALES=
Expand Down Expand Up @@ -43,6 +44,7 @@ COPY build_scripts/base.sh /builddeps/
COPY --from=dependencies-builder /builddeps/*.deb /builddeps/

ARG PGVERSION
ARG TIMESCALEDB
ARG TIMESCALEDB_APACHE_ONLY=true
ARG TIMESCALEDB_TOOLKIT=true
ARG COMPRESS
Expand Down
Loading

0 comments on commit f337271

Please sign in to comment.