2.6.5-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-11-22 16:34:44 +00:00
parent 5996a66e9f
commit e4a5c01961
3 changed files with 5 additions and 5 deletions

View File

@@ -11,13 +11,13 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-1" --checksum 00722b62c7561929e039877a6e445a4bb782c340890c0a090fdae3c9e1960161
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nats" "2.6.4-1" --checksum 3097fb883f90866f7cb3e3ab9aa655f7517a171ea96d7dbc7486a3e77a336e3d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nats" "2.6.5-0" --checksum 7f49e313fc37800a679cf1eb83961e5128eb8ef0dafb7cf1455674c51e7ad062
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/nats/postunpack.sh
ENV BITNAMI_APP_NAME="nats" \
BITNAMI_IMAGE_VERSION="2.6.4-debian-10-r14" \
BITNAMI_IMAGE_VERSION="2.6.5-debian-10-r0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/nats/bin:$PATH"
EXPOSE 4222 6222 8222

View File

@@ -8,10 +8,10 @@
},
"nats": {
"arch": "amd64",
"digest": "3097fb883f90866f7cb3e3ab9aa655f7517a171ea96d7dbc7486a3e77a336e3d",
"digest": "7f49e313fc37800a679cf1eb83961e5128eb8ef0dafb7cf1455674c51e7ad062",
"distro": "debian-10",
"type": "NAMI",
"version": "2.6.4-1"
"version": "2.6.5-0"
},
"render-template": {
"arch": "amd64",

View File

@@ -48,7 +48,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-10`, `2.6.4`, `2.6.4-debian-10-r14`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.6.4-debian-10-r14/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.6.5`, `2.6.5-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.6.5-debian-10-r0/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).