From 45dc2434b97960562bfccb1894d3293005910af2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 13 Sep 2018 02:48:34 +0000 Subject: [PATCH] 0.20180625.74543-ol-7-r31 release --- bitnami/oauth2-proxy/0/ol-7/Dockerfile | 6 +++--- bitnami/oauth2-proxy/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/oauth2-proxy/0/ol-7/Dockerfile b/bitnami/oauth2-proxy/0/ol-7/Dockerfile index 6b132c8f34ef..3a3b3058c9fa 100644 --- a/bitnami/oauth2-proxy/0/ol-7/Dockerfile +++ b/bitnami/oauth2-proxy/0/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r102 as buildenv +FROM bitnami/oraclelinux-extras:7-r104 as buildenv RUN install_packages ca-certificates glibc wget RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-0.20180625.74543-3-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-r102 +FROM bitnami/oraclelinux-extras:7-r104 LABEL maintainer "Bitnami " COPY --from=buildenv /opt/bitnami/oauth2-proxy /opt/bitnami/oauth2-proxy ENV BITNAMI_APP_NAME="oauth2-proxy" \ - BITNAMI_IMAGE_VERSION="0.20180625.74543-ol-7-r30" \ + BITNAMI_IMAGE_VERSION="0.20180625.74543-ol-7-r31" \ PATH="/opt/bitnami/oauth2-proxy/bin:$PATH" RUN install_packages ca-certificates diff --git a/bitnami/oauth2-proxy/README.md b/bitnami/oauth2-proxy/README.md index bd4a169c7bad..a480302c3ae9 100644 --- a/bitnami/oauth2-proxy/README.md +++ b/bitnami/oauth2-proxy/README.md @@ -33,7 +33,7 @@ Non-root container images add an extra layer of security and are generally recom 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/). -* [`0-ol-7`, `0.20180625.74543-ol-7-r29` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/0.20180625.74543-ol-7-r29/0/ol-7/Dockerfile) +* [`0-ol-7`, `0.20180625.74543-ol-7-r31` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/0.20180625.74543-ol-7-r31/0/ol-7/Dockerfile) * [`0-debian-9`, `0.20180625.74543-debian-9-r30`, `0`, `0.20180625.74543`, `0.20180625.74543-r30`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/0.20180625.74543-debian-9-r30/0/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/oauth2-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-oauth2-proxy).