2.2.0-ol-7-r24 release
This commit is contained in:
parent
d8f2016e67
commit
200fb34a73
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r38 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r39 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-r38
|
||||
FROM bitnami/oraclelinux-extras:7-r39
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
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-r23" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.0-ol-7-r24" \
|
||||
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
|
||||
|
||||
RUN install_packages ca-certificates
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ $ docker run --name oauth2-proxy bitnami/oauth2-proxy:latest
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`2-ol-7`, `2.2.0-ol-7-r23` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/2.2.0-ol-7-r23/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.2.0-ol-7-r24` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/2.2.0-ol-7-r24/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.2.0-debian-9-r8`, `2`, `2.2.0`, `2.2.0-r8`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/2.2.0-debian-9-r8/2/Dockerfile)
|
||||
* [`2-debian-8`, `2.2.0-debian-8-r48` (2/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/2.2.0-debian-8-r48/2/debian-8/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue