Namespace
library
Image / Tag
python:3.6.0-slim
Content Digest
sha256:ed16e4e6ee97ad893c5be1a22aae0de95b996b0a21e544d9b8a4625f66d1d49e
Details
Created

2017-02-28 22:23:31 UTC

Size

72.5 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

9.0.1

PYTHON_VERSION

3.6.0


Layers

[#000] sha256:693502eb7dfbc6b94964ae66ebc72d3e32facd981c72995b09794f1e87bac184 - 67.6% (49 MB)

[#001] sha256:764f950e58321d40da999d0b1da856017c3b0faecaf1f6b02c228b7c854ac450 - 4.4% (3.19 MB)

[#002] sha256:81d23360d0760a5250b968acd347cd1431a13197ddae630ce6c74a8a5505fd26 - 27.99% (20.3 MB)

[#003] sha256:d16079c7530f358994717b60bb29931f4994a1ad7f8ca2d85909c23cb197c3c2 - 0.0% (267 Bytes)


History
2017-02-27 20:34:36 UTC

/bin/sh -c #(nop) ADD file:41ac8d85ee35954bf6c8353d9681a045ba260aa9a96dbbded7bcd6e37ee49bea in /

2017-02-27 20:34:37 UTC

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

2017-02-28 20:40:14 UTC

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

2017-02-28 20:40:14 UTC

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

2017-02-28 22:15:22 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libgdbm3 libsqlite3-0 libssl1.0.0 && rm -rf /var/lib/apt/lists/*

2017-02-28 22:21:35 UTC

/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

2017-02-28 22:21:36 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.0

2017-02-28 22:21:36 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.1

2017-02-28 22:23:29 UTC

/bin/sh -c set -ex && buildDeps=' gcc libbz2-dev libc6-dev libgdbm-dev liblzma-dev libncurses-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && rm -r "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && cd /usr/src/python && ./configure --enable-loadable-sqlite-extensions --enable-shared && make -j$(nproc) && make install && ldconfig && if [ ! -e /usr/local/bin/pip3 ]; then : && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' && python3 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" && rm /tmp/get-pip.py ; fi && pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] && find /usr/local -depth \( \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \) -exec rm -rf '{}' + && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/python ~/.cache

2017-02-28 22:23:30 UTC

/bin/sh -c cd /usr/local/bin && { [ -e easy_install ] || ln -s easy_install-* easy_install; } && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2017-02-28 22:23:31 UTC

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

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