[bitnami/jsonnet] Release 0.19.0-debian-11-r0 (#11520)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
e4470442f2
commit
64e3b4db14
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.18.0-debian-11-r51" \
|
||||
org.opencontainers.image.ref.name="0.19.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jsonnet" \
|
||||
org.opencontainers.image.title="jsonnet" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.18.0"
|
||||
org.opencontainers.image.version="0.19.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,7 +21,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.18.0-154-linux-${OS_ARCH}-debian-11" \
|
||||
"jsonnet-0.19.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl ca-certificates && \
|
|||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
RUN chmod +x /opt/bitnami/jsonnet/bin/jsonnet
|
||||
ENV APP_VERSION="0.18.0" \
|
||||
ENV APP_VERSION="0.19.0" \
|
||||
BITNAMI_APP_NAME="jsonnet" \
|
||||
PATH="/opt/bitnami/jsonnet/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"jsonnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "98a7e7f431a5cc3c45074c9d653179c6a7eaf981b3f353ff04d4b396f4ed879f",
|
||||
"digest": "0e24d8b9b2f9601ebe61f92c9344e4ebc5ee76e458c85a23cd562a70312f6bf2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.18.0-154"
|
||||
"version": "0.19.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.18.0"
|
||||
- "0.19.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue