diff --git a/bitnami/kube-rbac-proxy/0/scratch/Dockerfile b/bitnami/kube-rbac-proxy/0/scratch/Dockerfile index 6c363cf74346..0644bd47c7e5 100644 --- a/bitnami/kube-rbac-proxy/0/scratch/Dockerfile +++ b/bitnami/kube-rbac-proxy/0/scratch/Dockerfile @@ -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" diff --git a/bitnami/kube-rbac-proxy/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/kube-rbac-proxy/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 1bee791ae6e6..fc27c27f97e8 100644 --- a/bitnami/kube-rbac-proxy/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/kube-rbac-proxy/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "0.14.1-0" + "version": "0.14.1-1" } } \ No newline at end of file diff --git a/bitnami/kube-rbac-proxy/README.md b/bitnami/kube-rbac-proxy/README.md index 08854ede3944..489a000d2233 100644 --- a/bitnami/kube-rbac-proxy/README.md +++ b/bitnami/kube-rbac-proxy/README.md @@ -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.