2.2.6-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-05-25 13:03:10 +00:00
parent 055826e404
commit a791adb713
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.2.5-0-linux-amd64-debian-10.tar.gz && \
echo "b962804565c6b68f26bca8180b2788abe9ab8366aa96a5c1b182f657b3c9fdac /tmp/bitnami/pkg/cache/nats-2.2.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nats-2.2.5-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/nats-2.2.5-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-2.2.6-0-linux-amd64-debian-10.tar.gz && \
echo "4d4769abc6b0b35ef7c187decfb5260179a71947f800494d08e1e495a1d5b39a /tmp/bitnami/pkg/cache/nats-2.2.6-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nats-2.2.6-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/nats-2.2.6-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.2.5-debian-10-r3" \
BITNAMI_IMAGE_VERSION="2.2.6-debian-10-r0" \
PATH="/opt/bitnami/nats/bin:$PATH"
EXPOSE 4222 6222 8222

View File

@@ -1,9 +1,9 @@
{
"nats": {
"arch": "amd64",
"digest": "b962804565c6b68f26bca8180b2788abe9ab8366aa96a5c1b182f657b3c9fdac",
"digest": "4d4769abc6b0b35ef7c187decfb5260179a71947f800494d08e1e495a1d5b39a",
"distro": "debian-10",
"type": "NAMI",
"version": "2.2.5-0"
"version": "2.2.6-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.2.5`, `2.2.5-debian-10-r3`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.2.5-debian-10-r3/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.2.6`, `2.2.6-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.2.6-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).