mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
1.3.0-debian-9-r0 release
Update nats to 1.3.0
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM bitnami/minideb:stretch as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-1.2.0-9-linux-amd64-debian-9.tar.gz && \
|
||||
echo "dd9ff17541ceae79d78e11de4cec8cde2632b1a99ed00fa0ca95da6fff9fc115 /tmp/bitnami/pkg/cache/nats-1.2.0-9-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/nats-1.2.0-9-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/nats-1.2.0-9-linux-amd64-debian-9.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-1.3.0-0-linux-amd64-debian-9.tar.gz && \
|
||||
echo "8eca35ea4015b80b1b0d55e22efb3ac79c40e2058f2222f4b465bfb3fc282ae2 /tmp/bitnami/pkg/cache/nats-1.3.0-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/nats-1.3.0-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/nats-1.3.0-0-linux-amd64-debian-9.tar.gz
|
||||
|
||||
##################
|
||||
|
||||
@@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/nats /opt/bitnami/nats
|
||||
ENV BITNAMI_APP_NAME="nats" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.0-debian-9-r51" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.0-debian-9-r0" \
|
||||
PATH="/opt/bitnami/nats/bin:$PATH"
|
||||
|
||||
RUN install_packages curl
|
||||
@@ -24,4 +24,4 @@ EXPOSE 4222 6222 8222
|
||||
COPY rootfs /
|
||||
WORKDIR /opt/bitnami/nats
|
||||
USER 1001
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
||||
@@ -40,7 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`1-ol-7`, `1.3.0-ol-7-r6` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.3.0-ol-7-r6/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.2.0-debian-9-r51`, `1`, `1.2.0`, `1.2.0-r51`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-9-r51/1/debian-9/Dockerfile)
|
||||
* [`1-debian-9`, `1.3.0-debian-9-r0`, `1`, `1.3.0`, `1.3.0-r0`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.3.0-debian-9-r0/1/debian-9/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