mirror of
https://github.com/bitnami/containers.git
synced 2026-03-26 23:08:08 +08:00
[bitnami/kube-rbac-proxy] Release 0.21.2-debian-12-r0 (#91796)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -17,7 +17,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=( \
|
||||
"kube-rbac-proxy-0.21.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"kube-rbac-proxy-0.21.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -40,18 +40,18 @@ ARG TARGETARCH
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2026-03-16T13:39:54Z" \
|
||||
org.opencontainers.image.created="2026-03-23T12:47:55Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.title="kube-rbac-proxy" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="0.21.1"
|
||||
org.opencontainers.image.version="0.21.2"
|
||||
|
||||
COPY rootfs /
|
||||
COPY --from=builder /opt/bitnami/kube-rbac-proxy/.spdx-kube-rbac-proxy.spdx /opt/bitnami/kube-rbac-proxy/.spdx-kube-rbac-proxy.spdx
|
||||
COPY --from=builder /opt/bitnami/kube-rbac-proxy/bin/kube-rbac-proxy /opt/bitnami/kube-rbac-proxy/bin/kube-rbac-proxy
|
||||
COPY --from=builder /opt/bitnami/kube-rbac-proxy/licenses /opt/bitnami/kube-rbac-proxy/licenses
|
||||
|
||||
ENV APP_VERSION="0.21.1" \
|
||||
ENV APP_VERSION="0.21.2" \
|
||||
BITNAMI_APP_NAME="kube-rbac-proxy" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/kube-rbac-proxy/bin:$PATH"
|
||||
|
||||
@@ -78,6 +78,14 @@ Check the [official Kube RBAC Proxy documentation](https://github.com/brancz/kub
|
||||
|
||||
- The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes.
|
||||
|
||||
|
||||
### FIPS configuration in Bitnami Secure Images
|
||||
|
||||
The Bitnami Kube RBAC 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`.
|
||||
- `GODEBUG`: controls Go FIPS mode. Use `fips140=only` (restricted), `fips140=on` (relaxed), or `fips140=off` (disabled).
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
||||
|
||||
Reference in New Issue
Block a user