3.1.1-debian-10-r126 release
This commit is contained in:
parent
0d9d989adf
commit
8b2a261917
|
|
@ -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.0-3" --checksum 7521d9a4f9e4e182bf32977e234026caa7b03759799868335bccb1edd8f8fd12
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.3.0-2" --checksum d89528e5d733f34ae030984584659ff10a36370d40332bd8d41c047764d39cda
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.1.1-0" --checksum 4d8fa8a728657ef21809d79689b01fd1d302486271b620369c9ee33910ab52d6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.1.1-1" --checksum 59862701cb9b637881a944590008f1e7747e5bc426450f46abbcd8c08e03df81
|
||||
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.1.1-debian-10-r125" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.1-debian-10-r126" \
|
||||
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": "4d8fa8a728657ef21809d79689b01fd1d302486271b620369c9ee33910ab52d6",
|
||||
"digest": "59862701cb9b637881a944590008f1e7747e5bc426450f46abbcd8c08e03df81",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.1-0"
|
||||
"version": "3.1.1-1"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -37,7 +37,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.1.1`, `3.1.1-debian-10-r125`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.1.1-debian-10-r125/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.1.1`, `3.1.1-debian-10-r126`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.1.1-debian-10-r126/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