3.2.2-debian-11-r8 release
This commit is contained in:
parent
ec6e52675a
commit
6c856ccb3b
|
|
@ -1,12 +1,11 @@
|
|||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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 <containers@bitnami.com>"
|
||||
|
||||
### Change user to perform privileged actions
|
||||
USER 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue