7.2.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-12-22 22:07:18 +00:00
parent afc34d6d84
commit 1f511d55fc
3 changed files with 8 additions and 8 deletions

View File

@ -9,14 +9,14 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-7.2.0-1-linux-amd64-debian-10.tar.gz && \
echo "18a2e17a6b1e0de0050fb23f7da3f10ae31826b32166db866f66f36a33c12e2f /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.0-1-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-7.2.1-0-linux-amd64-debian-10.tar.gz && \
echo "2ade4100a5ce080bdd02f1788263a9492be193645ab8d70d2d346294472b3eb9 /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-0-linux-amd64-debian-10.tar.gz
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="oauth2-proxy" \
BITNAMI_IMAGE_VERSION="7.2.0-debian-10-r58" \
BITNAMI_IMAGE_VERSION="7.2.1-debian-10-r0" \
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
EXPOSE 4180 8080

View File

@ -1,9 +1,9 @@
{
"oauth2-proxy": {
"arch": "amd64",
"digest": "18a2e17a6b1e0de0050fb23f7da3f10ae31826b32166db866f66f36a33c12e2f",
"digest": "2ade4100a5ce080bdd02f1788263a9492be193645ab8d70d2d346294472b3eb9",
"distro": "debian-10",
"type": "NAMI",
"version": "7.2.0-1"
"version": "7.2.1-0"
}
}

View File

@ -35,7 +35,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/tutorials/understand-rolling-tags-containers/).
* [`7`, `7-debian-10`, `7.2.0`, `7.2.0-debian-10-r58`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.2.0-debian-10-r58/7/debian-10/Dockerfile)
* [`7`, `7-debian-10`, `7.2.1`, `7.2.1-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.2.1-debian-10-r0/7/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/oauth2-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-oauth2-proxy).