[bitnami/jsonnet] Release 0.19.1-debian-11-r27 (#20665)

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
2023-01-17 22:14:46 +01:00
committed by GitHub
parent ef67e73274
commit 770e421757
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.19.1-debian-11-r26" \
org.opencontainers.image.ref.name="0.19.1-debian-11-r27" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jsonnet" \
org.opencontainers.image.title="jsonnet" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libgcc-s1 libstdc++6 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"jsonnet-0.19.1-0-linux-${OS_ARCH}-debian-11" \
"jsonnet-0.19.1-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"jsonnet": {
"arch": "amd64",
"digest": "fca54186c1bb882255d8a8a62e1ba3e0a8d9356ee68d745627e518bd98472356",
"digest": "81b5ba868bd3fa953894b5db503a71e1f17024ba97985e2d4846c45084e51f5a",
"distro": "debian-11",
"type": "NAMI",
"version": "0.19.1-0"
"version": "0.19.1-1"
}
}