0.17.0-debian-10-r0 release
This commit is contained in:
parent
a0914714a2
commit
b3bd7ec6ec
|
|
@ -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.16.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "741c366d9ad4908ec580c7379e3ae3edaef5b4190b85367fbffaab031bbe5122 /tmp/bitnami/pkg/cache/jsonnet-0.16.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jsonnet-0.16.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jsonnet-0.16.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jsonnet-0.17.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "f65a6667bf9ee64e8916dc7d4315c8b8e2d3127cb7151e8cca8aa48dcbc71267 /tmp/bitnami/pkg/cache/jsonnet-0.17.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jsonnet-0.17.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jsonnet-0.17.0-0-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.16.0-debian-10-r151" \
|
||||
BITNAMI_IMAGE_VERSION="0.17.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/jsonnet/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"jsonnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "741c366d9ad4908ec580c7379e3ae3edaef5b4190b85367fbffaab031bbe5122",
|
||||
"digest": "f65a6667bf9ee64e8916dc7d4315c8b8e2d3127cb7151e8cca8aa48dcbc71267",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.16.0-0"
|
||||
"version": "0.17.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -24,7 +24,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.16.0`, `0.16.0-debian-10-r151`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jsonnet/blob/0.16.0-debian-10-r151/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.17.0`, `0.17.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jsonnet/blob/0.17.0-debian-10-r0/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jsonnet GitHub repo](https://github.com/bitnami/bitnami-docker-jsonnet).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue