2016-06-23 21:58:34 UTC
20.8 MB
97FC712E4C024BBEA48A61ED3A5CA953F73C700D
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION8.1.2
PYTHON_VERSION3.4.4
[#000] sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58 - 10.6% (2.2 MB)
[#001] sha256:d074950c30b6ebac5144c0495557376b765d435a19b579abf70d360dceb1d582 - 89.4% (18.6 MB)
[#002] sha256:a880cd33da1e4b98d9359ccbb9304e858162ecb271c7926e09563955fdfcdcab - 0.0% (259 Bytes)
/bin/sh -c #(nop) ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
2016-06-23 20:34:53 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2016-06-23 21:49:32 UTC/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2016-06-23 21:55:31 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.4.4
2016-06-23 21:55:32 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2
2016-06-23 21:58:31 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps curl gnupg && 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 && tar -xJC /usr/src -f python.tar.xz && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python && rm python.tar.xz && apk del .fetch-deps && apk add --no-cache --virtual .build-deps bzip2-dev gcc libc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev xz-dev zlib-dev && cd /usr/src/python && ./configure --enable-shared --enable-unicode=ucs4 && make -j$(getconf _NPROCESSORS_ONLN) && make install && 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 '{}' + && 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-06-23 21:58:33 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-23 21:58:34 UTC/bin/sh -c #(nop) CMD ["python3"]
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.