2.7.2-debian-10-r11 release

This commit is contained in:
Bitnami Bot
2022-02-16 22:24:16 +00:00
parent 2272649f4a
commit d892164c55
3 changed files with 11 additions and 11 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.1-7" --checksum ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nats" "2.7.2-1" --checksum 671a39c16b41976c2ab42410baa3dc4498a5d95c1d16dd3ad4f7c261b4f43a00
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-8" --checksum 4694f01476c5a457a71f280562df45ea542bdf3f9b298ff87643a89ea365f5fb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nats" "2.7.2-2" --checksum a6ea4fd7b29c6d9f89dbcaed972d87150213189ceaf03ef19b2d3196f3c9280d
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/nats/postunpack.sh
ENV BITNAMI_APP_NAME="nats" \
BITNAMI_IMAGE_VERSION="2.7.2-debian-10-r10" \
BITNAMI_IMAGE_VERSION="2.7.2-debian-10-r11" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/nats/bin:$PATH"
EXPOSE 4222 6222 8222

View File

@@ -1,23 +1,23 @@
{
"gosu": {
"arch": "amd64",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-4"
"version": "1.14.0-5"
},
"nats": {
"arch": "amd64",
"digest": "671a39c16b41976c2ab42410baa3dc4498a5d95c1d16dd3ad4f7c261b4f43a00",
"digest": "a6ea4fd7b29c6d9f89dbcaed972d87150213189ceaf03ef19b2d3196f3c9280d",
"distro": "debian-10",
"type": "NAMI",
"version": "2.7.2-1"
"version": "2.7.2-2"
},
"render-template": {
"arch": "amd64",
"digest": "ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba",
"digest": "4694f01476c5a457a71f280562df45ea542bdf3f9b298ff87643a89ea365f5fb",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.1-7"
"version": "1.0.1-8"
}
}

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.7.2`, `2.7.2-debian-10-r10`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.7.2-debian-10-r10/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.7.2`, `2.7.2-debian-10-r11`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.7.2-debian-10-r11/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).