Namespace
library
Image / Tag
python:2.7.11-wheezy
Content Digest
sha256:baaff5dbc01e4e968899e48ea5631bcad2d0fa28e59f2b87d89447105f01b923
Details
Created

2016-06-09 14:55:56 UTC

Size

192 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:47994b92ab73c2e189664beec0969461d790205d969cce06c445fafb777b8267 - 18.48% (35.5 MB)

[#001] sha256:51d05f23de0fe5d15ae0485a481110c1f85d72b8de0e12af347c57968748fbb3 - 3.36% (6.45 MB)

[#002] sha256:638003bf95f3c953efae720dc69238df82e8601ebcdc29ae76f63c1cb1089891 - 18.57% (35.7 MB)

[#003] sha256:03d3d60a386d73b4ce19b7c2fac87fd08aacc23ed833bc115368691e4f931a03 - 50.06% (96.1 MB)

[#004] sha256:868f872d764d83ae176f7e6738c5b452a413fe9152acb5ad2ff8d093590b2b60 - 0.11% (224 KB)

[#005] sha256:5eb9e6e146bd216fa443da9170c538424740f686bccf2489916c59722fbd7498 - 7.8% (15 MB)

[#006] sha256:1b387efcfcd49be882429bf728a34753521d3df65b572a9214c7449a10b1a2dd - 1.62% (3.1 MB)


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

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

2016-06-08 00:51:59 UTC

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

2016-06-08 21:10:41 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-06-08 21:11:12 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-06-08 21:12:20 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 libgeoip-dev libglib2.0-dev libjpeg-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-06-09 14:50:53 UTC

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

2016-06-09 14:50:54 UTC

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

2016-06-09 14:50:55 UTC

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

2016-06-09 14:50:55 UTC

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

2016-06-09 14:50:56 UTC

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

2016-06-09 14:55:50 UTC

/bin/sh -c set -ex && 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 '{}' + && rm -rf /usr/src/python ~/.cache

2016-06-09 14:55:56 UTC

/bin/sh -c pip install --no-cache-dir virtualenv

2016-06-09 14:55:56 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