2.1.2-debian-9-r42 release
This commit is contained in:
parent
b73a6e1e84
commit
4ac3dedbd7
|
|
@ -2,7 +2,7 @@ FROM bitnami/minideb:stretch
|
|||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl procps unzip wget
|
||||
RUN install_packages ca-certificates curl procps sudo unzip wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-2.1.2-0-linux-amd64-debian-9.tar.gz && \
|
||||
echo "1af8c1fe5c20f28bcbe7f226a5fd5f7948413648a6b899c08e08ca103e09ef50 /tmp/bitnami/pkg/cache/nats-2.1.2-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/nats-2.1.2-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
|
|
@ -13,7 +13,7 @@ RUN apt-get update && apt-get upgrade && \
|
|||
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.1.2-debian-9-r41" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.2-debian-9-r42" \
|
||||
PATH="/opt/bitnami/nats/bin:$PATH"
|
||||
|
||||
EXPOSE 4222 6222 8222
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`2-ol-7`, `2.1.2-ol-7-r59` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.1.2-ol-7-r59/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.1.2-debian-9-r41`, `2`, `2.1.2`, `2.1.2-r41`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.1.2-debian-9-r41/2/debian-9/Dockerfile)
|
||||
* [`2-debian-9`, `2.1.2-debian-9-r42`, `2`, `2.1.2`, `2.1.2-r42`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.1.2-debian-9-r42/2/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue