[bitnami/jsonnet] Release 0.19.1-debian-11-r47 (#27633)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5caf658dfd
commit
ae65475adc
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> Jsonnet is a data templating language for application and tool developers, based on JSON.
|
||||
|
||||
[Overview of Jsonnet](https://jsonnet.org)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue