Namespace
library
Image / Tag
python:3.6.0rc1
Content Digest
sha256:0046b94e40295fd9f9ecb9556ed4d8c6283ff69225b79227426fd3e939db68b7
Details
Created

2016-12-08 21:37:02 UTC

Size

254 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.0rc1


Layers

[#000] sha256:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 19.32% (49 MB)

[#001] sha256:75ea8418708338e40dce9179cfe97fd116831f1601be50fef48ea6011653c986 - 6.97% (17.7 MB)

[#002] sha256:88b459c9f665cc39ff5fc09071b5dada4dad766573d962276f999d0c466d5405 - 15.98% (40.5 MB)

[#003] sha256:1e3ee139a57774dc3728a4bf9675bc379458093585e42f384852e644b1b272ac - 48.82% (124 MB)

[#004] sha256:729baab2cba26b36b6736d76b9d8ab9b41bacd4f448d66901da14f1a4d765877 - 1.09% (2.76 MB)

[#005] sha256:7a90fe0bce6171f37cb959e5d634e4d06046e5188d23928c4ed2d82b7b5023a2 - 7.82% (19.8 MB)

[#006] sha256:8014f2f485f6af31c26cec2bc973fcd8d460c6b531b3ccf63fdb98fc323269a1 - 0.0% (266 Bytes)


History
2016-11-07 20:30:25 UTC

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

2016-11-07 20:30:26 UTC

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

2016-11-07 22:27:33 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2016-11-07 22:27:51 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2016-11-07 22:28:43 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends autoconf automake bzip2 file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmysqlclient-dev libncurses-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev && rm -rf /var/lib/apt/lists/*

2016-11-08 19:45:44 UTC

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

2016-11-08 19:45:44 UTC

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

2016-11-08 19:45:58 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*

2016-11-10 08:39:05 UTC

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

2016-12-08 21:35:22 UTC

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

2016-12-08 21:35:22 UTC

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

2016-12-08 21:37:01 UTC

/bin/sh -c set -ex && buildDeps=' tcl-dev tk-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

2016-12-08 21:37:02 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

2016-12-08 21:37:02 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