Skip to content

Commit

Permalink
[bitnami/mongodb] Release 7.0.3-debian-11-r0 (#52571)
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot authored Nov 9, 2023
1 parent 14a45bf commit 9dc4f63
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions bitnami/mongodb/7.0/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-10-20T20:57:18Z" \
org.opencontainers.image.created="2023-11-09T06:55:42Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="7.0.2-debian-11-r7" \
org.opencontainers.image.ref.name="7.0.3-debian-11-r0" \
org.opencontainers.image.title="mongodb" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.0.2"
org.opencontainers.image.version="7.0.3"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -28,9 +28,9 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"mongodb-shell-2.0.2-0-linux-${OS_ARCH}-debian-11" \
"yq-4.35.2-3-linux-${OS_ARCH}-debian-11" \
"wait-for-port-1.0.7-2-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.6-2-linux-${OS_ARCH}-debian-11" \
"mongodb-7.0.2-2-linux-${OS_ARCH}-debian-11" \
"wait-for-port-1.0.7-3-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.6-3-linux-${OS_ARCH}-debian-11" \
"mongodb-7.0.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -48,7 +48,7 @@ RUN chmod g+rwX /opt/bitnami

COPY rootfs /
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
ENV APP_VERSION="7.0.2" \
ENV APP_VERSION="7.0.3" \
BITNAMI_APP_NAME="mongodb" \
PATH="/opt/bitnami/mongodb/bin:/opt/bitnami/common/bin:$PATH"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "7.0.2-2"
"version": "7.0.3-0"
},
"mongodb-shell": {
"arch": "amd64",
Expand All @@ -15,13 +15,13 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.6-2"
"version": "1.0.6-3"
},
"wait-for-port": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.7-2"
"version": "1.0.7-3"
},
"yq": {
"arch": "amd64",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ print_welcome_page() {
print_image_welcome_page() {
local github_url="https://github.com/bitnami/containers"

log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
log "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
log "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
log ""
info ""
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
info ""
}

2 changes: 1 addition & 1 deletion bitnami/mongodb/7.0/debian-11/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "7.0"
- 7.0-debian-11
- 7.0.2
- 7.0.3
- latest

0 comments on commit 9dc4f63

Please sign in to comment.