3.2.1-debian-10-r79 release
This commit is contained in:
parent
007a8ac54e
commit
0d7d490b72
|
|
@ -12,7 +12,7 @@ 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-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-3" --checksum 2168c40b3d1e139e6c13ccca9fc4279463aec93ab71a3fb00c8abd7bd9df5d8e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-4" --checksum 67e3fdaeb468d06e5205e9fe3303fc05aee8c83e705d0963d21b59ce4e03071b
|
||||
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-r78" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r79" \
|
||||
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": "2168c40b3d1e139e6c13ccca9fc4279463aec93ab71a3fb00c8abd7bd9df5d8e",
|
||||
"digest": "67e3fdaeb468d06e5205e9fe3303fc05aee8c83e705d0963d21b59ce4e03071b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.2.1-3"
|
||||
"version": "3.2.1-4"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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-r78`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r78/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r79`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r79/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue