diff --git a/bitnami/jsonnet/0/debian-11/Dockerfile b/bitnami/jsonnet/0/debian-11/Dockerfile index 4ec956ab25ac..000f42cc0025 100644 --- a/bitnami/jsonnet/0/debian-11/Dockerfile +++ b/bitnami/jsonnet/0/debian-11/Dockerfile @@ -7,10 +7,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2024-01-14T17:22:21Z" \ + org.opencontainers.image.created="2024-01-19T21:12:26Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.20.0-debian-11-r105" \ + org.opencontainers.image.ref.name="0.20.0-debian-11-r106" \ org.opencontainers.image.title="jsonnet" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="0.20.0" @@ -41,6 +41,7 @@ RUN apt-get autoremove --purge -y ca-certificates curl && \ apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami +RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN chmod +x /opt/bitnami/jsonnet/bin/jsonnet ENV APP_VERSION="0.20.0" \ diff --git a/bitnami/jsonnet/README.md b/bitnami/jsonnet/README.md index 9699fa6af7bf..0183934d90b3 100644 --- a/bitnami/jsonnet/README.md +++ b/bitnami/jsonnet/README.md @@ -64,6 +64,12 @@ To run commands inside this container you can use `docker run`, for example to e docker run --name jsonnet bitnami/jsonnet:latest -e "{hello: 'world'}" ``` +## Notable Changes + +### Starting January 16, 2024 + +* The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. + ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.