1.2.0-ol-7-r17 release

This commit is contained in:
Bitnami Bot
2018-07-20 04:02:46 +00:00
parent c4c068e0ae
commit 40de01ae74
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r41 as buildenv
FROM bitnami/oraclelinux-extras:7-r42 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-4-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-r41
FROM bitnami/oraclelinux-extras:7-r42
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-r16" \
BITNAMI_IMAGE_VERSION="1.2.0-ol-7-r17" \
PATH="/opt/bitnami/nats/bin:$PATH"
RUN install_packages curl

View File

@@ -33,7 +33,7 @@ $ docker-compose up
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
* [`1-ol-7`, `1.2.0-ol-7-r16` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-ol-7-r16/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.2.0-ol-7-r17` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-ol-7-r17/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.2.0-debian-9-r18`, `1`, `1.2.0`, `1.2.0-r18`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-9-r18/1/Dockerfile)
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).