mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
0.18.0-debian-10-r18 release
This commit is contained in:
@@ -9,15 +9,15 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip libc6 libgcc1 libstdc++6 procps tar wget
|
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-0-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jsonnet-0.18.0-1-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "66982e30a6374fe1998fee0d84fab91b0fd00508314ee84b94873468f0803765 /tmp/bitnami/pkg/cache/jsonnet-0.18.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "851ecd0584a1573af318ffeb35855f9c08a75be5ef42e9d492e06c58ef8fd803 /tmp/bitnami/pkg/cache/jsonnet-0.18.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/jsonnet-0.18.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/jsonnet-0.18.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/jsonnet-0.18.0-0-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/jsonnet-0.18.0-1-linux-amd64-debian-10.tar.gz
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|
||||||
RUN chmod +x /opt/bitnami/jsonnet/bin/jsonnet
|
RUN chmod +x /opt/bitnami/jsonnet/bin/jsonnet
|
||||||
ENV BITNAMI_APP_NAME="jsonnet" \
|
ENV BITNAMI_APP_NAME="jsonnet" \
|
||||||
BITNAMI_IMAGE_VERSION="0.18.0-debian-10-r17" \
|
BITNAMI_IMAGE_VERSION="0.18.0-debian-10-r18" \
|
||||||
PATH="/opt/bitnami/jsonnet/bin:$PATH"
|
PATH="/opt/bitnami/jsonnet/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"jsonnet": {
|
"jsonnet": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "66982e30a6374fe1998fee0d84fab91b0fd00508314ee84b94873468f0803765",
|
"digest": "851ecd0584a1573af318ffeb35855f9c08a75be5ef42e9d492e06c58ef8fd803",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "0.18.0-0"
|
"version": "0.18.0-1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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/).
|
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-r17`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jsonnet/blob/0.18.0-debian-10-r17/0/debian-10/Dockerfile)
|
* [`0`, `0-debian-10`, `0.18.0`, `0.18.0-debian-10-r18`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jsonnet/blob/0.18.0-debian-10-r18/0/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/jsonnet GitHub repo](https://github.com/bitnami/bitnami-docker-jsonnet).
|
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