mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/percona-mysql] Release 8.0.35-27-debian-11-r0 (#54279)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-12-24T09:51:34Z" \
|
||||
org.opencontainers.image.created="2023-12-27T17:03:11Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.0.34-26-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="8.0.35-27-debian-11-r0" \
|
||||
org.opencontainers.image.title="percona-mysql" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.0.34-26"
|
||||
org.opencontainers.image.version="8.0.35-27"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -28,7 +28,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"percona-xtrabackup-binary-8.0.35-30-3-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.6-4-linux-${OS_ARCH}-debian-11" \
|
||||
"percona-mysql-8.0.34-26-2-linux-${OS_ARCH}-debian-11" \
|
||||
"percona-mysql-8.0.35-27-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-shell-8.1.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -48,7 +48,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mysql/postunpack.sh
|
||||
ENV APP_VERSION="8.0.34-26" \
|
||||
ENV APP_VERSION="8.0.35-27" \
|
||||
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"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.0.34-26-2"
|
||||
"version": "8.0.35-27-0"
|
||||
},
|
||||
"percona-xtrabackup-binary": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "8.0"
|
||||
- 8.0-debian-11
|
||||
- 8.0.34-26
|
||||
- 8.0.35-27
|
||||
|
||||
Reference in New Issue
Block a user