[bitnami/sealed-secrets] Release 0.18.1-scratch-r3 (#2372)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-09 03:10:38 +02:00
committed by GitHub
parent 95fcd1c0c0
commit 465539c358
3 changed files with 7 additions and 7 deletions

View File

@@ -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/sealed-secrets-0.18.1-1-linux-amd64-debian-11.tar.gz && \
echo "b7e34d136c8cac3c06b74307297f400395fad04cdb3efb029bb40656cd9ae5c3 /tmp/bitnami/pkg/cache/sealed-secrets-0.18.1-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/sealed-secrets-0.18.1-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/sealed-secrets-0.18.1-1-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/sealed-secrets-0.18.1-2-linux-amd64-debian-11.tar.gz && \
echo "d58bbb38cf5a54f69a93cbe043fc0fec34df3a873c646768c40b77b55cdf338c /tmp/bitnami/pkg/cache/sealed-secrets-0.18.1-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/sealed-secrets-0.18.1-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/sealed-secrets-0.18.1-2-linux-amd64-debian-11.tar.gz
######

View File

@@ -1,9 +1,9 @@
{
"sealed-secrets": {
"arch": "amd64",
"digest": "b7e34d136c8cac3c06b74307297f400395fad04cdb3efb029bb40656cd9ae5c3",
"digest": "d58bbb38cf5a54f69a93cbe043fc0fec34df3a873c646768c40b77b55cdf338c",
"distro": "debian-11",
"type": "NAMI",
"version": "0.18.1-1"
"version": "0.18.1-2"
}
}

View File

@@ -28,7 +28,7 @@ $ docker run --name sealed-secrets bitnami/sealed-secrets: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.18.1`, `0.18.1-scratch-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/sealed-secrets/0/scratch/Dockerfile)
* [`0`, `0-scratch`, `0.18.1`, `0.18.1-scratch-r3`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/sealed-secrets/0/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).