-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pg17 and remove pg12 in trigger (#1059)
- Loading branch information
1 parent
40ccd24
commit 7867564
Showing
9 changed files
with
194 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ARG BASE_IMAGE=ubuntu:22.04 | ||
ARG PGVERSION=16 | ||
ARG TIMESCALEDB="2.11.2 2.14.2" | ||
ARG PGVERSION=17 | ||
ARG TIMESCALEDB="2.15.3 2.17.2" | ||
ARG DEMO=false | ||
ARG COMPRESS=false | ||
ARG ADDITIONAL_LOCALES= | ||
|
@@ -48,21 +48,21 @@ ARG TIMESCALEDB | |
ARG TIMESCALEDB_APACHE_ONLY=true | ||
ARG TIMESCALEDB_TOOLKIT=true | ||
ARG COMPRESS | ||
ARG PGOLDVERSIONS="12 13 14 15" | ||
ARG PGOLDVERSIONS="13 14 15 16" | ||
ARG WITH_PERL=false | ||
|
||
ARG DEB_PG_SUPPORTED_VERSIONS="$PGOLDVERSIONS $PGVERSION" | ||
|
||
# Install PostgreSQL, extensions and contribs | ||
ENV POSTGIS_VERSION=3.5 \ | ||
BG_MON_COMMIT=ef60961eff92672b1e21f5260dc1211367da6f1f \ | ||
PG_AUTH_MON_COMMIT=3d010e5959285c32b155e8064c9c9b57869aeca7 \ | ||
PG_MON_COMMIT=a6c5982368edd876edbee01e51b91e7387071e21 \ | ||
SET_USER=REL4_0_1 \ | ||
PLPROFILER=REL4_2_4 \ | ||
PG_PROFILE=4.6 \ | ||
BG_MON_COMMIT=7f5887218790b263fe3f42f85f4ddc9c8400b154 \ | ||
PG_AUTH_MON_COMMIT=fe099eef7662cbc85b0b79191f47f52f1e96b779 \ | ||
PG_MON_COMMIT=ead1de70794ed62ca1e34d4022f6165ff36e9a91 \ | ||
SET_USER=REL4_1_0 \ | ||
PLPROFILER=REL4_2_5 \ | ||
PG_PROFILE=4.7 \ | ||
PAM_OAUTH2=v1.0.1 \ | ||
PG_PERMISSIONS_COMMIT=314b9359e3d77c0b2ef7dbbde97fa4be80e31925 | ||
PG_PERMISSIONS_COMMIT=f4b7c18676fa64236a1c8e28d34a35764e4a70e2 | ||
|
||
WORKDIR /builddeps | ||
RUN bash base.sh | ||
|
@@ -73,7 +73,7 @@ COPY --from=dependencies-builder /builddeps/wal-g /usr/local/bin/ | |
COPY build_scripts/patroni_wale.sh build_scripts/compress_build.sh /builddeps/ | ||
|
||
# Install patroni and wal-e | ||
ENV PATRONIVERSION=3.3.3 | ||
ENV PATRONIVERSION=3.3.4 | ||
ENV WALE_VERSION=1.1.1 | ||
|
||
WORKDIR / | ||
|
@@ -92,7 +92,6 @@ FROM builder-${COMPRESS} | |
LABEL maintainer="Team ACID @ Zalando <[email protected]>" | ||
|
||
ARG PGVERSION | ||
ARG TIMESCALEDB | ||
ARG DEMO | ||
ARG COMPRESS | ||
|
||
|
@@ -102,7 +101,6 @@ ENV LC_ALL=en_US.utf-8 \ | |
PATH=$PATH:/usr/lib/postgresql/$PGVERSION/bin \ | ||
PGHOME=/home/postgres \ | ||
RW_DIR=/run \ | ||
TIMESCALEDB=$TIMESCALEDB \ | ||
DEMO=$DEMO | ||
|
||
ENV WALE_ENV_DIR=$RW_DIR/etc/wal-e.d/env \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.