Skip to content

Commit

Permalink
Update PT Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhat1595 committed Jan 22, 2025
1 parent c03aeee commit 7fc3d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions percona-toolkit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM redhat/ubi9-minimal

LABEL name="Percona Toolkit" \
release="3.5.7" \
release="3.7.0" \
vendor="Percona" \
summary="Percona Toolkit is a collection of advanced command-line tools used by Percona" \
description="Percona Toolkit is derived from Maatkit and Aspersa, two of the best-known toolkits for MySQL server administration. It is developed and supported by Percona." \
Expand All @@ -10,7 +10,7 @@ LABEL name="Percona Toolkit" \
RUN microdnf -y update; \
microdnf -y install glibc-langpack-en

ENV PS_VERSION 8.0.39-30.1.el9
ENV PS_VERSION 8.0.40-31.1.el9
ENV PT_VERSION 3.7.0-1.el9

# check repository package signature in secure way
Expand Down

0 comments on commit 7fc3d2b

Please sign in to comment.