[bitnami/oauth2-proxy] Release 7.4.0-debian-11-r0 (#11836)

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-10-29 18:10:12 +02:00 committed by GitHub
parent a4b94f60da
commit 46a166af69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
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-r50" \
org.opencontainers.image.ref.name="7.4.0-debian-11-r0" \
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." \
org.opencontainers.image.version="7.3.0"
org.opencontainers.image.version="7.4.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"oauth2-proxy-7.3.0-154-linux-${OS_ARCH}-debian-11" \
"oauth2-proxy-7.4.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
RUN chmod g+rwX /opt/bitnami
RUN chown -R 1001:1001 /opt/bitnami/oauth2-proxy
ENV APP_VERSION="7.3.0" \
ENV APP_VERSION="7.4.0" \
BITNAMI_APP_NAME="oauth2-proxy" \
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"oauth2-proxy": {
"arch": "amd64",
"digest": "17f6c5af1c9c42ea29d21fc8a4ec31dc223bc207a970ccf2075329558b4020b4",
"digest": "9b3865f768a1adbd6cceef143876ce0e2c6803aa6b804e72f14755e3b3bd2836",
"distro": "debian-11",
"type": "NAMI",
"version": "7.3.0-154"
"version": "7.4.0-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "7"
- "7-debian-11"
- "7.3.0"
- "7.4.0"
- "latest"