From b0defd83afd802aad5708bf9b7fac806872faa86 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 5 May 2026 13:09:09 +0200 Subject: [PATCH] [bitnami/couchdb] Release 3.5.1-debian-12-r23 (#92788) Signed-off-by: Bitnami Bot --- bitnami/couchdb/3/debian-12/Dockerfile | 4 ++-- .../3/debian-12/rootfs/opt/bitnami/scripts/couchdb-env.sh | 2 ++ bitnami/couchdb/README.md | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bitnami/couchdb/3/debian-12/Dockerfile b/bitnami/couchdb/3/debian-12/Dockerfile index 203d0e99d653..c10053efcf31 100644 --- a/bitnami/couchdb/3/debian-12/Dockerfile +++ b/bitnami/couchdb/3/debian-12/Dockerfile @@ -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-05-05T07:12:11Z" \ + org.opencontainers.image.created="2026-05-05T10:52:16Z" \ 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" \ @@ -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="22" \ + IMAGE_REVISION="23" \ LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/erlang/bin:/opt/bitnami/couchdb/bin:$PATH" diff --git a/bitnami/couchdb/3/debian-12/rootfs/opt/bitnami/scripts/couchdb-env.sh b/bitnami/couchdb/3/debian-12/rootfs/opt/bitnami/scripts/couchdb-env.sh index e87cc21a6833..8764755c6a6c 100644 --- a/bitnami/couchdb/3/debian-12/rootfs/opt/bitnami/scripts/couchdb-env.sh +++ b/bitnami/couchdb/3/debian-12/rootfs/opt/bitnami/scripts/couchdb-env.sh @@ -55,6 +55,8 @@ export COUCHDB_CONF_DIR="${COUCHDB_BASE_DIR}/etc" export COUCHDB_CONF_FILE="${COUCHDB_CONF_DIR}/default.d/10-bitnami.ini" export COUCHDB_DATA_DIR="${COUCHDB_VOLUME_DIR}/data" export COUCHDB_INITSCRIPTS_DIR="/docker-entrypoint-initdb.d" +export COUCHDB_TMP_DIR="${COUCHDB_BASE_DIR}/var/run" +export COUCHDB_PID_FILE="${COUCHDB_TMP_DIR}/couchdb.pid" # System users (when running with a privileged user) export COUCHDB_DAEMON_USER="couchdb" diff --git a/bitnami/couchdb/README.md b/bitnami/couchdb/README.md index bee6df745e6e..a8a3cd89edb2 100644 --- a/bitnami/couchdb/README.md +++ b/bitnami/couchdb/README.md @@ -99,6 +99,8 @@ The following tables list the main variables you can set. | `COUCHDB_CONF_FILE` | CouchDB configuration file. | `${COUCHDB_CONF_DIR}/default.d/10-bitnami.ini` | | `COUCHDB_DATA_DIR` | CouchDB directory where data is stored. | `${COUCHDB_VOLUME_DIR}/data` | | `COUCHDB_INITSCRIPTS_DIR` | Path to directory containing custom init scripts executed on first boot. | `/docker-entrypoint-initdb.d` | +| `COUCHDB_TMP_DIR` | Directory where CouchDB temporary files are stored. | `${COUCHDB_BASE_DIR}/var/run` | +| `COUCHDB_PID_FILE` | Path to the PID file for CouchDB. | `${COUCHDB_TMP_DIR}/couchdb.pid` | | `COUCHDB_DAEMON_USER` | CouchDB system user. | `couchdb` | | `COUCHDB_DAEMON_GROUP` | CouchDB system group. | `couchdb` |