mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 18:47:17 +08:00
[bitnami/mongodb-sharded] Release 6.0.3-debian-11-r9 (#17576)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="6.0.3-debian-11-r8" \
|
||||
org.opencontainers.image.ref.name="6.0.3-debian-11-r9" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mongodb-sharded" \
|
||||
org.opencontainers.image.title="mongodb-sharded" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -22,11 +22,11 @@ RUN install_packages ca-certificates curl libbrotli1 libcom-err2 libcurl4 libffi
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"mongodb-shell-1.6.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"yq-4.30.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"yq-4.30.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
"wait-for-port-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mongodb-6.0.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "7969f4cc8ad0a260f891cccf5694686a513f4706b48771d605645be1f3f072e2",
|
||||
"digest": "c42abbc5d57ba4c33c89e4daf46c33b0173565fbf533ef7a60281cf3283f611f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-156"
|
||||
"version": "1.16.0-0"
|
||||
},
|
||||
"mongodb": {
|
||||
"arch": "amd64",
|
||||
@@ -36,9 +36,9 @@
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "4262069ceb64e0e33d8f5af5fa4b7d06760a2b96ab2388418823a3c4346e9258",
|
||||
"digest": "a1001cdc16e5192e997377b116656643ef0240fdcdc6b455aecb876ad7e461c1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.30.5-0"
|
||||
"version": "4.30.6-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user