[bitnami/kube-rbac-proxy] Release 0.14.0-scratch-r3 (#24234)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
ed36628fa6
commit
d7dc09f01b
|
|
@ -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.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"kube-rbac-proxy-0.14.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -32,11 +32,11 @@ ARG TARGETARCH
|
|||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-02-17T14:58:53Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.14.0-scratch-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kube-rbac-proxy" \
|
||||
org.opencontainers.image.ref.name="0.14.0-scratch-r3" \
|
||||
org.opencontainers.image.title="kube-rbac-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.14.0"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kube-rbac-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "492b09528e4488876eb1fc058857c9f7ea852505472dfc2191a4c8bb6bb91fc7",
|
||||
"digest": "cd9a97a73c23877b58b527c51ab771c087310ca75a02f669e17fcb2b47b063a8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.14.0-1"
|
||||
"version": "0.14.0-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- "0-scratch"
|
||||
- "0.14.0"
|
||||
- "latest"
|
||||
- 0-scratch
|
||||
- 0.14.0
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue