Namespace
library
Image / Tag
python:2.7.12-onbuild
Content Digest
sha256:eab238f39987d78b5fb5f49ea3e9ee72f324495f550d288b031da8529ba63a7a
Details
Created

2016-12-16 03:09:27 UTC

Size

252 MB

Content Digest
Environment
GPG_KEY

C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF

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

2.7.12


Layers

[#000] sha256:75a822cd7888e394c49828b951061402d31745f596b1f502758570f2d0ee79e2 - 19.43% (49 MB)

[#001] sha256:57de64c72267e88e952b064236cb906c7626f7c07a1a2d5900cf6953e72632b3 - 7.01% (17.7 MB)

[#002] sha256:4306be1e8943b446026b96c2ef7b3ab8471c760774fd1cd11334df7084fed57b - 16.08% (40.5 MB)

[#003] sha256:871436ab7225503e9e951a7acb7b1689a91a60d033bf8cbabcd40fe5ca4cfc87 - 49.11% (124 MB)

[#004] sha256:37c937b0ca47b266ccbbf916387a97494f7a949105887b9ff3afd3f4dbe8545a - 1.09% (2.76 MB)

[#005] sha256:03346672e2217bb51270b90fcf08312c9ef87800a82000ea8ef2a622a93083ee - 6.03% (15.2 MB)

[#006] sha256:3595e3d63695a9e70948edb014a9b7693befa8498c3cdb03e2ec41055f2ac49e - 1.26% (3.18 MB)

[#007] sha256:d3d534bfb13920d34366e39d9a75ed3e56cf542b9f4ec5d079b38296a5e554d4 - 0.0% (126 Bytes)


History
2016-12-13 22:10:59 UTC

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

2016-12-13 22:10:59 UTC

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

2016-12-13 23:00:11 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-12-13 23:00:33 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-12-15 18:59:13 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-12-16 03:06:42 UTC

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

2016-12-16 03:06:43 UTC

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

2016-12-16 03:06:51 UTC

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

2016-12-16 03:07:39 UTC

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

2016-12-16 03:07:39 UTC

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

2016-12-16 03:07:40 UTC

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

2016-12-16 03:09:22 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-shared --enable-unicode=ucs4 && make -j$(nproc) && make install && ldconfig && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' && python2 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" && rm /tmp/get-pip.py && pip 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-16 03:09:24 UTC

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

2016-12-16 03:09:25 UTC

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

2016-12-16 03:09:26 UTC

/bin/sh -c mkdir -p /usr/src/app

2016-12-16 03:09:26 UTC

/bin/sh -c #(nop) WORKDIR /usr/src/app

2016-12-16 03:09:26 UTC

/bin/sh -c #(nop) ONBUILD COPY requirements.txt /usr/src/app/

2016-12-16 03:09:26 UTC

/bin/sh -c #(nop) ONBUILD RUN pip install --no-cache-dir -r requirements.txt

2016-12-16 03:09:27 UTC

/bin/sh -c #(nop) ONBUILD COPY . /usr/src/app

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