mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 00:37:57 +08:00
1.2.0-debian-8-r13 release
Implement clusterRoutes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM bitnami/minideb:jessie 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-2-linux-x64-debian-8.tar.gz && \
|
||||
echo "774cfeefc53e9334df79b70610d32f8e3f37dac1a8ee63474bc0a605f660be3b /tmp/bitnami/pkg/cache/nats-1.2.0-2-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/nats-1.2.0-2-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/nats-1.2.0-2-linux-x64-debian-8.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-1.2.0-3-linux-x64-debian-8.tar.gz && \
|
||||
echo "13d6bac64cb4858794891d695e82b1cfca84cd41506020b9c1bbb5009f3ef9ac /tmp/bitnami/pkg/cache/nats-1.2.0-3-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/nats-1.2.0-3-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/nats-1.2.0-3-linux-x64-debian-8.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-8-r12" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.0-debian-8-r13" \
|
||||
PATH="/opt/bitnami/nats/bin:$PATH"
|
||||
|
||||
RUN install_packages curl
|
||||
|
||||
@@ -32,7 +32,7 @@ $ docker-compose up
|
||||
|
||||
* [`1-ol-7`, `1.2.0-ol-7-r12` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-ol-7-r12/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.2.0-debian-9-r13`, `1`, `1.2.0`, `1.2.0-r13`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-9-r13/1/Dockerfile)
|
||||
* [`1-debian-8`, `1.2.0-debian-8-r12` (1/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-8-r12/1/debian-8/Dockerfile)
|
||||
* [`1-debian-8`, `1.2.0-debian-8-r13` (1/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-8-r13/1/debian-8/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