[bitnami/kube-rbac-proxy] Release 0.14.1-scratch-r1 (#34658)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-05-21 15:56:28 +01:00 committed by GitHub
parent 5c9afbf2e5
commit 2f346cc0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View File

@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"kube-rbac-proxy-0.14.1-0-linux-${OS_ARCH}-debian-11" \
"kube-rbac-proxy-0.14.1-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -33,10 +33,10 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2023-04-06T18:57:45Z" \
org.opencontainers.image.created="2023-05-21T14:37:25Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.14.1-scratch-r0" \
org.opencontainers.image.ref.name="0.14.1-scratch-r1" \
org.opencontainers.image.title="kube-rbac-proxy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.14.1"

View File

@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "0.14.1-0"
"version": "0.14.1-1"
}
}

View File

@ -22,6 +22,8 @@ docker run --name Kube RBAC Proxy bitnami/kube-rbac-proxy:latest
- All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
- Bitnami container images are released on a regular basis with the latest distribution packages available.
Looking to use Kube RBAC Proxy in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
## 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://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
@ -63,7 +65,7 @@ Non-root container images add an extra layer of security and are generally recom
To run commands inside this container you can use `docker run`, for example to execute `kube-rbac-proxy --upstream=http://127.0.0.1:8081/` you can follow the example below:
```console
docker run --rm --name Kube RBAC Proxy bitnami/kube-rbac-proxy:latest -- --upstream=http://127.0.0.1:8081/
docker run --rm --name kube-rbac-proxy bitnami/kube-rbac-proxy:latest -- --upstream=http://127.0.0.1:8081/
```
Check the [official Kube RBAC Proxy documentation](https://github.com/brancz/kube-rbac-proxy) for more information.