[bitnami/jsonnet] Release 0.19.1-debian-11-r47 (#27633)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-18 23:52:16 +01:00
committed by GitHub
parent 5caf658dfd
commit ae65475adc
3 changed files with 5 additions and 6 deletions

View File

@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-13T21:52:04Z" \
org.opencontainers.image.created="2023-03-18T22:00:18Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.19.1-debian-11-r46" \
org.opencontainers.image.ref.name="0.19.1-debian-11-r47" \
org.opencontainers.image.title="jsonnet" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.19.1"
@@ -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-2-linux-${OS_ARCH}-debian-11" \
"jsonnet-0.19.1-3-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": "65ad6918130c48b068aabd432a1282b792c24ccc646caa859283cb215786d173",
"digest": "869c39d54342053037a2b14f83576e3943d2c62de21db915987d88bb49283df7",
"distro": "debian-11",
"type": "NAMI",
"version": "0.19.1-2"
"version": "0.19.1-3"
}
}