Namespace
library
Image / Tag
python:3.5.1-slim
Content Digest
sha256:cf67ea46edf1cc91115db2f5e1b3f212942567577745b3470661eb46ac7eb74d
Details
Created

2016-06-09 15:44:40 UTC

Size

72.8 MB

Content Digest
Environment
GPG_KEY

97FC712E4C024BBEA48A61ED3A5CA953F73C700D

LANG

C.UTF-8

PATH

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

PYTHON_PIP_VERSION

8.1.2

PYTHON_VERSION

3.5.1


Layers

[#000] sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b - 67.25% (49 MB)

[#001] sha256:f47802911a36274cebaa9ad47bd1d4b18975d79223c85297956cc2d869d4e7e4 - 4.37% (3.18 MB)

[#002] sha256:bb580c714f52fc81cb5929a462378d58916fa4bff74f5f6aeec568d3f3a8cbbb - 28.38% (20.7 MB)

[#003] sha256:8cff145657b1baefb32d88f77f70c1046cb2430273df692995512ecafb7b0b0e - 0.0% (266 Bytes)


History
2016-06-08 00:51:04 UTC

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

2016-06-08 00:51:04 UTC

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

2016-06-09 14:02:53 UTC

/bin/sh -c apt-get purge -y python.*

2016-06-09 14:02:54 UTC

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

2016-06-09 14:04:18 UTC

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

2016-06-09 15:21:53 UTC

/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D

2016-06-09 15:39:10 UTC

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

2016-06-09 15:39:10 UTC

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

2016-06-09 15:44:38 UTC

/bin/sh -c set -ex && buildDeps=' curl gcc libbz2-dev libc6-dev liblzma-dev libncurses-dev libreadline-dev libsqlite3-dev libssl-dev make xz-utils zlib1g-dev ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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-shared --enable-unicode=ucs4 && make -j$(nproc) && make install && ldconfig && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$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

2016-06-09 15:44:40 UTC

/bin/sh -c cd /usr/local/bin && ln -s easy_install-3.5 easy_install && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2016-06-09 15:44:40 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