Namespace
jupyter
Image / Tag
base-notebook:387f29b6ca83
Content Digest
sha256:ad190c3ab5d9d8057550360157b8101484b8de18ec127033eebe1cf37d72d7f3
Details
Created

2017-01-12 18:15:23 UTC

Size

160 MB

Content Digest
Environment
CONDA_DIR

/opt/conda

DEBIAN_FRONTEND

noninteractive

HOME

/home/jovyan

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

LC_ALL

en_US.UTF-8

NB_UID

1000

NB_USER

jovyan

PATH

/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SHELL

/bin/bash


Layers

[#000] sha256:75a822cd7888e394c49828b951061402d31745f596b1f502758570f2d0ee79e2 - 30.63% (49 MB)

[#001] sha256:f74dd7a42a1f8769b4af6eb5c11786e3b6ea38523d9259ab303c2b3cb2e495a7 - 14.34% (22.9 MB)

[#002] sha256:7b03c47d9699ae3c6c9154aa62bbef0ba629b110fad92b00557d07efef9294bd - 0.19% (317 KB)

[#003] sha256:ecef67eb4d882e6442dc738748ef8d8256a24003cee195a88e4b957ab467db1d - 0.0% (7.77 KB)

[#004] sha256:bd6c8cee2aa94e0bdecd944e8bb5fcdaafb64266e9cf07ce21cf7f06de945668 - 0.0% (3.74 KB)

[#005] sha256:8ecf884c467a5b19b76954fa3d43b605c7c4ad3001be8e322460c43d5336d926 - 0.0% (236 Bytes)

[#006] sha256:7dc68d7c7ffdc3c744b46faf113961a75fa3b8e7825930ef937bdd858e1ea992 - 23.61% (37.7 MB)

[#007] sha256:3369a456e292ed7da4f33441e6d4ec07e47c0e58b986fd576b734a1fd2782962 - 31.22% (49.9 MB)

[#008] sha256:e626c4a34300338f0da1b3b780208212e06828ca4cd474120f505a88da6eda81 - 0.0% (568 Bytes)

[#009] sha256:619d5c673fb7d89adf29ddb7664a29a760e7d1851b5697173753402d921228da - 0.0% (310 Bytes)

[#010] sha256:eff746881b74423f44bdabff4b52acd5a9a9316eb6105eee72017f28d86b00b3 - 0.0% (492 Bytes)

[#011] sha256:fae5187ea9e1d8c02fed06e9076d7117dc75c77646fd2e64fef6a8ce68d65b2f - 0.0% (772 Bytes)

[#012] sha256:e1fd76e4adb2b262ecb0dfaeb63946705e6794e29d8097d5797bfcaecac8c397 - 0.0% (771 Bytes)


History
2016-12-13 22:10:59 UTC

/bin/sh -c #(nop) ADD file:1d214d2782eaccc743b8d683ccecf2f87f12a0ecdfbcd6fdf4943ce616f23870 in /

2016-12-13 22:10:59 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2017-01-02 19:56:22 UTC

/bin/sh -c #(nop) MAINTAINER Jupyter Project <jupyter@googlegroups.com>

2017-01-02 19:56:23 UTC

/bin/sh -c #(nop) USER [root]

2017-01-02 19:56:23 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2017-01-02 19:57:01 UTC

/bin/sh -c REPO=http://cdn-fastly.deb.debian.org && echo "deb $REPO/debian jessie main\ndeb $REPO/debian-security jessie/updates main" > /etc/apt/sources.list && apt-get update && apt-get -yq dist-upgrade && apt-get install -yq --no-install-recommends wget bzip2 ca-certificates sudo locales && apt-get clean && rm -rf /var/lib/apt/lists/*

2017-01-02 19:57:03 UTC

/bin/sh -c echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen

2017-01-02 19:57:04 UTC

/bin/sh -c wget --quiet https://github.com/krallin/tini/releases/download/v0.10.0/tini && echo "1361527f39190a7338a0b434bd8c88ff7233ce7b9a4876f3315c22fce7eca1b0 *tini" | sha256sum -c - && mv tini /usr/local/bin/tini && chmod +x /usr/local/bin/tini

2017-01-02 19:57:04 UTC

/bin/sh -c #(nop) ENV CONDA_DIR=/opt/conda

2017-01-02 19:57:05 UTC

/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2017-01-02 19:57:05 UTC

/bin/sh -c #(nop) ENV SHELL=/bin/bash

2017-01-02 19:57:05 UTC

/bin/sh -c #(nop) ENV NB_USER=jovyan

2017-01-02 19:57:05 UTC

/bin/sh -c #(nop) ENV NB_UID=1000

2017-01-02 19:57:06 UTC

/bin/sh -c #(nop) ENV HOME=/home/jovyan

2017-01-02 19:57:06 UTC

/bin/sh -c #(nop) ENV LC_ALL=en_US.UTF-8

2017-01-02 19:57:06 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8

2017-01-02 19:57:06 UTC

/bin/sh -c #(nop) ENV LANGUAGE=en_US.UTF-8

2017-01-02 19:57:07 UTC

/bin/sh -c useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && mkdir -p $CONDA_DIR && chown $NB_USER $CONDA_DIR

2017-01-02 19:57:07 UTC

/bin/sh -c #(nop) USER [jovyan]

2017-01-02 19:57:08 UTC

/bin/sh -c mkdir /home/$NB_USER/work && mkdir /home/$NB_USER/.jupyter && echo "cacert=/etc/ssl/certs/ca-certificates.crt" > /home/$NB_USER/.curlrc

2017-01-02 19:57:30 UTC

/bin/sh -c cd /tmp && mkdir -p $CONDA_DIR && wget --quiet https://repo.continuum.io/miniconda/Miniconda3-4.2.12-Linux-x86_64.sh && echo "c59b3dd3cad550ac7596e0d599b91e75d88826db132e4146030ef471bb434e9a *Miniconda3-4.2.12-Linux-x86_64.sh" | sha256sum -c - && /bin/bash Miniconda3-4.2.12-Linux-x86_64.sh -f -b -p $CONDA_DIR && rm Miniconda3-4.2.12-Linux-x86_64.sh && $CONDA_DIR/bin/conda config --system --add channels conda-forge && $CONDA_DIR/bin/conda config --system --set auto_update_conda false && conda clean -tipsy

2017-01-12 18:15:19 UTC

/bin/sh -c conda install --quiet --yes 'notebook=4.3*' jupyterhub=0.7 && conda clean -tipsy

2017-01-12 18:15:20 UTC

/bin/sh -c #(nop) USER [root]

2017-01-12 18:15:20 UTC

/bin/sh -c #(nop) EXPOSE 8888/tcp

2017-01-12 18:15:21 UTC

/bin/sh -c #(nop) WORKDIR /home/jovyan/work

2017-01-12 18:15:21 UTC

/bin/sh -c #(nop) ENTRYPOINT ["tini" "--"]

2017-01-12 18:15:21 UTC

/bin/sh -c #(nop) CMD ["start-notebook.sh"]

2017-01-12 18:15:21 UTC

/bin/sh -c #(nop) COPY file:4cfcf9820ba75a602dcbf6e5ba1c6082122846cbf35faaf4f00ce59c98698330 in /usr/local/bin/

2017-01-12 18:15:21 UTC

/bin/sh -c #(nop) COPY file:6d15c30d4b64efca62be7871e8bc761ea231fd18909afac4ca10f1429fe6872d in /usr/local/bin/

2017-01-12 18:15:22 UTC

/bin/sh -c #(nop) COPY file:645466847c934c1add1678b16957d9cf6d7277b655aac6f2d3b88842dda2b4cf in /usr/local/bin/

2017-01-12 18:15:22 UTC

/bin/sh -c #(nop) COPY file:8784656ba78be4c5c867ba2b44018e0eec125db9994455b933df02b8de7966a5 in /home/jovyan/.jupyter/

2017-01-12 18:15:23 UTC

/bin/sh -c chown -R $NB_USER:users /home/$NB_USER/.jupyter

2017-01-12 18:15:23 UTC

/bin/sh -c #(nop) USER [jovyan]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete