3.2.1-debian-10-r145 release
This commit is contained in:
parent
b5a3b5afe6
commit
27a380f889
|
|
@ -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-10" --checksum 35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-7" --checksum 7a4f45cbebd2e242278060415dd1a3f0dbe68991fdcaea5bb311e8de54a3e027
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-8" --checksum 06a33067ead82c5bbc5277b8a5b35ea0b9b36a1ca7acedab60771e709a0f51ab
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "couchdb" "3.2.1-9" --checksum 94c1226983b395663ad91d40c7df89f92a35d7a86eb7da9dea6f38987c8529b1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"couchdb": {
|
||||
"arch": "amd64",
|
||||
"digest": "06a33067ead82c5bbc5277b8a5b35ea0b9b36a1ca7acedab60771e709a0f51ab",
|
||||
"digest": "94c1226983b395663ad91d40c7df89f92a35d7a86eb7da9dea6f38987c8529b1",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.2.1-8"
|
||||
"version": "3.2.1-9"
|
||||
},
|
||||
"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-r144`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r144/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r145`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/3.2.1-debian-10-r145/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