Skip to content

Commit

Permalink
Update percona-toolkit dockerfile for 3.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhat1595 committed Dec 23, 2024
1 parent 8f7a2f9 commit 16524da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions percona-toolkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ LABEL name="Percona Toolkit" \
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PS_VERSION 8.0.35-27.1.el9
ENV PT_VERSION 3.5.7-1.el9
ENV PS_VERSION 8.0.39-30.1.el9
ENV PT_VERSION 3.7.0-1.el9

# check repository package signature in secure way
RUN set -ex; \
Expand All @@ -27,7 +27,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
percona-release enable ps-80 release; \
percona-release enable tools release
percona-release enable pt release

RUN set -ex; \
microdnf -y update; \
Expand Down

0 comments on commit 16524da

Please sign in to comment.