2.4.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-08-27 01:09:29 +00:00
parent e49dbcbaa2
commit 17f86bbd43
3 changed files with 8 additions and 8 deletions

View File

@@ -9,16 +9,16 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-2.3.4-0-linux-amd64-debian-10.tar.gz && \
echo "68c59efcfefca62b932a900f23774347b001dbd0374cf0908a712f551a3c31f9 /tmp/bitnami/pkg/cache/nats-2.3.4-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nats-2.3.4-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/nats-2.3.4-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-2.4.0-0-linux-amd64-debian-10.tar.gz && \
echo "3067b70d5669b558b1cdb598ddf1f57221e2964682427e23301d5a365d487790 /tmp/bitnami/pkg/cache/nats-2.4.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nats-2.4.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/nats-2.4.0-0-linux-amd64-debian-10.tar.gz
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN chown -R 1001:root /opt/bitnami/nats && chmod g+rwX /opt/bitnami/nats
ENV BITNAMI_APP_NAME="nats" \
BITNAMI_IMAGE_VERSION="2.3.4-debian-10-r21" \
BITNAMI_IMAGE_VERSION="2.4.0-debian-10-r0" \
PATH="/opt/bitnami/nats/bin:$PATH"
EXPOSE 4222 6222 8222

View File

@@ -1,9 +1,9 @@
{
"nats": {
"arch": "amd64",
"digest": "68c59efcfefca62b932a900f23774347b001dbd0374cf0908a712f551a3c31f9",
"digest": "3067b70d5669b558b1cdb598ddf1f57221e2964682427e23301d5a365d487790",
"distro": "debian-10",
"type": "NAMI",
"version": "2.3.4-0"
"version": "2.4.0-0"
}
}

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-10`, `2.3.4`, `2.3.4-debian-10-r21`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.3.4-debian-10-r21/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.4.0`, `2.4.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.4.0-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).