mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
[bitnami/mariadb] Release 10.8.7-debian-11-r0 (#23139)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="10.8.6-debian-11-r31" \
|
org.opencontainers.image.ref.name="10.8.7-debian-11-r0" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mariadb" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mariadb" \
|
||||||
org.opencontainers.image.title="mariadb" \
|
org.opencontainers.image.title="mariadb" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="10.8.6"
|
org.opencontainers.image.version="10.8.7"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl libaio1 libaudit1 libcap-ng0 libcrypt1
|
|||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \
|
"ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"mariadb-10.8.6-3-linux-${OS_ARCH}-debian-11" \
|
"mariadb-10.8.7-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
@@ -43,7 +43,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/mariadb/postunpack.sh
|
RUN /opt/bitnami/scripts/mariadb/postunpack.sh
|
||||||
ENV APP_VERSION="10.8.6" \
|
ENV APP_VERSION="10.8.7" \
|
||||||
BITNAMI_APP_NAME="mariadb" \
|
BITNAMI_APP_NAME="mariadb" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
},
|
},
|
||||||
"mariadb": {
|
"mariadb": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "3d01133634c0e0e15ca1e90351754a5d9f250de4dc7c7582452fbaf30744e54c",
|
"digest": "5ded2f01d95206ce7c578fd36acac1e24143ac81e92ab7b6ef8d129a132981c2",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "10.8.6-3"
|
"version": "10.8.7-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "10.8"
|
- "10.8"
|
||||||
- "10.8-debian-11"
|
- "10.8-debian-11"
|
||||||
- "10.8.6"
|
- "10.8.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user