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

PKG-232 Packaging tasks for release - PXC 8.4.3 #1109

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
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
Loading