Skip to content

Commit

Permalink
Updates versions for new releases 17.4, 16.8, 15.12, 14.17, 13.20
Browse files Browse the repository at this point in the history
  • Loading branch information
maqeel75 committed Feb 20, 2025
1 parent d3c6af6 commit 153118d
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
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

0 comments on commit 153118d

Please sign in to comment.