Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates versions for new releases 17.4, 16.8, 15.12, 14.17, 13.20 #1131

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 13.18-1
ENV PPG_VERSION 13.20-1
ENV PPG_MAJOR_VERSION 13
ENV PPG_MINOR_VERSION 18
ENV PPG_MINOR_VERSION 20
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-13/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 13.18-1
ENV PPG_VERSION 13.20-1
ENV PPG_MAJOR_VERSION 13
ENV PPG_MINOR_VERSION 18
ENV PPG_MINOR_VERSION 20
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 14.15-1
ENV PPG_VERSION 14.17-1
ENV PPG_MAJOR_VERSION 14
ENV PPG_MINOR_VERSION 15
ENV PPG_MINOR_VERSION 17
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-14/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 14.15-1
ENV PPG_VERSION 14.17-1
ENV PPG_MAJOR_VERSION 14
ENV PPG_MINOR_VERSION 15
ENV PPG_MINOR_VERSION 17
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 15.10-1
ENV PPG_VERSION 15.12-1
ENV PPG_MAJOR_VERSION 15
ENV PPG_MINOR_VERSION 10
ENV PPG_MINOR_VERSION 12
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-15/Dockerfile-ol8
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 15.5-1
ENV PPG_VERSION 15.12-1
ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PPG_VERSION.$OS_VER"

Expand All @@ -30,7 +30,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
#percona-release setup -y ppg15; \
percona-release enable ppg-15.5 testing;
percona-release enable ppg-15.12 testing;

RUN set -ex; \
microdnf -y update; \
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-15/Dockerfile-ol9
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN dnf -y update; \
dnf -y install glibc-langpack-en

ENV PPG_VERSION 15.5-1
ENV PPG_VERSION 15.12-1
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "$PPG_VERSION.$OS_VER"

Expand All @@ -30,7 +30,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
#percona-release setup -y ppg15; \
percona-release enable ppg-15.5 testing;
percona-release enable ppg-15.12 testing;

RUN set -ex; \
dnf -y update; \
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-15/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 15.10-1
ENV PPG_VERSION 15.12-1
ENV PPG_MAJOR_VERSION 15
ENV PPG_MINOR_VERSION 10
ENV PPG_MINOR_VERSION 12
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 16.6-1
ENV PPG_VERSION 16.8-1
ENV PPG_MAJOR_VERSION 16
ENV PPG_MINOR_VERSION 6
ENV PPG_MINOR_VERSION 8
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-16/Dockerfile-ol9
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN dnf -y update; \
dnf -y install glibc-langpack-en

ENV PPG_VERSION 16.1-2
ENV PPG_VERSION 16.8-1
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "$PPG_VERSION.$OS_VER"

Expand All @@ -30,7 +30,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
#percona-release setup -y ppg16; \
percona-release enable ppg-16.1 testing;
percona-release enable ppg-16.8 testing;

RUN set -ex; \
dnf -y update; \
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-16/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 16.6-1
ENV PPG_VERSION 16.8-1
ENV PPG_MAJOR_VERSION 16
ENV PPG_MINOR_VERSION 6
ENV PPG_MINOR_VERSION 8
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-16/Dockerfile_back
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 16.1-2
ENV PPG_VERSION 16.8-1
ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PPG_VERSION.$OS_VER"

Expand All @@ -30,7 +30,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
#percona-release setup -y ppg16; \
percona-release enable ppg-16.1 testing;
percona-release enable ppg-16.8 testing;

RUN set -ex; \
microdnf -y update; \
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 17.2-1
ENV PPG_VERSION 17.4-1
ENV PPG_MAJOR_VERSION 17
ENV PPG_MINOR_VERSION 2
ENV PPG_MINOR_VERSION 4
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-17/Dockerfile-ol9
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN dnf -y update; \
dnf -y install glibc-langpack-en

ENV PPG_VERSION 17.0-1
ENV PPG_VERSION 17.4-1
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "$PPG_VERSION.$OS_VER"

Expand All @@ -30,7 +30,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
#percona-release setup -y ppg17; \
percona-release enable ppg-17.0 testing;
percona-release enable ppg-17.4 testing;

RUN set -ex; \
dnf -y update; \
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-17/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 17.2-1
ENV PPG_VERSION 17.4-1
ENV PPG_MAJOR_VERSION 17
ENV PPG_MINOR_VERSION 2
ENV PPG_MINOR_VERSION 4
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "${PPG_VERSION}.${OS_VER}"
ENV PPG_REPO testing
Expand Down
4 changes: 2 additions & 2 deletions percona-distribution-postgresql-17/Dockerfile_back
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="info@percona.com"
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PPG_VERSION 17.0-1
ENV PPG_VERSION 17.4-1
ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PPG_VERSION.$OS_VER"

Expand All @@ -30,7 +30,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
#percona-release setup -y ppg17; \
percona-release enable ppg-17.0 testing;
percona-release enable ppg-17.4 testing;

RUN set -ex; \
microdnf -y update; \
Expand Down
Loading