Skip to content

Commit

Permalink
DISTMYSQL-439 Create new orxchestrator 3.2.6-14 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Aug 8, 2024
1 parent efe9f2a commit 632dd80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ 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 pdps-8.0.36 \
&& percona-release enable-only pdps-8.0.36 release
&& percona-release setup pdps-8.0 \
&& percona-release enable-only pdps-8.0 testing

RUN set -ex; \
microdnf install -y \
Expand All @@ -33,6 +33,7 @@ RUN set -ex; \
policycoreutils; \
microdnf -y update \
curl-minimal \
glibc \
libnghttp2; \
\
microdnf clean all; \
Expand Down

0 comments on commit 632dd80

Please sign in to comment.