File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM redhat/ubi8 -minimal
1+ FROM redhat/ubi9 -minimal
22
33LABEL org.opencontainers.image.authors="info@percona.com"
44
@@ -7,7 +7,7 @@ RUN microdnf -y update; \
77
88ENV XTRABACKUP_VERSION 8.0.35-31.1
99ENV PS_VERSION 8.0.36-28.1
10- ENV OS_VER el8
10+ ENV OS_VER el9
1111ENV FULL_PERCONA_VERSION "$PS_VERSION.$OS_VER"
1212ENV 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
4343RUN 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 \
You can’t perform that action at this time.
0 commit comments