mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
0.12.0-scratch-r4 release
This commit is contained in:
committed by
Bitnami Containers
parent
977066dc8b
commit
d91fe9843e
@@ -1,7 +1,24 @@
|
||||
FROM scratch
|
||||
FROM bitnami/minideb:bullseye as builder
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates gzip tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kube-rbac-proxy-0.12.0-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "c18aa57f6aa69ee74f8702314a0bc6d36680e92b26f16b88c93508472622feb6 /tmp/bitnami/pkg/cache/kube-rbac-proxy-0.12.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kube-rbac-proxy-0.12.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kube-rbac-proxy-0.12.0-150-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
FROM scratch
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
COPY --from=builder /opt/bitnami/kube-rbac-proxy/bin/kube-rbac-proxy /kube-rbac-proxy
|
||||
|
||||
USER 1001
|
||||
|
||||
ENTRYPOINT [ "/kube-rbac-proxy" ]
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"kube-rbac-proxy": {
|
||||
"digest": "2670ad29ccb91466afa03816b8d7dff1e2b5901f9102864343538876d0c806d2",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "0.12.0"
|
||||
"arch": "amd64",
|
||||
"digest": "c18aa57f6aa69ee74f8702314a0bc6d36680e92b26f16b88c93508472622feb6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.12.0-150"
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,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.12.0`, `0.12.0-scratch-r3`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kube-rbac-proxy/blob/0.12.0-scratch-r3/0/scratch/Dockerfile)
|
||||
- [`0`, `0-scratch`, `0.12.0`, `0.12.0-scratch-r4`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kube-rbac-proxy/blob/0.12.0-scratch-r4/0/scratch/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kube-rbac-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-kube-rbac-proxy).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user