[bitnami/couchdb] Release 3.5.1-debian-12-r23 (#92788)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
a1da49f042
commit
b0defd83af
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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` |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue