File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ IMAGE_TAG ?= $(BASEOS)-$(PGVERSION_FULL)-$(BUILD)
2020POSTGIS_IMAGE_TAG ?= $(BASEOS ) -$(PGVERSION_FULL ) -$(POSTGIS_VERSION ) -$(BUILD )
2121
2222# Public-Beta
23- PUBLICBETA ?= 2
24- BETAVERSION ?= 17
23+ PUBLICBETA ?= 1
24+ BETAVERSION ?= 18
2525
2626# Settings for the Build-Process
2727BUILDWITH ?= docker
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG ARCH
1818
1919# Enable Beta-Repo
2020RUN ${PACKAGER} config-manager --set-enabled pgdg${PGVERSION}-updates-testing \
21- && ${PACKAGER} config-manager --set-enabled pgdg${PGVERSION}-source- updates-testing;
21+ && ${PACKAGER} config-manager --set-enabled pgdg${PGVERSION}-updates-testing-source ;
2222
2323# Spilo-specific
2424ENV PAM_OAUTH2=v1.0.1 \
@@ -98,7 +98,7 @@ RUN pip3 install 'PyYAML<6.0' setuptools pystache loader kazoo meld3 boto python
9898 postgresql${version}-devel \
9999 # Modify for using origial-spilo scripts
100100 && ln -s /usr/pgsql-${version} /usr/lib/postgresql/${version} \
101- && export PATH=$PATHBACKUP:/usr/pgsql-${version}/bin \
101+ && export PATH=$PATHBACKUP:/usr/pgsql-${version}/bin; \
102102 done \
103103 && ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 glibc-static \
104104 && ${PACKAGER} -y clean all;
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ ARG ARCH
1515
1616# Enable Beta-Repo
1717RUN ${PACKAGER} config-manager --set-enabled pgdg${PGVERSION}-updates-testing \
18- && ${PACKAGER} config-manager --set-enabled pgdg${PGVERSION}-source-updates-testing \
19- && ${PACKAGER} -y update;
18+ && ${PACKAGER} config-manager --set-enabled pgdg${PGVERSION}-updates-testing-source;
2019
2120RUN ${PACKAGER} -y install --nodocs \
2221 --setopt=skip_missing_names_on_install=False \
You can’t perform that action at this time.
0 commit comments