mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
[bitnami/mongodb] Release 5.0.14-debian-11-r0 (#14502)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.0.13-debian-11-r18" \
|
||||
org.opencontainers.image.ref.name="5.0.14-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mongodb" \
|
||||
org.opencontainers.image.title="mongodb" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="5.0.13"
|
||||
org.opencontainers.image.version="5.0.14"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -25,7 +25,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"yq-4.30.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"wait-for-port-1.0.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mongodb-5.0.13-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mongodb-5.0.14-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -44,7 +44,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
|
||||
ENV APP_VERSION="5.0.13" \
|
||||
ENV APP_VERSION="5.0.14" \
|
||||
BITNAMI_APP_NAME="mongodb" \
|
||||
PATH="/opt/bitnami/mongodb/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"mongodb": {
|
||||
"arch": "amd64",
|
||||
"digest": "e3923c2737f25563c0a164a548afd5a338de73d7d8f2e278792bcdf806562c7f",
|
||||
"digest": "96d14df7585039be0e606b27fbba1826bb24d16d800998ab7f2007f4d06818ca",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.13-1"
|
||||
"version": "5.0.14-0"
|
||||
},
|
||||
"mongodb-shell": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "5.0"
|
||||
- "5.0-debian-11"
|
||||
- "5.0.13"
|
||||
- "5.0.14"
|
||||
|
||||
Reference in New Issue
Block a user