File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ LABEL name="mysql-router" \
77 org.opencontainers.image.authors="info@percona.com" \
88 maintainer="Percona Development <info@percona.com>"
99
10- ENV ROUTE_VERSION 8.0.42-33 .1
11- ENV MYSQL_SHELL_VERSION 8.0.42 -1
10+ ENV ROUTE_VERSION 8.0.44-35 .1
11+ ENV MYSQL_SHELL_VERSION 8.0.44 -1
1212ENV OS_VER el9
1313ENV FULL_ROUTE_VERSION "$ROUTE_VERSION.$OS_VER"
1414ENV FULL_MYSQL_SHELL_VERSION "$MYSQL_SHELL_VERSION.$OS_VER"
@@ -18,6 +18,7 @@ RUN set -ex; \
1818 microdnf -y update; \
1919 microdnf -y install glibc-langpack-en \
2020 nss_wrapper \
21+ python \
2122 shadow-utils; \
2223 microdnf clean all; \
2324 groupadd -g 1001 mysql; \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ LABEL name="mysql-router" \
77 org.opencontainers.image.authors="info@percona.com" \
88 maintainer="Percona Development <info@percona.com>"
99
10- ENV ROUTE_VERSION 8.4.5-5 .1
11- ENV MYSQL_SHELL_VERSION 8.4.5 -1
10+ ENV ROUTE_VERSION 8.4.7-7 .1
11+ ENV MYSQL_SHELL_VERSION 8.4.7 -1
1212ENV OS_VER el9
1313ENV FULL_ROUTE_VERSION "$ROUTE_VERSION.$OS_VER"
1414ENV FULL_MYSQL_SHELL_VERSION "$MYSQL_SHELL_VERSION.$OS_VER"
@@ -18,6 +18,7 @@ RUN set -ex; \
1818 microdnf -y update; \
1919 microdnf -y install glibc-langpack-en \
2020 nss_wrapper \
21+ python \
2122 shadow-utils; \
2223 microdnf clean all; \
2324 groupadd -g 1001 mysql; \
You can’t perform that action at this time.
0 commit comments