From 189d804f802f101ac251c0643c8aa314026bec3d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 31 Jul 2018 03:15:34 +0000 Subject: [PATCH] 2.2.0-ol-7-r36 release --- bitnami/oauth2-proxy/2/ol-7/Dockerfile | 6 +++--- bitnami/oauth2-proxy/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/oauth2-proxy/2/ol-7/Dockerfile b/bitnami/oauth2-proxy/2/ol-7/Dockerfile index 8636430e758b..0cbad153f736 100644 --- a/bitnami/oauth2-proxy/2/ol-7/Dockerfile +++ b/bitnami/oauth2-proxy/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r52 as buildenv +FROM bitnami/oraclelinux-extras:7-r53 as buildenv RUN install_packages ca-certificates wget RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-2.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-r52 +FROM bitnami/oraclelinux-extras:7-r53 LABEL maintainer "Bitnami " COPY --from=buildenv /opt/bitnami/oauth2-proxy /opt/bitnami/oauth2-proxy ENV BITNAMI_APP_NAME="oauth2-proxy" \ - BITNAMI_IMAGE_VERSION="2.2.0-ol-7-r35" \ + BITNAMI_IMAGE_VERSION="2.2.0-ol-7-r36" \ 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 1bede6b16704..d252bec4e279 100644 --- a/bitnami/oauth2-proxy/README.md +++ b/bitnami/oauth2-proxy/README.md @@ -27,7 +27,7 @@ $ docker run --name oauth2-proxy bitnami/oauth2-proxy:latest > 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. -* [`2-ol-7`, `2.2.0-ol-7-r35` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/2.2.0-ol-7-r35/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.2.0-ol-7-r36` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/2.2.0-ol-7-r36/2/ol-7/Dockerfile) * [`2-debian-9`, `2.2.0-debian-9-r22`, `2`, `2.2.0`, `2.2.0-r22`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/2.2.0-debian-9-r22/2/Dockerfile) Subscribe to project updates by watching the [bitnami/oauth2-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-oauth2-proxy).