mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/kube-rbac-proxy] Release 0.14.0-scratch-r0 (#17610)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.13.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"kube-rbac-proxy-0.14.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -21,7 +21,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
fi && \
|
||||
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \
|
||||
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
|
||||
done
|
||||
|
||||
######
|
||||
@@ -34,11 +34,11 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.13.1-scratch-r1" \
|
||||
org.opencontainers.image.ref.name="0.14.0-scratch-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kube-rbac-proxy" \
|
||||
org.opencontainers.image.title="kube-rbac-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.13.1"
|
||||
org.opencontainers.image.version="0.14.0"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kube-rbac-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "d038697351436e0f024789b19e60148aee5ba41a1ffd35129422cd7c88ce4a0b",
|
||||
"digest": "cd2f1fcd48a58163f2f2f5c4e9ad8e6dbb16c9b8bb11ae8b3f8ad0557bb846ee",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.1-1"
|
||||
"version": "0.14.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- "0-scratch"
|
||||
- "0.13.1"
|
||||
- "0.14.0"
|
||||
- "latest"
|
||||
|
||||
@@ -27,8 +27,7 @@ $ docker run --name Kube RBAC Proxy bitnami/kube-rbac-proxy:latest
|
||||
|
||||
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/).
|
||||
|
||||
|
||||
- [`0`, `0-scratch`, `0.13.1`, `0.13.1-scratch-r1`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kube-rbac-proxy/0/scratch/Dockerfile)
|
||||
You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
@@ -72,7 +71,7 @@ Check the [official Kube RBAC Proxy documentation](https://github.com/brancz/kub
|
||||
|
||||
## 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 submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
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.
|
||||
|
||||
## Issues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user