[bitnami/sealed-secrets] Release 0.19.0-scratch-r0 (#10099)

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-13 21:20:31 +02:00 committed by GitHub
parent a07bc6460d
commit 143edc88d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 9 deletions

View File

@ -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=( \
"sealed-secrets-0.18.5-1-linux-${OS_ARCH}-debian-11" \
"sealed-secrets-0.19.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.18.5-scratch-r3" \
org.opencontainers.image.ref.name="0.19.0-scratch-r0" \
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." \
org.opencontainers.image.version="0.18.5"
org.opencontainers.image.version="0.19.0"
COPY prebuildfs /
COPY rootfs /

View File

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

View File

@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-scratch"
- "0.18.5"
- "0.19.0"
- "latest"

View File

@ -27,8 +27,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-r3`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/sealed-secrets/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).