[bitnami/jsonnet] Release 0.21.0-debian-12-r15 (#91771)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-21 03:42:05 +01:00 committed by GitHub
parent 8bdf6bedae
commit e864f1cb4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-02-19T02:07:21Z" \
org.opencontainers.image.created="2026-03-21T02:33:56Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jsonnet/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jsonnet" \
@ -48,7 +48,7 @@ RUN uninstall_packages ca-certificates curl
RUN chmod +x /opt/bitnami/jsonnet/bin/jsonnet
ENV APP_VERSION="0.21.0" \
BITNAMI_APP_NAME="jsonnet" \
IMAGE_REVISION="14" \
IMAGE_REVISION="15" \
PATH="/opt/bitnami/jsonnet/bin:$PATH"
USER 1001

View File

@ -1,7 +1,5 @@
# Bitnami Secure Image for Jsonnet
## What is Jsonnet?
> Jsonnet is a data templating language for application and tool developers, based on JSON.
[Overview of Jsonnet](https://jsonnet.org)
@ -58,6 +56,8 @@ docker build -t bitnami/APP:latest .
## Configuration
The following section describes how to run commands
### Running commands
To run commands inside this container you can use `docker run`, for example to evaluate jsonnet code: