diff --git a/bitnami/couchdb/3/debian-10/Dockerfile b/bitnami/couchdb/3/debian-10/Dockerfile index 28d17ff4069b..ed6b9e19d818 100644 --- a/bitnami/couchdb/3/debian-10/Dockerfile +++ b/bitnami/couchdb/3/debian-10/Dockerfile @@ -9,10 +9,10 @@ ENV HOME="/" \ 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-6" --checksum 845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-3" --checksum 26f2ba99a02266d6f3857a3a11db7ed441d76a2fbc1066a17d4b0b17b047e01d -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-4" --checksum 67e3fdaeb468d06e5205e9fe3303fc05aee8c83e705d0963d21b59ce4e03071b +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-7" --checksum 0ef01592ac0331fb1b486122aac3434cd103c3488652a871951a533037d277f8 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-4" --checksum 4b6ca846c7fa01787df6080853184ddc0188950f6380ebb154c1c87c51bac644 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-5" --checksum 277e4e6ee952753ecf761d9aac9bdf6b34a7ff8c11ef6bd0bd7653530252b7ea RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/couchdb/postunpack.sh ENV BITNAMI_APP_NAME="couchdb" \ - BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r91" \ + BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r92" \ LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/couchdb/bin:$PATH" diff --git a/bitnami/couchdb/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/couchdb/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 6aed63468176..5f7bb762035f 100644 --- a/bitnami/couchdb/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/couchdb/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,30 +1,30 @@ { "couchdb": { "arch": "amd64", - "digest": "67e3fdaeb468d06e5205e9fe3303fc05aee8c83e705d0963d21b59ce4e03071b", + "digest": "277e4e6ee952753ecf761d9aac9bdf6b34a7ff8c11ef6bd0bd7653530252b7ea", "distro": "debian-10", "type": "NAMI", - "version": "3.2.1-4" + "version": "3.2.1-5" }, "gosu": { "arch": "amd64", - "digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980", + "digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53", "distro": "debian-10", "type": "NAMI", - "version": "1.14.0-3" + "version": "1.14.0-4" }, "ini-file": { "arch": "amd64", - "digest": "26f2ba99a02266d6f3857a3a11db7ed441d76a2fbc1066a17d4b0b17b047e01d", + "digest": "4b6ca846c7fa01787df6080853184ddc0188950f6380ebb154c1c87c51bac644", "distro": "debian-10", "type": "NAMI", - "version": "1.4.1-3" + "version": "1.4.1-4" }, "wait-for-port": { "arch": "amd64", - "digest": "845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d", + "digest": "0ef01592ac0331fb1b486122aac3434cd103c3488652a871951a533037d277f8", "distro": "debian-10", "type": "NAMI", - "version": "1.0.1-6" + "version": "1.0.1-7" } } \ No newline at end of file diff --git a/bitnami/couchdb/README.md b/bitnami/couchdb/README.md index 384684aa1a35..268a0604bc48 100644 --- a/bitnami/couchdb/README.md +++ b/bitnami/couchdb/README.md @@ -41,7 +41,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-r91`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r91/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r92`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r92/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb).