[bitnami/couchdb] Release 3.5.1-debian-12-r13 (#91531)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
40d2eda307
commit
f5aa25c26c
|
|
@ -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-02-23T15:38:57Z" \
|
||||
org.opencontainers.image.created="2026-03-12T09:50:46Z" \
|
||||
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" \
|
||||
|
|
@ -28,9 +28,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"wait-for-port-1.0.10-7-linux-${OS_ARCH}-debian-12" \
|
||||
"ini-file-1.4.9-7-linux-${OS_ARCH}-debian-12" \
|
||||
"erlang-28.3.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.10-8-linux-${OS_ARCH}-debian-12" \
|
||||
"ini-file-1.4.9-8-linux-${OS_ARCH}-debian-12" \
|
||||
"erlang-28.4.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"couchdb-3.5.1-8-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -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="12" \
|
||||
IMAGE_REVISION="13" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/erlang/bin:/opt/bitnami/couchdb/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# Bitnami Secure Image for CouchDB
|
||||
|
||||
## What is CouchDB?
|
||||
|
||||
> CouchDB is an open source NoSQL database that stores your data with JSON documents, which you can access via HTTP. It allows you to index, combine, and transform your documents with JavaScript.
|
||||
|
||||
[Overview of CouchDB](https://couchdb.apache.org)
|
||||
|
|
@ -9,6 +7,8 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema
|
|||
|
||||
## TL;DR
|
||||
|
||||
Use this quick command to run the container.
|
||||
|
||||
```console
|
||||
docker run --name couchdb bitnami/couchdb:latest
|
||||
```
|
||||
|
|
@ -86,7 +86,7 @@ couchdb:
|
|||
...
|
||||
```
|
||||
|
||||
> NOTE: As this is a non-root container, the mounted files and directories must have the proper permissions for the UID `1001`.
|
||||
> **NOTE** As this is a non-root container, the mounted files and directories must have the proper permissions for the UID `1001`.
|
||||
|
||||
## Connecting to other containers
|
||||
|
||||
|
|
@ -96,8 +96,12 @@ Containers attached to the same network can communicate with each other using th
|
|||
|
||||
## Configuration
|
||||
|
||||
The following sections describe environment variables and related settings.
|
||||
|
||||
### Environment variables
|
||||
|
||||
The following tables list the main variables you can set.
|
||||
|
||||
#### Customizable environment variables
|
||||
|
||||
| Name | Description | Default Value |
|
||||
|
|
@ -165,7 +169,9 @@ FROM bitnami/couchdb
|
|||
...
|
||||
```
|
||||
|
||||
## Notable Changes
|
||||
## Notable changes
|
||||
|
||||
The following subsections describe notable changes.
|
||||
|
||||
### 3.0.0-0-debian-10-r0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue