2016-08-02 00:33:02 UTC
26.5 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION8.1.2
PYTHON_VERSION3.6.0a2
[#000] sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58 - 8.3% (2.2 MB)
[#001] sha256:bfd140ce2891d30226b3dbb0a5258331dfb465b77e6005090827d3780e7397e2 - 91.7% (24.3 MB)
[#002] sha256:d977a0bf4905920db7ac9d6ae40569ce0de18cd91a1abc591acb429077c56c3e - 0.0% (262 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-07-05 18:04:39 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2016-07-05 18:04:39 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.0a2
2016-07-05 18:04:39 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2
2016-08-02 00:33:00 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps curl gnupg tar xz && 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 && 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 tcl-dev tk tk-dev xz-dev zlib-dev && cd /usr/src/python && ./configure --enable-loadable-sqlite-extensions --enable-shared && make -j$(getconf _NPROCESSORS_ONLN) && make install && pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION && [ "$(pip list | 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-08-02 00:33:02 UTC/bin/sh -c cd /usr/local/bin && ln -s easy_install-3.6 easy_install && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2016-08-02 00:33:02 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.