Skip to content

Commit 56b2cde

Browse files
authored
PXB-3312 perconalab/percona-xtrabackup:8.0.35 contains CVEs rated as High (percona#985)
1 parent 6b195a0 commit 56b2cde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

percona-xtrabackup-8.0/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM redhat/ubi8-minimal
1+
FROM redhat/ubi9-minimal
22

33
LABEL org.opencontainers.image.authors="info@percona.com"
44

@@ -7,7 +7,7 @@ RUN microdnf -y update; \
77

88
ENV XTRABACKUP_VERSION 8.0.35-31.1
99
ENV PS_VERSION 8.0.36-28.1
10-
ENV OS_VER el8
10+
ENV OS_VER el9
1111
ENV FULL_PERCONA_VERSION "$PS_VERSION.$OS_VER"
1212
ENV FULL_PERCONA_XTRABACKUP_VERSION "$XTRABACKUP_VERSION.$OS_VER"
1313

@@ -41,7 +41,7 @@ RUN groupadd -g 1001 mysql; \
4141
-c "Default Application User" mysql
4242

4343
RUN set -ex; \
44-
curl -Lf -o /tmp/libev.rpm http://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/libev-4.24-6.el8.x86_64.rpm; \
44+
curl -Lf -o /tmp/libev.rpm https://downloads.percona.com/downloads/packaging/libev-4.33-5.el9.x86_64.rpm; \
4545
rpm -i /tmp/libev.rpm; \
4646
rm -rf /tmp/libev.rpm; \
4747
#dnf --setopt=install_weak_deps=False --best install -y \

0 commit comments

Comments
 (0)