Namespace
library
Image / Tag
python:2.7.12-alpine
Content Digest
sha256:6962de5899c48cbd01218bb8dfa699cb05478e9373313bb3e05fe7a620157bb0
Details
Created

2016-11-17 22:23:09 UTC

Size

23.3 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:3690ec4760f95690944da86dc4496148a63d85c9e3100669a318110092f6862f - 9.47% (2.21 MB)

[#001] sha256:8cf4eb2be1b3bf382479a4a03e9c969e8ab737697b5abc3d5114705677b9b419 - 1.41% (336 KB)

[#002] sha256:b30d63227d139a0ab38494d92f8a6f0de06c24381cbc4d0232ba263a06c3f92b - 89.12% (20.8 MB)


History
2016-10-18 20:31:22 UTC

/bin/sh -c #(nop) ADD file:7afbc23fda8b0b3872623c16af8e3490b2cee951aed14b3794389c2f946cc8c7 in /

2016-10-18 23:55:28 UTC

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

2016-10-18 23:55:28 UTC

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

2016-10-18 23:55:29 UTC

/bin/sh -c apk add --no-cache ca-certificates

2016-10-18 23:55:30 UTC

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

2016-10-18 23:55:30 UTC

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

2016-11-17 22:21:25 UTC

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

2016-11-17 22:23:09 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && 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 && apk add --no-cache --virtual .build-deps bzip2-dev gcc gdbm-dev libc-dev linux-headers make ncurses-dev openssl openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev zlib-dev && apk del .fetch-deps && cd /usr/src/python && ./configure --enable-shared --enable-unicode=ucs4 && make -j$(getconf _NPROCESSORS_ONLN) && make install && 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 '{}' + && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .python-rundeps $runDeps && apk del .build-deps && rm -rf /usr/src/python ~/.cache

2016-11-17 22:23:09 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