2.8.4-debian-11-r3 release

This commit is contained in:
Bitnami Bot 2022-06-10 15:25:59 +00:00 committed by Bitnami Containers
parent f6e8f87e9f
commit 34dc405f0f
3 changed files with 7 additions and 7 deletions

View File

@ -9,9 +9,9 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-1" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nats" "2.8.4-0" --checksum 6c064752d09956e1abd5155e13e6f4f7e3093372692168bab80a9290b926750e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nats" "2.8.4-150" --checksum 6c064752d09956e1abd5155e13e6f4f7e3093372692168bab80a9290b926750e
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@ -4,20 +4,20 @@
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-0"
"version": "1.14.0-150"
},
"nats": {
"arch": "amd64",
"digest": "6c064752d09956e1abd5155e13e6f4f7e3093372692168bab80a9290b926750e",
"distro": "debian-11",
"type": "NAMI",
"version": "2.8.4-0"
"version": "2.8.4-150"
},
"render-template": {
"arch": "amd64",
"digest": "8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.3-1"
"version": "1.0.3-150"
}
}

View File

@ -45,7 +45,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/).
* [`2`, `2-debian-11`, `2.8.4`, `2.8.4-debian-11-r2`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.8.4-debian-11-r2/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.8.4`, `2.8.4-debian-11-r3`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.8.4-debian-11-r3/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).