3.2.0-ol-7-r50 release

This commit is contained in:
Bitnami Bot 2019-08-06 03:58:18 +00:00
parent a5a15e148a
commit d0ba98ad8d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r418
FROM bitnami/oraclelinux-extras:7-r419
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -9,7 +9,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
rm -rf /tmp/bitnami/pkg/cache/oauth2-proxy-3.2.0-0-linux-x86_64-ol-7.tar.gz
ENV BITNAMI_APP_NAME="oauth2-proxy" \
BITNAMI_IMAGE_VERSION="3.2.0-ol-7-r49" \
BITNAMI_IMAGE_VERSION="3.2.0-ol-7-r50" \
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
EXPOSE 8080 4180

View File

@ -48,7 +48,7 @@ $ kubectl apply -f test.yaml
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/).
* [`3-ol-7`, `3.2.0-ol-7-r49` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/3.2.0-ol-7-r49/3/ol-7/Dockerfile)
* [`3-ol-7`, `3.2.0-ol-7-r50` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/3.2.0-ol-7-r50/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.2.0-debian-9-r49`, `3`, `3.2.0`, `3.2.0-r49`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/3.2.0-debian-9-r49/3/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/oauth2-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-oauth2-proxy).