0.13.0-scratch-r1 release
This commit is contained in:
parent
01a6a1c42f
commit
570bc74262
|
|
@ -6,10 +6,10 @@ 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.13.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "143ff7535849bbdbcd924b5df00820136504ed4c7bd45d28f8199607f2ce5005 /tmp/bitnami/pkg/cache/kube-rbac-proxy-0.13.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kube-rbac-proxy-0.13.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kube-rbac-proxy-0.13.0-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kube-rbac-proxy-0.13.0-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "71191b745b22ec986028fc7e9cdc7571261bbdfc60d35fcfe23d0da5a999ce52 /tmp/bitnami/pkg/cache/kube-rbac-proxy-0.13.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kube-rbac-proxy-0.13.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kube-rbac-proxy-0.13.0-1-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kube-rbac-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "143ff7535849bbdbcd924b5df00820136504ed4c7bd45d28f8199607f2ce5005",
|
||||
"digest": "71191b745b22ec986028fc7e9cdc7571261bbdfc60d35fcfe23d0da5a999ce52",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.0-0"
|
||||
"version": "0.13.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.13.0`, `0.13.0-scratch-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kube-rbac-proxy/blob/0.13.0-scratch-r0/0/scratch/Dockerfile)
|
||||
- [`0`, `0-scratch`, `0.13.0`, `0.13.0-scratch-r1`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kube-rbac-proxy/blob/0.13.0-scratch-r1/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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue