[bitnami/mysql] Release 5.7.40-debian-11-r0 (#9805)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
ad1baea5f4
commit
089072e7e5
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="5.7.39-debian-11-r28" \
|
||||
org.opencontainers.image.ref.name="5.7.40-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mysql" \
|
||||
org.opencontainers.image.title="mysql" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="5.7.39"
|
||||
org.opencontainers.image.version="5.7.40"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libaio1 libcom-err2 libcrypt1 libgcc-s
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"ini-file-1.4.3-154-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-5.7.39-3-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-5.7.40-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -42,7 +42,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mysql/postunpack.sh
|
||||
ENV APP_VERSION="5.7.39" \
|
||||
ENV APP_VERSION="5.7.40" \
|
||||
BITNAMI_APP_NAME="mysql" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"mysql": {
|
||||
"arch": "amd64",
|
||||
"digest": "3dda83bf12ed76604242a4c9f55212f6df488a901566f4d9dc5349bdf7d13a6c",
|
||||
"digest": "3422dabce22128101c544efd2c88766b465777146b2742213421f8b538d23ea3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.7.39-3"
|
||||
"version": "5.7.40-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "5.7"
|
||||
- "5.7-debian-11"
|
||||
- "5.7.39"
|
||||
- "5.7.40"
|
||||
|
|
|
|||
Loading…
Reference in New Issue