Skip to content

Commit

Permalink
use last commit for set_user
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda committed Sep 25, 2024
1 parent af84ed6 commit 927e954
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ ENV POSTGIS_VERSION=3.4 \
BG_MON_COMMIT=7f5887218790b263fe3f42f85f4ddc9c8400b154 \
PG_AUTH_MON_COMMIT=fe099eef7662cbc85b0b79191f47f52f1e96b779 \
PG_MON_COMMIT=ead1de70794ed62ca1e34d4022f6165ff36e9a91 \
SET_USER=REL4_1_0 \
SET_USER=REL4_0_1 \
SET_USER_COMMT=1dc57a8b6ad0adc01e2c9f21d468f2c140056261 \
PLPROFILER=REL4_2_4 \
PG_PROFILE=4.6 \
PAM_OAUTH2=v1.0.1 \
Expand Down
4 changes: 3 additions & 1 deletion postgres-appliance/build_scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ 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
git clone -b "$SET_USER" https://github.com/pgaudit/set_user.git
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
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 @@ -166,6 +167,7 @@ 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 927e954

Please sign in to comment.