[bitnami/sealed-secrets] Release 0.19.3-scratch-r0 (#16934)

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-12-15 13:41:15 +01:00
committed by GitHub
parent a7484d95f9
commit 790fe596c9
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.2-0-linux-${OS_ARCH}-debian-11" \
"sealed-secrets-0.19.3-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.2-scratch-r0" \
org.opencontainers.image.ref.name="0.19.3-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.2"
org.opencontainers.image.version="0.19.3"
COPY prebuildfs /
COPY rootfs /

View File

@@ -1,9 +1,9 @@
{
"sealed-secrets": {
"arch": "amd64",
"digest": "0b5a5563929e7e2c6d453f042be4857d16479f2380a5029d4287b5723d93b089",
"digest": "ca3efe81d4c20ffc51cfeafc7145792866bebf744f551a3e5b96fbeda5081642",
"distro": "debian-11",
"type": "NAMI",
"version": "0.19.2-0"
"version": "0.19.3-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-scratch"
- "0.19.2"
- "0.19.3"
- "latest"