Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN if [ "$DFSET" = "centos" ] ; then \
python3-psycopg2 \
rsync \
timescaledb_${PG_MAJOR//.} \
timescaledb-toolkit-postgresql-${PG_MAJOR//.} \
wal2json_${PG_MAJOR//.} \
file \
gettext \
Expand Down Expand Up @@ -84,6 +85,7 @@ else \
python3-psycopg2 \
rsync \
timescaledb_${PG_MAJOR//.} \
timescaledb-toolkit-postgresql-${PG_MAJOR//.} \
wal2json_${PG_MAJOR//.} \
file \
unzip \
Expand Down
4 changes: 4 additions & 0 deletions build/upgrade/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN if [ "$BASEOS" = "ubi8" ] ; then \
pg_cron_${PG_MAJOR//.} \
$( printf '11\n'${PG_MAJOR} | sort -VC && echo postgresql${PG_MAJOR}-llvmjit ) \
timescaledb_${PG_MAJOR//.} \
timescaledb-toolkit-postgresql-${PG_MAJOR//.} \
wal2json_${PG_MAJOR//.} \
pgaudit_analyze \
unzip \
Expand All @@ -63,6 +64,7 @@ else \
pg_cron_${PG_MAJOR//.} \
$( printf '11\n'${PG_MAJOR} | sort -VC && echo postgresql${PG_MAJOR}-llvmjit ) \
timescaledb_${PG_MAJOR//.} \
timescaledb-toolkit-postgresql-${PG_MAJOR//.} \
wal2json_${PG_MAJOR//.} \
pgaudit_analyze \
unzip \
Expand All @@ -88,6 +90,7 @@ RUN for pg_version in $UPGRADE_PG_VERSIONS; do \
pgnodemx${pg_version} \
$( printf '11\n'${pg_version} | sort -VC && echo postgresql${pg_version}-llvmjit ) \
timescaledb_${PG_MAJOR//.} \
timescaledb-toolkit-postgresql-${PG_MAJOR//.} \
wal2json_${pg_version} \
pgaudit_analyze \
orafce_${pg_version} ; \
Expand All @@ -107,6 +110,7 @@ RUN for pg_version in $UPGRADE_PG_VERSIONS; do \
pgnodemx${pg_version} \
$( printf '11\n'${pg_version} | sort -VC && echo postgresql${pg_version}-llvmjit ) \
timescaledb_${PG_MAJOR//.} \
timescaledb-toolkit-postgresql-${PG_MAJOR//.} \
wal2json_${pg_version} \
pgaudit_analyze \
orafce_${pg_version} ; \
Expand Down