Skip to content

Commit

Permalink
PKG-232 Packaging tasks for release - PXC 8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Jan 8, 2025
1 parent aa29ac7 commit d8551ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion percona-xtradb-cluster-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
percona-release enable telemetry ${PXC_REPO}; \
percona-release enable pdpxc-8.0 ${PXC_REPO}
percona-release enable pdpxc-8.0 ${PXC_REPO}; \
percona-release enable pxc-80 ${PXC_REPO};

RUN set -ex; \
curl -O https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9; \
Expand Down
3 changes: 2 additions & 1 deletion percona-xtradb-cluster-8.0/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
percona-release enable telemetry ${PXC_REPO}; \
percona-release enable pdpxc-8.0 ${PXC_REPO};
percona-release enable pdpxc-8.0 ${PXC_REPO}; \
percona-release enable pxc-80 ${PXC_REPO};

RUN set -ex; \
curl -O https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9; \
Expand Down
5 changes: 3 additions & 2 deletions percona-xtradb-cluster-8.0/Dockerfile.k8s
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL org.opencontainers.image.description="Percona XtraDB Cluster is a high ava
helps enterprises avoid downtime and outages and meet expected customer experience."
LABEL org.opencontainers.image.license="GPL"

ENV PXC_VERSION 8.0.34-26.1
ENV PXC_VERSION 8.0.39-30.1
ENV PXC_REPO release
ENV OS_VER el9
ENV FULL_PERCONA_XTRADBCLUSTER_VERSION "$PXC_VERSION.$OS_VER"
Expand All @@ -41,7 +41,8 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
percona-release enable telemetry ${PXC_REPO}; \
percona-release enable pdpxc-8.0 ${PXC_REPO}
percona-release enable pdpxc-8.0 ${PXC_REPO}; \
percona-release enable pxc-80 ${PXC_REPO}

RUN set -ex; \
curl -O https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9; \
Expand Down

0 comments on commit d8551ad

Please sign in to comment.