Skip to content

Commit

Permalink
PXC-4357 Release tasks ticket for PXC 8.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Jan 10, 2024
1 parent a51728d commit 5641857
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions haproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,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.34
&& percona-release enable pdpxc-8.0.35 testing

# install exact version of PS for repeatability
ENV PERCONA_VERSION 8.0.34-26.1.el9
ENV PERCONA_VERSION 8.0.35-27.1.el9

RUN set -ex; \
microdnf install -y \
Expand All @@ -40,6 +40,10 @@ RUN set -ex; \
procps-ng \
vim-minimal \
policycoreutils; \
microdnf -y update \
curl-minimal \
glibc \
libnghttp2; \
\
microdnf clean all; \
rm -rf /var/cache
Expand Down

0 comments on commit 5641857

Please sign in to comment.