File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,12 @@ ARG DEB_PG_SUPPORTED_VERSIONS="$PGOLDVERSIONS $PGVERSION"
5353
5454# Install PostgreSQL, extensions and contribs
5555ENV POSTGIS_VERSION=3.6 \
56- BG_MON_COMMIT=7f5887218790b263fe3f42f85f4ddc9c8400b154 \
56+ BG_MON_COMMIT=a73c6bcd10dfdf9feaf5eabab7eb6b12d167680d \
5757 PG_AUTH_MON_COMMIT=fe099eef7662cbc85b0b79191f47f52f1e96b779 \
58- PG_MON_COMMIT=ead1de70794ed62ca1e34d4022f6165ff36e9a91 \
59- SET_USER=REL4_1_0 \
58+ PG_MON_COMMIT=88ac7b58348aa061c814982defc170644f368f39 \
6059 PLPROFILER=REL4_2_5 \
61- PG_PROFILE=4.10 \
62- PAM_OAUTH2=v1.0.1 \
63- PG_PERMISSIONS_COMMIT=f4b7c18676fa64236a1c8e28d34a35764e4a70e2
60+ PG_PROFILE=4.11 \
61+ PAM_OAUTH2=v1.0.1
6462
6563WORKDIR /builddeps
6664RUN bash base.sh
Original file line number Diff line number Diff line change 5353
5454curl -sL " https://github.com/zalando-pg/bg_mon/archive/$BG_MON_COMMIT .tar.gz" | tar xz
5555curl -sL " https://github.com/zalando-pg/pg_auth_mon/archive/$PG_AUTH_MON_COMMIT .tar.gz" | tar xz
56- curl -sL " https://github.com/cybertec-postgresql/pg_permissions/archive/$PG_PERMISSIONS_COMMIT .tar.gz" | tar xz
5756curl -sL " https://github.com/zubkov-andrei/pg_profile/archive/$PG_PROFILE .tar.gz" | tar xz
58- git clone -b " $SET_USER " https://github.com/pgaudit/set_user.git
5957
6058apt-get install -y \
6159 postgresql-common \
@@ -124,6 +122,8 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
124122 " postgresql-server-dev-${version} " \
125123 " postgresql-${version} -pgq3" \
126124 " postgresql-${version} -pg-stat-kcache" \
125+ " postgresql-${version} -pg-permissions" \
126+ " postgresql-${version} -set-user" \
127127 " ${EXTRAS[@]} "
128128
129129 # Clean up timescaledb versions - keep at least 5 minor versions, but ensure compatibility with the lowest/oldest PG version (where possible)
@@ -183,8 +183,6 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
183183
184184 for n in bg_mon-${BG_MON_COMMIT} \
185185 pg_auth_mon-${PG_AUTH_MON_COMMIT} \
186- set_user \
187- pg_permissions-${PG_PERMISSIONS_COMMIT} \
188186 pg_profile-${PG_PROFILE} \
189187 " ${EXTRA_EXTENSIONS[@]} " ; do
190188 PATH=" /usr/lib/postgresql/$version /bin:$PATH " make -C " $n " USE_PGXS=1 clean
You can’t perform that action at this time.
0 commit comments