Skip to content

Commit

Permalink
update set-user
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda committed Sep 23, 2024
1 parent 17bb851 commit af84ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@ ENV POSTGIS_VERSION=3.4 \
BG_MON_COMMIT=7f5887218790b263fe3f42f85f4ddc9c8400b154 \
PG_AUTH_MON_COMMIT=fe099eef7662cbc85b0b79191f47f52f1e96b779 \
PG_MON_COMMIT=ead1de70794ed62ca1e34d4022f6165ff36e9a91 \
SET_USER=REL4_0_1 \
SET_USER_COMMT=7f063e5d6e9e03847cf96c40b6ff62583ef457d5 \
SET_USER=REL4_1_0 \
PLPROFILER=REL4_2_4 \
PG_PROFILE=4.6 \
PAM_OAUTH2=v1.0.1 \
PG_PERMISSIONS_COMMIT=f4b7c18676fa64236a1c8e28d34a35764e4a70e2 \
PG_STAT_KCACHE_COMMIT=a83ff3dd8f973027df760db7c16d8b0f60682395
PG_STAT_KCACHE_COMMIT=97305e929294bb968d3b861b636650cc397764cd

WORKDIR /builddeps
RUN bash base.sh
Expand Down
4 changes: 1 addition & 3 deletions postgres-appliance/build_scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ curl -sL "https://github.com/zalando-pg/bg_mon/archive/$BG_MON_COMMIT.tar.gz" |
curl -sL "https://github.com/zalando-pg/pg_auth_mon/archive/$PG_AUTH_MON_COMMIT.tar.gz" | tar xz
curl -sL "https://github.com/cybertec-postgresql/pg_permissions/archive/$PG_PERMISSIONS_COMMIT.tar.gz" | tar xz
curl -sL "https://github.com/zubkov-andrei/pg_profile/archive/$PG_PROFILE.tar.gz" | tar xz
curl -sL "https://github.com/pgaudit/set_user/archive/$SET_USER_COMMT.tar.gz" | tar xz
# git clone -b "$SET_USER" https://github.com/pgaudit/set_user.git # pg17 support is not released
git clone -b "$SET_USER" https://github.com/pgaudit/set_user.git
curl -sL "https://github.com/powa-team/pg_stat_kcache/archive/$PG_STAT_KCACHE_COMMIT.tar.gz" | tar xz # pg17 support is not released
git clone https://github.com/timescale/timescaledb.git

Expand Down Expand Up @@ -167,7 +166,6 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do

for n in bg_mon-${BG_MON_COMMIT} \
pg_auth_mon-${PG_AUTH_MON_COMMIT} \
set_user-${SET_USER_COMMT} \
pg_permissions-${PG_PERMISSIONS_COMMIT} \
pg_profile-${PG_PROFILE} \
pg_stat_kcache-${PG_STAT_KCACHE_COMMIT} \
Expand Down

0 comments on commit af84ed6

Please sign in to comment.