From df3295c6c5ba2a910c804bb14b52824cea8dc12e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 6 Mar 2026 17:53:24 +0100 Subject: [PATCH] [bitnami/oauth2-proxy] Release 7.14.3-debian-12-r1 (#91378) Signed-off-by: Bitnami Bot --- bitnami/oauth2-proxy/7/debian-12/Dockerfile | 6 ++--- bitnami/oauth2-proxy/README.md | 26 ++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bitnami/oauth2-proxy/7/debian-12/Dockerfile b/bitnami/oauth2-proxy/7/debian-12/Dockerfile index b088f7a97cc6..4d7310dacf61 100644 --- a/bitnami/oauth2-proxy/7/debian-12/Dockerfile +++ b/bitnami/oauth2-proxy/7/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-26T15:35:53Z" \ + org.opencontainers.image.created="2026-03-06T16:39:02Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/oauth2-proxy/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/oauth2-proxy" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "oauth2-proxy-7.14.3-0-linux-${OS_ARCH}-debian-12" \ + "oauth2-proxy-7.14.3-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="7.14.3" \ BITNAMI_APP_NAME="oauth2-proxy" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/oauth2-proxy/bin:$PATH" EXPOSE 4180 8080 diff --git a/bitnami/oauth2-proxy/README.md b/bitnami/oauth2-proxy/README.md index d3eb850fbdff..d9a7a97be076 100644 --- a/bitnami/oauth2-proxy/README.md +++ b/bitnami/oauth2-proxy/README.md @@ -5,13 +5,13 @@ [Overview of OAuth2 Proxy](https://github.com/oauth2-proxy/oauth2-proxy) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. -## TL;DR +## TL;DR ```console docker run --name oauth2-proxy bitnami/oauth2-proxy:latest ``` -## Why use Bitnami Secure Images? +## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images? @@ -28,15 +28,15 @@ Each image comes with valuable security metadata. You can view the metadata in [ If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy). -## Why use a non-root container? +## Why use a non-root container? Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-work-with-non-root-containers-index.html). -## Supported tags and respective `Dockerfile` links +## Supported tags and respective `Dockerfile` links Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -## Get this image +## Get this image The recommended way to get the Bitnami oauth2-proxy Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/oauth2-proxy). @@ -58,13 +58,13 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest . ``` -## Connecting to other containers +## Connecting to other containers Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a different server running inside a container can easily be accessed by your application containers and vice-versa. Containers attached to the same network can communicate with each other using the container name as the hostname. -### Using the Command Line +### Using the Command Line #### Step 1: Create a network @@ -84,18 +84,18 @@ docker run --name oauth2-proxy-node1 --network oauth2-proxy-network bitnami/oaut We can launch another containers using the same flag (`--network NETWORK`) in the `docker run` command. If you also set a name to your container, you will be able to use it as hostname in your network. -## Configuration +## Configuration Oauth2-proxy can be configured via config file, command line options or environment variables. [Further information](https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview) -### FIPS configuration in Bitnami Secure Images +### FIPS configuration in Bitnami Secure Images The Bitnami OAuth2 Proxy Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. -## Logging +## Logging The Bitnami oauth2-proxy Docker image sends the container logs to the `stdout`. To view the logs: @@ -105,13 +105,13 @@ docker logs oauth2-proxy You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. -## Notable Changes +## Notable Changes -### Starting January 16, 2024 +### Starting January 16, 2024 - The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. -## License +## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.