mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 16:07:49 +08:00
3.2.1-debian-10-r6 release
This commit is contained in:
@@ -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-1" --checksum 28dc75dff64df07e67b711d20859c24ebc996db0eaac06138553341d0f769299
|
||||
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 "couchdb" "3.2.1-0" --checksum 99e1f2c6219b87d9d2be2cc8092e3b98818f3e635e98c2c4dc7e738f40f20313
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-1" --checksum e9f6de12df32e33c2db2a7172cd4f845bb0ae960390ec3058a2777625dbb3d24
|
||||
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-r5" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r6" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/couchdb/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"couchdb": {
|
||||
"arch": "amd64",
|
||||
"digest": "99e1f2c6219b87d9d2be2cc8092e3b98818f3e635e98c2c4dc7e738f40f20313",
|
||||
"digest": "e9f6de12df32e33c2db2a7172cd4f845bb0ae960390ec3058a2777625dbb3d24",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.2.1-0"
|
||||
"version": "3.2.1-1"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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-r5`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r5/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r6`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r6/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user