[bitnami/oauth2-proxy] Release 7.4.0-debian-11-r41 (#24899)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-22 15:41:07 +01:00 committed by GitHub
parent deb1353a71
commit 932f30e7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-21T08:30:42Z" \
org.opencontainers.image.created="2023-02-22T14:07:31Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="7.4.0-debian-11-r40" \
org.opencontainers.image.ref.name="7.4.0-debian-11-r41" \
org.opencontainers.image.title="oauth2-proxy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.4.0"
@ -22,7 +22,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.4.0-2-linux-${OS_ARCH}-debian-11" \
"oauth2-proxy-7.4.0-3-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -4,6 +4,6 @@
"digest": "a977ee4317dd7e6149b7ee3b28625d5e61da3b56edfc6b3ee124b54f38062edb",
"distro": "debian-11",
"type": "NAMI",
"version": "7.4.0-2"
"version": "7.4.0-3"
}
}

View File

@ -134,7 +134,7 @@ docker rm -v oauth2-proxy
#### Step 4: Run the new image
Re-create your container from the new image, restoring your backup](#restoring-a-backup if necessary.
Re-create your container from the new image, restoring your backup if necessary.
```console
docker run --name oauth2-proxy bitnami/oauth2-proxy:latest
@ -142,8 +142,8 @@ docker run --name oauth2-proxy bitnami/oauth2-proxy:latest
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/blob/main/bitnami/oauth2-proxy/issues) or submitting a [pull
request](https://github.com/bitnami/containers/blob/main/bitnami/oauth2-proxy/pulls) with your contribution.
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues/new) or submitting a [pull
request](https://github.com/bitnami/containers/pulls/new) with your contribution.
## Issues