Skip to content

Commit

Permalink
DISTMYSQL-299 Create and build packages for PDPXC 8.0.32-24
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Apr 18, 2023
1 parent 76fc3f8 commit 301d81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RUN export GNUPGHOME="$(mktemp -d)" \
&& rpm -i /tmp/percona-release.rpm \
&& rm -rf "$GNUPGHOME" /tmp/percona-release.rpm \
&& rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY \
&& percona-release setup pdpxc-8.0.31
&& percona-release setup pdpxc-8.0.32

# install exact version of PS for repeatability
ENV PERCONA_VERSION 8.0.31-23.1.el9
ENV PERCONA_VERSION 8.0.32-24.1.el9

RUN set -ex; \
curl -Lf -o /tmp/krb5-libs.rpm https://yum.oracle.com/repo/OracleLinux/OL9/baseos/latest/x86_64/getPackage/krb5-libs-1.19.1-24.0.1.el9_1.x86_64.rpm; \
Expand Down

0 comments on commit 301d81a

Please sign in to comment.