3.2.1-debian-10-r46 release

This commit is contained in:
Bitnami Bot
2021-12-22 10:34:20 +00:00
parent 4d20588ebc
commit 605b0e5240
3 changed files with 5 additions and 5 deletions

View File

@@ -12,13 +12,13 @@ RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 libicu63 libssl
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-4" --checksum 53c0f1a5361a68c298f31f6701c8e8a026e77f09805d54ecfeb52cf5998d7d06 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-4" --checksum 53c0f1a5361a68c298f31f6701c8e8a026e77f09805d54ecfeb52cf5998d7d06
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-0" --checksum 3d189e4b1fcdc330fb84c14a7c6fb296deff37d3142d9a17fe0c9a5dba51ef6d RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-0" --checksum 3d189e4b1fcdc330fb84c14a7c6fb296deff37d3142d9a17fe0c9a5dba51ef6d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-1" --checksum e9f6de12df32e33c2db2a7172cd4f845bb0ae960390ec3058a2777625dbb3d24 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-2" --checksum f504ae80ea2e9a1aad582a8e321ad0aa446dc094a2f117c90d5390dd76fcf001
RUN chmod g+rwX /opt/bitnami RUN chmod g+rwX /opt/bitnami
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/couchdb/postunpack.sh RUN /opt/bitnami/scripts/couchdb/postunpack.sh
ENV BITNAMI_APP_NAME="couchdb" \ ENV BITNAMI_APP_NAME="couchdb" \
BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r45" \ BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r46" \
LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \ LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/couchdb/bin:$PATH" PATH="/opt/bitnami/common/bin:/opt/bitnami/couchdb/bin:$PATH"

View File

@@ -1,10 +1,10 @@
{ {
"couchdb": { "couchdb": {
"arch": "amd64", "arch": "amd64",
"digest": "e9f6de12df32e33c2db2a7172cd4f845bb0ae960390ec3058a2777625dbb3d24", "digest": "f504ae80ea2e9a1aad582a8e321ad0aa446dc094a2f117c90d5390dd76fcf001",
"distro": "debian-10", "distro": "debian-10",
"type": "NAMI", "type": "NAMI",
"version": "3.2.1-1" "version": "3.2.1-2"
}, },
"gosu": { "gosu": {
"arch": "amd64", "arch": "amd64",

View File

@@ -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/). 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-r45`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r45/3/debian-10/Dockerfile) * [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r46`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r46/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb). Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb).