Skip to content

Commit a68f748

Browse files
committed
update public beta
1 parent 2721fed commit a68f748

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ IMAGE_TAG ?= $(BASEOS)-$(PGVERSION_FULL)-$(BUILD)
2020
POSTGIS_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
2727
BUILDWITH ?= docker

docker/pg-public-beta/Dockerfile

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

1919
# Enable Beta-Repo
2020
RUN ${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
2424
ENV 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;

docker/pgbackrest-public-beta/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ ARG ARCH
1515

1616
# Enable Beta-Repo
1717
RUN ${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

2120
RUN ${PACKAGER} -y install --nodocs \
2221
--setopt=skip_missing_names_on_install=False \

0 commit comments

Comments
 (0)