diff --git a/bitnami/jsonnet/0/debian-12/Dockerfile b/bitnami/jsonnet/0/debian-12/Dockerfile index 6f3723ea6efa..8c495bb2f210 100644 --- a/bitnami/jsonnet/0/debian-12/Dockerfile +++ b/bitnami/jsonnet/0/debian-12/Dockerfile @@ -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 diff --git a/bitnami/jsonnet/README.md b/bitnami/jsonnet/README.md index f3b01e0a8f10..df4597006f3c 100644 --- a/bitnami/jsonnet/README.md +++ b/bitnami/jsonnet/README.md @@ -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: