Skip to content

Commit 08e588c

Browse files
committed
postgres & postgres-gis modified
1 parent 5b862b8 commit 08e588c

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

docker/postgres-gis/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG ETCD_VERSION
1818
ARG ARCH
1919

2020
# Spilo-specific
21-
ENV SET_USER=REL4_0_1 \
21+
ENV SET_USER=REL4_1_0 \
2222
PAM_OAUTH2=v1.0.1 \
2323
PG_PERMISSIONS=REL_1_3 \
2424
PLANTUNER_COMMIT=800d81bc85da64ff3ef66e12aed1d4e1e54fc006 \
@@ -126,8 +126,9 @@ RUN pip3 install 'PyYAML<6.0' setuptools pystache loader kazoo meld3 boto python
126126
&& cd admin/runit-2.1.2 && package/install \
127127
&& ln -s /usr/local/bin/runsvdir /usr/bin/runsvdir \
128128
&& rm -rf /pg_permissions /pgextwlist /pg_stat_kcache /pgnodemx /timescaledb /set_user /pam-oauth2 \
129-
&& rm /etc/pgbackrest.conf && rm -rf /var/spool/pgbackrest \
130-
&& ${PACKAGER} -y remove $(rpm -qa "*devel*") python3-pip python3-wheel python3-dev python3-setuptools git patchutils flatpak glibc-static gcc glibc-devel \
129+
&& rm /etc/pgbackrest.conf && rm -rf /var/spool/pgbackrest;
130+
131+
RUN ${PACKAGER} -y remove $(rpm -qa "*devel*") python3-pip python3-wheel python3-dev python3-setuptools git patchutils flatpak glibc-static gcc glibc-devel --exclude libgeotiff17-devel --exclude libtiff-devel --exclude libspatialite50-devel \
131132
&& ${PACKAGER} -y autoremove \
132133
&& ${PACKAGER} -y clean dbcache \
133134
&& ${PACKAGER} -y clean all;

docker/postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG ETCD_VERSION
1717
ARG ARCH
1818

1919
# Spilo-specific
20-
ENV SET_USER=REL4_0_1 \
20+
ENV SET_USER=REL4_1_0 \
2121
PAM_OAUTH2=v1.0.1 \
2222
PG_PERMISSIONS=REL_1_3 \
2323
PLANTUNER_COMMIT=800d81bc85da64ff3ef66e12aed1d4e1e54fc006 \

tatus

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
CON-878
2+
action_check_packages
3+
build_workflow
4+
etcd3
5+
exporter_fix
6+
fixICU
7+
fixUpgrade
8+
fixUpgradeError
9+
fixpgbackrest
10+
main
11+
* noLeaderpgBackRest
12+
pgnodemx-fix-template
13+
post_script
14+
postgis-fix
15+
postgresql17_public_beta
16+
removeMergeConflicts
17+
stanzaUpgradeFix
18+
timescaledb_via_packages
19+
updateDockerfilepgBackRest
20+
updateDockerfiles
21+
updateExtensions
22+
updateReadme
23+
update_components
24+
update_dockerfiles-postgis
25+
upgrade_fixes
26+
wal_dir

0 commit comments

Comments
 (0)