mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
2.3.0-debian-10-r0 release
This commit is contained in:
@@ -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.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 wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-2.3.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "cecfbea0526b75f43a5587bfc8c9f5cc34be8c592f1fdb56499a4861aeb7a8fb /tmp/bitnami/pkg/cache/nats-2.3.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/nats-2.3.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/nats-2.3.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.2.6-debian-10-r22" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/nats/bin:$PATH"
|
||||
|
||||
EXPOSE 4222 6222 8222
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"nats": {
|
||||
"arch": "amd64",
|
||||
"digest": "4d4769abc6b0b35ef7c187decfb5260179a71947f800494d08e1e495a1d5b39a",
|
||||
"digest": "cecfbea0526b75f43a5587bfc8c9f5cc34be8c592f1fdb56499a4861aeb7a8fb",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.2.6-0"
|
||||
"version": "2.3.0-0"
|
||||
}
|
||||
}
|
||||
@@ -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.6`, `2.2.6-debian-10-r22`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.2.6-debian-10-r22/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.3.0`, `2.3.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.3.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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user