3.2.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-05-19 16:17:48 +00:00 committed by Bitnami Containers
parent df1f107da7
commit b4cacab21b
5 changed files with 10 additions and 9 deletions

View File

@ -10,16 +10,16 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 libicu63 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-10" --checksum 35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-7" --checksum 7a4f45cbebd2e242278060415dd1a3f0dbe68991fdcaea5bb311e8de54a3e027
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.2-0" --checksum 75421d34b46b37ff2d3c04e30f7b67a5b4bf77f116b72b0c7428e4815deab9d3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-9" --checksum 94c1226983b395663ad91d40c7df89f92a35d7a86eb7da9dea6f38987c8529b1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.2-0" --checksum fa600b667630a0695d48d4386929103a7520b5b3dde754513a24639490056b4f
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/couchdb/postunpack.sh
ENV APP_VERSION="3.2.1" \
ENV APP_VERSION="3.2.2" \
BITNAMI_APP_NAME="couchdb" \
LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/couchdb/bin:$PATH"

View File

@ -1,10 +1,10 @@
{
"couchdb": {
"arch": "amd64",
"digest": "94c1226983b395663ad91d40c7df89f92a35d7a86eb7da9dea6f38987c8529b1",
"digest": "fa600b667630a0695d48d4386929103a7520b5b3dde754513a24639490056b4f",
"distro": "debian-10",
"type": "NAMI",
"version": "3.2.1-9"
"version": "3.2.2-0"
},
"gosu": {
"arch": "amd64",
@ -15,10 +15,10 @@
},
"ini-file": {
"arch": "amd64",
"digest": "7a4f45cbebd2e242278060415dd1a3f0dbe68991fdcaea5bb311e8de54a3e027",
"digest": "75421d34b46b37ff2d3c04e30f7b67a5b4bf77f116b72b0c7428e4815deab9d3",
"distro": "debian-10",
"type": "NAMI",
"version": "1.4.1-7"
"version": "1.4.2-0"
},
"wait-for-port": {
"arch": "amd64",

View File

@ -65,6 +65,6 @@ export COUCHDB_BIND_ADDRESS="${COUCHDB_BIND_ADDRESS:-}"
export COUCHDB_CREATE_DATABASES="${COUCHDB_CREATE_DATABASES:-yes}"
export COUCHDB_USER="${COUCHDB_USER:-admin}"
export COUCHDB_PASSWORD="${COUCHDB_PASSWORD:-couchdb}"
export COUCHDB_SECRET="${COUCHDB_SECRET:-}"
export COUCHDB_SECRET="${COUCHDB_SECRET:-bitnami}"
# Custom environment variables may be defined below

View File

@ -133,6 +133,7 @@ couchdb_update_vm_args_file() { # TODO Confirm that works
couchdb_vm_args_set "-name" "$COUCHDB_NODENAME"
couchdb_vm_args_set "-kernel inet_dist_listen_min" "$COUCHDB_CLUSTER_PORT_NUMBER"
couchdb_vm_args_set "-kernel inet_dist_listen_max" "$COUCHDB_CLUSTER_PORT_NUMBER"
couchdb_vm_args_set "-setcookie" "$COUCHDB_SECRET"
}
########################

View File

@ -39,7 +39,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r180`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r180/3/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.2.2`, `3.2.2-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.2-debian-10-r0/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb).