mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
[bitnami/jupyter-base-notebook] Release 2.3.1-debian-11-r27 (#2564)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -8,14 +8,14 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libstdc++6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.12.0-152-linux-amd64-debian-11.tar.gz && \
|
||||
echo "54562193edb2be58d871e34d0c8238c7f4edc59d30950bd256fbf42103941afa /tmp/bitnami/pkg/cache/miniconda-4.12.0-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.12.0-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.12.0-152-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-2.3.1-152-linux-amd64-debian-11.tar.gz && \
|
||||
echo "63b6c4ccd4c28d718052b2017cf89e3c9a9ee6067d752763dcf44d1083f997a1 /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-152-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.12.0-153-linux-amd64-debian-11.tar.gz && \
|
||||
echo "c75734873158bdab70125b4e18cc93ef0cb884a7716a0f67a6a2f728ab852bcc /tmp/bitnami/pkg/cache/miniconda-4.12.0-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.12.0-153-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.12.0-153-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-2.3.1-153-linux-amd64-debian-11.tar.gz && \
|
||||
echo "40000fbbb169f061f5491fae52ee9945702a52b393adc25657650e135471d675 /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-153-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-153-linux-amd64-debian-11.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
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"jupyter-base-notebook": {
|
||||
"arch": "amd64",
|
||||
"digest": "63b6c4ccd4c28d718052b2017cf89e3c9a9ee6067d752763dcf44d1083f997a1",
|
||||
"digest": "40000fbbb169f061f5491fae52ee9945702a52b393adc25657650e135471d675",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.3.1-152"
|
||||
"version": "2.3.1-153"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
"digest": "54562193edb2be58d871e34d0c8238c7f4edc59d30950bd256fbf42103941afa",
|
||||
"digest": "c75734873158bdab70125b4e18cc93ef0cb884a7716a0f67a6a2f728ab852bcc",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.12.0-152"
|
||||
"version": "4.12.0-153"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user