1.2.0-ol-7-r1 release

This commit is contained in:
Bitnami Bot
2018-07-06 03:18:36 +00:00
parent f2301f4fdc
commit 994f7b80c6
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r26 as buildenv
FROM bitnami/oraclelinux-extras:7-r27 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-0-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-r26
FROM bitnami/oraclelinux-extras:7-r27
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-r0" \
BITNAMI_IMAGE_VERSION="1.2.0-ol-7-r1" \
PATH="/opt/bitnami/nats/bin:$PATH"
RUN install_packages curl

View File

@@ -30,9 +30,9 @@ $ docker-compose up
# Supported tags and respective `Dockerfile` links
* [`1-ol-7`, `1.2.0-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-ol-7-r0/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.2.0-ol-7-r1` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-ol-7-r1/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.2.0-debian-9-r0` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-9-r0/1/debian-9/Dockerfile)
* [`1-debian-8`, `1.2.0-debian-8-r1`, `1`, `1.2.0`, `1.2.0-r1`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-8-r1/1/Dockerfile)
* [`1-debian-8`, `1.2.0-debian-8-r0`, `1`, `1.2.0`, `1.2.0-r0`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-8-r0/1/Dockerfile)
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).