Namespace
library
Image / Tag
python:3.4.4-slim
Content Digest
sha256:0d6f575a35f0bdd511f84a72529bfe9120c3fea166f629c321c6c6bb625c5f59
Details
Created

2016-06-09 15:28:19 UTC

Size

72 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.4.4


Layers

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

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

[#002] sha256:5ebc9d9d0403eb0d8e7e5ada1003066330cc04154cdefeb5c3e91e3f29b73c5a - 27.53% (19.8 MB)

[#003] sha256:a50da1f316b2150824d5f726e14633e2ff72f90fd2b00bd545fef04b35461267 - 0.0% (268 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:21:53 UTC

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

2016-06-09 15:21:54 UTC

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

2016-06-09 15:28:18 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:28:19 UTC

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

2016-06-09 15:28:19 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