2019-07-08 11:19:20 UTC
61.9 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION19.1.1
PYTHON_VERSION3.7.3
[#000] sha256:c87736221ed0bcaa60b8e92a19bec2284899ef89226f2a07968677cf59e637a4 - 3.4% (2.1 MB)
[#001] sha256:c3f51b0d0765f7359fcc1b8d67887b1461c51dfb04b68ad54676a592af48cfdc - 0.48% (302 KB)
[#002] sha256:a65abebf548020f86dedbaeebd52cabe9c517767097a538b2501f9b7e8b185f5 - 38.02% (23.5 MB)
[#003] sha256:6628a73c2c8584cad0284cc99cd31d3643520557539f03f360912436cd59ab33 - 0.0% (231 Bytes)
[#004] sha256:b49d22f17d2f47ff079f657c80e3249f956dfa0ada4d88806dac1d23b82ebcb0 - 2.81% (1.74 MB)
[#005] sha256:56bb263d1d6ccae66056ed8dbfec88af278945b38f7119b2b1e263b4d02555e9 - 5.6% (3.46 MB)
[#006] sha256:f9bdb4e5444eede60d856dd83045a9ea7f2432c73d05407b5b34f9352ce83be6 - 49.69% (30.7 MB)
[#007] sha256:cf19e73ba90d1af706f42296095393b2235a4bf7650989addd7c7b5f9cd0c09d - 0.0% (2.51 KB)
[#008] sha256:a8eab9c5517b651c4c55223a6077d17f5d93c9ee08f093f15daf863e5194ae0f - 0.0% (2.19 KB)
/bin/sh -c #(nop) ADD file:38bc6b51693b13d84a63e281403e2f6d0218c44b1d7ff12157c4523f9f0ebb1e in /
2019-03-07 22:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-03-07 22:43:33 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-03-07 22:43:33 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-03-07 22:43:34 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-03-07 22:43:35 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-03-27 23:50:24 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.3
2019-03-27 23:53:08 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$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 coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev libressl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del .build-deps && 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 && python3 --version
2019-03-27 23:53:09 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2019-05-08 00:13:07 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.1.1
2019-05-08 00:13:13 UTC/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; 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 -f get-pip.py
2019-05-08 00:13:13 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-07-08 11:19:15 UTC/bin/sh -c apk add --no-cache --virtual .runtime_deps libffi libjpeg-turbo libressl libxslt libpq zlib su-exec tzdata xmlsec
2019-07-08 11:19:19 UTC/bin/sh -c #(nop) COPY dir:0c19275bd0efe103a879767891fc27deb42bd8cd6ec18d2a9af6c83dc7fbdd72 in /usr/local
2019-07-08 11:19:19 UTC/bin/sh -c #(nop) COPY file:8e20943070b12d15a0186c3e74a62d49d8f993a97ad9ead4b01dd86459d86731 in /start.py
2019-07-08 11:19:19 UTC/bin/sh -c #(nop) COPY dir:fecd618e1f301eefac806d624063a88d6936f43225ad26a14a7aa765b2831670 in /conf
2019-07-08 11:19:20 UTC/bin/sh -c #(nop) VOLUME [/data]
2019-07-08 11:19:20 UTC/bin/sh -c #(nop) EXPOSE 8008/tcp 8009/tcp 8448/tcp
2019-07-08 11:19:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["/start.py"]
2019-07-08 11:19:20 UTC/bin/sh -c #(nop) LABEL gitsha1=a175e608e930d0facf37637876b9824b563d16aa
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.