Namespace
library
Image / Tag
python:2.7.11-slim
Content Digest
sha256:affa6b23bb5e2164ffd7b0d91b9b8e494593f7439faba18fa6683c1a96893baf
Details
Created

2016-06-09 14:11:05 UTC

Size

68.7 MB

Content Digest
Environment
GPG_KEY

C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF

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

2.7.11


Layers

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

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

[#002] sha256:e4b2b1e403f9d6a1a0a10ed634b26742e1f649de7ed148985f7debdae8541f22 - 24.08% (16.5 MB)


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 14:04:18 UTC

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

2016-06-09 14:04:19 UTC

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

2016-06-09 14:04:19 UTC

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

2016-06-09 14:11:04 UTC

/bin/sh -c set -ex && buildDeps=' curl gcc libbz2-dev libc6-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 && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 && pip install --no-cache-dir --upgrade 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 14:11:05 UTC

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

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