[bitnami/sealed-secrets] Release 0.18.5-scratch-r3 (#9332)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-07 06:02:47 +02:00
committed by GitHub
parent b850a8bb39
commit 569c03300e
3 changed files with 16 additions and 11 deletions

View File

@@ -11,13 +11,18 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f sealed-secrets-0.18.5-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/sealed-secrets-0.18.5-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/sealed-secrets-0.18.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c sealed-secrets-0.18.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf sealed-secrets-0.18.5-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf sealed-secrets-0.18.5-0-linux-${OS_ARCH}-debian-11.tar.gz sealed-secrets-0.18.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
COMPONENTS=( \
"sealed-secrets-0.18.5-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
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}" ; \
done
######
@@ -29,7 +34,7 @@ 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.18.5-scratch-r2" \
org.opencontainers.image.ref.name="0.18.5-scratch-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/sealed-secrets" \
org.opencontainers.image.title="sealed-secrets" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@@ -1,9 +1,9 @@
{
"sealed-secrets": {
"arch": "amd64",
"digest": "50c7f3a6c5954983553b54d3921cfba5ac7c2e01a2a74538bbb19ab0e4058190",
"digest": "daedeb550ccb3796e536f3e51a33b0b4911d5a64c9a9c81fbaf69420a25b5bf1",
"distro": "debian-11",
"type": "NAMI",
"version": "0.18.5-0"
"version": "0.18.5-1"
}
}

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.5`, `0.18.5-scratch-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/sealed-secrets/0/scratch/Dockerfile)
* [`0`, `0-scratch`, `0.18.5`, `0.18.5-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).