mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 15:07:17 +08:00
0.18.0-debian-10-r50 release
This commit is contained in:
@@ -9,17 +9,17 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libgcc1 libstdc++6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jsonnet-0.18.0-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d59d5ca8f007a6b069a90d460721f6023c98e21ff8a384146ee922eebab66874 /tmp/bitnami/pkg/cache/jsonnet-0.18.0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jsonnet-0.18.0-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jsonnet-0.18.0-4-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jsonnet-0.18.0-5-linux-amd64-debian-10.tar.gz && \
|
||||
echo "4409a584f00037fc5d66ae7d9905f62314c40f27b2a3ce30229d5134aee9f911 /tmp/bitnami/pkg/cache/jsonnet-0.18.0-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jsonnet-0.18.0-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jsonnet-0.18.0-5-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
RUN chmod +x /opt/bitnami/jsonnet/bin/jsonnet
|
||||
ENV BITNAMI_APP_NAME="jsonnet" \
|
||||
BITNAMI_IMAGE_VERSION="0.18.0-debian-10-r49" \
|
||||
BITNAMI_IMAGE_VERSION="0.18.0-debian-10-r50" \
|
||||
PATH="/opt/bitnami/jsonnet/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"jsonnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "d59d5ca8f007a6b069a90d460721f6023c98e21ff8a384146ee922eebab66874",
|
||||
"digest": "4409a584f00037fc5d66ae7d9905f62314c40f27b2a3ce30229d5134aee9f911",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.18.0-4"
|
||||
"version": "0.18.0-5"
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,7 @@ $ docker run --name jsonnet bitnami/jsonnet:latest
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.18.0`, `0.18.0-debian-10-r49`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jsonnet/blob/0.18.0-debian-10-r49/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.18.0`, `0.18.0-debian-10-r50`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jsonnet/blob/0.18.0-debian-10-r50/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jsonnet GitHub repo](https://github.com/bitnami/bitnami-docker-jsonnet).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user