[bitnami/sealed-secrets] Release 0.19.1-scratch-r0 (#10436)

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-17 11:38:17 +02:00
committed by GitHub
parent 772d20e4dc
commit 6efe9288c6
3 changed files with 6 additions and 6 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.19.0-0-linux-${OS_ARCH}-debian-11" \
"sealed-secrets-0.19.1-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -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.19.0-scratch-r0" \
org.opencontainers.image.ref.name="0.19.1-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.19.0"
org.opencontainers.image.version="0.19.1"
COPY prebuildfs /
COPY rootfs /

View File

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

View File

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