diff --git a/bitnami/couchdb/3/debian-11/Dockerfile b/bitnami/couchdb/3/debian-11/Dockerfile index 93ce70a83846..7d6339ec0b2d 100644 --- a/bitnami/couchdb/3/debian-11/Dockerfile +++ b/bitnami/couchdb/3/debian-11/Dockerfile @@ -1,12 +1,11 @@ FROM docker.io/bitnami/minideb:bullseye -LABEL maintainer "Bitnami " - ENV HOME="/" \ OS_ARCH="amd64" \ OS_FLAVOUR="debian-11" \ OS_NAME="linux" COPY prebuildfs / +SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libc6 libgcc-s1 libicu67 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924 diff --git a/bitnami/couchdb/README.md b/bitnami/couchdb/README.md index 734547f572c9..ae348484a34c 100644 --- a/bitnami/couchdb/README.md +++ b/bitnami/couchdb/README.md @@ -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-11`, `3.2.2`, `3.2.2-debian-11-r7`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.2-debian-11-r7/3/debian-11/Dockerfile) +* [`3`, `3-debian-11`, `3.2.2`, `3.2.2-debian-11-r8`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.2-debian-11-r8/3/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb). @@ -273,7 +273,6 @@ Here is an example of extending the image with the following modifications: ```Dockerfile FROM bitnami/couchdb -LABEL maintainer "Bitnami " ### Change user to perform privileged actions USER 0