[bitnami/oauth2-proxy] Release 7.3.0-debian-11-r29 (#4545)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-30 02:11:19 +02:00
committed by GitHub
parent b30d4c1748
commit bbaab85d92
3 changed files with 11 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="7.3.0-debian-11-r28" \
org.opencontainers.image.ref.name="7.3.0-debian-11-r29" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/oauth2-proxy" \
org.opencontainers.image.title="oauth2-proxy" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -15,12 +15,14 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip procps tar wget
RUN install_packages ca-certificates curl gzip procps tar
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-7.3.0-152-linux-amd64-debian-11.tar.gz -o oauth2-proxy-7.3.0-152-linux-amd64-debian-11.tar.gz && \
echo "5e1c6eae0fea140cdc69cb0f3b6defb1d159f54d6756f4ff70aae8b615f5fba5 oauth2-proxy-7.3.0-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf oauth2-proxy-7.3.0-152-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
rm -rf oauth2-proxy-7.3.0-152-linux-amd64-debian-11.tar.gz
if [ ! -f oauth2-proxy-7.3.0-153-linux-amd64-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-7.3.0-153-linux-amd64-debian-11.tar.gz -O ; \
fi && \
echo "a3a9b9a1456834825ade9dc48aadf1de909a9327dd9423032b4482f9550d5998 oauth2-proxy-7.3.0-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf oauth2-proxy-7.3.0-153-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
rm -rf oauth2-proxy-7.3.0-153-linux-amd64-debian-11.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -1,9 +1,9 @@
{
"oauth2-proxy": {
"arch": "amd64",
"digest": "5e1c6eae0fea140cdc69cb0f3b6defb1d159f54d6756f4ff70aae8b615f5fba5",
"digest": "a3a9b9a1456834825ade9dc48aadf1de909a9327dd9423032b4482f9550d5998",
"distro": "debian-11",
"type": "NAMI",
"version": "7.3.0-152"
"version": "7.3.0-153"
}
}

View File

@@ -32,7 +32,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-11`, `7.3.0`, `7.3.0-debian-11-r28`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/oauth2-proxy/7/debian-11/Dockerfile)
* [`7`, `7-debian-11`, `7.3.0`, `7.3.0-debian-11-r29`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/oauth2-proxy/7/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).