1.2.0-ol-7-r34 release

This commit is contained in:
Bitnami Bot
2018-08-11 04:00:24 +00:00
parent 61362c7865
commit da83d55c64
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r63 as buildenv
FROM bitnami/oraclelinux-extras:7-r66 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-7-linux-x86_64-ol-7.tar.gz && \
@@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
##################
FROM bitnami/oraclelinux-extras:7-r63
FROM bitnami/oraclelinux-extras:7-r66
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-ol-7-r33" \
BITNAMI_IMAGE_VERSION="1.2.0-ol-7-r34" \
PATH="/opt/bitnami/nats/bin:$PATH"
RUN install_packages curl

View File

@@ -35,7 +35,7 @@ $ docker-compose up
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`1-ol-7`, `1.2.0-ol-7-r33` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-ol-7-r33/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.2.0-ol-7-r34` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-ol-7-r34/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.2.0-debian-9-r41`, `1`, `1.2.0`, `1.2.0-r41`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-9-r41/1/Dockerfile)
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).