[bitnami/couchdb] Release 3.5.1-debian-12-r6 (#89651)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-01-12 18:56:09 +01:00 committed by GitHub
parent cfb8162c95
commit 8817996f05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-01-11T06:53:03Z" \
org.opencontainers.image.created="2026-01-12T17:31:05Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/couchdb/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/couchdb" \
@ -31,7 +31,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
"wait-for-port-1.0.10-5-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.9-5-linux-${OS_ARCH}-debian-12" \
"erlang-28.3.0-0-linux-${OS_ARCH}-debian-12" \
"couchdb-3.5.1-3-linux-${OS_ARCH}-debian-12" \
"couchdb-3.5.1-4-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -51,7 +51,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/couchdb/postunpack.sh
ENV APP_VERSION="3.5.1" \
BITNAMI_APP_NAME="couchdb" \
IMAGE_REVISION="5" \
IMAGE_REVISION="6" \
LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/erlang/bin:/opt/bitnami/couchdb/bin:$PATH"