File tree Expand file tree Collapse file tree 3 files changed +31
-4
lines changed
Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG ETCD_VERSION
1818ARG 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;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG ETCD_VERSION
1717ARG 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 \
Original file line number Diff line number Diff line change 1+ CON-878[m
2+ action_check_packages[m
3+ build_workflow[m
4+ etcd3[m
5+ exporter_fix[m
6+ fixICU[m
7+ fixUpgrade[m
8+ fixUpgradeError[m
9+ fixpgbackrest[m
10+ main[m
11+ * [32mnoLeaderpgBackRest[m
12+ pgnodemx-fix-template[m
13+ post_script[m
14+ postgis-fix[m
15+ postgresql17_public_beta[m
16+ removeMergeConflicts[m
17+ stanzaUpgradeFix[m
18+ timescaledb_via_packages[m
19+ updateDockerfilepgBackRest[m
20+ updateDockerfiles[m
21+ updateExtensions[m
22+ updateReadme[m
23+ update_components[m
24+ update_dockerfiles-postgis[m
25+ upgrade_fixes[m
26+ wal_dir[m
You can’t perform that action at this time.
0 commit comments