[bitnami/kube-rbac-proxy] Release 0.15.0-debian-11-r5 (#55030)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
201383d4c2
commit
0f8d941aec
|
|
@ -36,10 +36,10 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2024-01-10T13:09:44Z" \
|
||||
org.opencontainers.image.created="2024-01-19T22:26:06Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.15.0-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="0.15.0-debian-11-r5" \
|
||||
org.opencontainers.image.title="kube-rbac-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.15.0"
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
services:
|
||||
kube-rbac-proxy:
|
||||
image: docker.io/bitnami/kube-rbac-proxy:0
|
||||
|
|
@ -10,7 +10,7 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema
|
|||
## TL;DR
|
||||
|
||||
```console
|
||||
docker run --name Kube RBAC Proxy bitnami/kube-rbac-proxy:latest
|
||||
docker run --name kube-rbac-proxy bitnami/kube-rbac-proxy:latest
|
||||
```
|
||||
|
||||
## Why use Bitnami Images?
|
||||
|
|
@ -70,6 +70,12 @@ docker run --rm --name kube-rbac-proxy bitnami/kube-rbac-proxy:latest -- --upst
|
|||
|
||||
Check the [official Kube RBAC Proxy documentation](https://github.com/brancz/kube-rbac-proxy) for more information.
|
||||
|
||||
## Notable Changes
|
||||
|
||||
### Starting January 16, 2024
|
||||
|
||||
* The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes.
|
||||
|
||||
## 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/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
|
|
|||
Loading…
Reference in New Issue