[bitnami/percona-mysql] Release 8.0.31-23-debian-11-r0 (#23470)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b0e136c633
commit
8d82e3af46
|
|
@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.0.30-22-debian-11-r27" \
|
||||
org.opencontainers.image.ref.name="8.0.31-23-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/percona-mysql" \
|
||||
org.opencontainers.image.title="percona-mysql" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.0.30-22"
|
||||
org.opencontainers.image.version="8.0.31-23"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"percona-xtrabackup-binary-8.0.30-23-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"percona-mysql-8.0.30-22-2-linux-${OS_ARCH}-debian-11" \
|
||||
"percona-mysql-8.0.31-23-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-shell-8.0.31-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
|
|
@ -45,7 +45,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mysql/postunpack.sh
|
||||
ENV APP_VERSION="8.0.30-22" \
|
||||
ENV APP_VERSION="8.0.31-23" \
|
||||
BITNAMI_APP_NAME="percona-mysql" \
|
||||
MYSQL_HOME="/opt/bitnami/mysql/conf" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@
|
|||
},
|
||||
"percona-mysql": {
|
||||
"arch": "amd64",
|
||||
"digest": "e9590f886a959702535ca2472178c904e919125677aa9366f696091035075a80",
|
||||
"digest": "acbb296882366a5e2ff2d0c1b949afa6ee91a2a88a5fd5f22ada6993d147e6ac",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.0.30-22-2"
|
||||
"version": "8.0.31-23-0"
|
||||
},
|
||||
"percona-xtrabackup-binary": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "8.0"
|
||||
- "8.0-debian-11"
|
||||
- "8.0.30-22"
|
||||
- "latest"
|
||||
- "8.0"
|
||||
- 8.0-debian-11
|
||||
- 8.0.31-23
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue