Namespace
library
Image / Tag
python:3.6.8-alpine3.6
Content Digest
sha256:f55ac39dc18361d27147b433e01877e076e5de131e30a9d0c2aa0f92e250c748
Details
Created

2019-01-26 12:56:23 UTC

Size

24.4 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:32d1d33da1a274690e9940ba4604f34d7d033e108326b8b3065ae25c7a01beea - 8.09% (1.98 MB)

[#001] sha256:d1471bcbe51584ad58ab212f712c4e156490d90aee323c32dd7055cc6621645e - 0.0% (176 Bytes)

[#002] sha256:58e5e763b26ccd2386d201a6b820dab75566deab9d9618ea091de4ce86e7cb83 - 1.37% (344 KB)

[#003] sha256:1948022f076edee93b2f8c13d6241b9fcddcc170eeabc3de4648f6ee9cc7dc53 - 82.6% (20.2 MB)

[#004] sha256:4d1a9634be80f646eee9e7bc79c712267f9a022da867d15eac42f91bb217adaf - 0.0% (232 Bytes)

[#005] sha256:49692b405d9eaa94a4d1e60964365fdcfa41c2bba6f64f48e4731c1290f11198 - 7.93% (1.94 MB)


History
2018-12-21 11:39:33 UTC

/bin/sh -c #(nop) ADD file:148310bd4680d4995d6dafeab65eb1ec3ff0a68d51014e09f1a884a14d44d289 in /

2018-12-21 11:39:33 UTC

/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime

2018-12-21 11:39:33 UTC

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

2018-12-21 15:57:40 UTC

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

2018-12-21 15:57:41 UTC

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

2018-12-21 15:57:42 UTC

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

2018-12-21 15:57:42 UTC

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

2018-12-26 12:58:12 UTC

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

2018-12-26 13:00:10 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg libressl 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 libressl libressl-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-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

2018-12-26 13:00:11 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-01-26 12:56:16 UTC

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

2019-01-26 12:56:22 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps libressl; trap 'apk del .fetch-deps' EXIT; 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-01-26 12:56:23 UTC

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

Details
Created

2019-01-30 23:59:21 UTC

Size

25.5 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:59265c40e257554058624f35856dafd82d135c4ef406de298cb1fee647867381 - 7.54% (1.92 MB)

[#001] sha256:d5cd96ecafdb947be660e34b0f07102f27c0706b7037c2806cb2792ff83c7121 - 1.31% (343 KB)

[#002] sha256:298057c3387dab3260297ff52704749871c2e7ef54d568874723b90b02970851 - 83.52% (21.3 MB)

[#003] sha256:5ba3aa3911db5fc42041ec82e4340a808851c5cf3c5f41583a855ba564b43f33 - 0.0% (226 Bytes)

[#004] sha256:fff9a6d228f583283729502301166293fa7f4b85c768499edd734ec2ff909d27 - 7.62% (1.94 MB)


History
2019-01-30 22:19:35 UTC

/bin/sh -c #(nop) ADD file:56d0d690c1d6b1e5c28a25a71d9e106f85676bdbb5b2d7dc727e52c32b52a692 in /

2019-01-30 22:19:35 UTC

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

2019-01-30 23:56:20 UTC

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

2019-01-30 23:56:21 UTC

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

2019-01-30 23:56:22 UTC

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

2019-01-30 23:56:22 UTC

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

2019-01-30 23:56:22 UTC

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

2019-01-30 23:59:14 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg libressl 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 libressl libressl-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-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-01-30 23:59:15 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-01-30 23:59:15 UTC

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

2019-01-30 23:59:21 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps libressl; trap 'apk del .fetch-deps' EXIT; 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-01-30 23:59:21 UTC

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

Details
Created

2019-01-26 08:57:35 UTC

Size

24.4 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:7bf19bf39deca1a0c97ea053749c4919e77567a4cbbce121213387d251f8ae58 - 7.77% (1.89 MB)

[#001] sha256:1b0cb2be1fcd0319c88ab032ed0988d6f480c9da05f19ff8c9e1e9102f8a8f18 - 0.0% (175 Bytes)

[#002] sha256:22fa92edc3353f36a249c9820287e5594788bd1a4fac43621a18ef4a91f316d6 - 1.38% (344 KB)

[#003] sha256:f44d5276c328140ea57593fe23184b1f9125d519c485453027f299bd23ecbd07 - 82.89% (20.2 MB)

[#004] sha256:4b32a786fa967b16b0603e6bfb09bf6145f322592d31392bda57a66f8508aeff - 0.0% (231 Bytes)

[#005] sha256:2a22588bfebf7b35bcfd86b25cf90e5b71ed5b38d26b86e4486393745bc68f8b - 7.96% (1.94 MB)


History
2018-12-21 08:49:33 UTC

/bin/sh -c #(nop) ADD file:443a8d26363f4a387c9ad3a501173d4ae5a1ceed86d208a5e5715986cd208189 in /

2018-12-21 08:49:33 UTC

/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime

2018-12-21 08:49:33 UTC

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

2018-12-21 09:37:12 UTC

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

2018-12-21 09:37:13 UTC

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

2018-12-21 09:37:16 UTC

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

2018-12-21 09:37:17 UTC

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

2018-12-26 09:05:45 UTC

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

2018-12-26 09:07:38 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg libressl 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 libressl libressl-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-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

2018-12-26 09:07:41 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-01-26 08:57:23 UTC

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

2019-01-26 08:57:35 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps libressl; trap 'apk del .fetch-deps' EXIT; 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-01-26 08:57:35 UTC

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

Details
Created

2019-01-26 10:50:07 UTC

Size

25.1 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:36f5fbbdd115658cfe0211d45f5b6459802db2813b66fc7adf1caca07c10c594 - 7.37% (1.85 MB)

[#001] sha256:5f98575828e014aadf3e73f6343430d56d59e0e8aab8b1b6be492813094a5fe6 - 0.0% (177 Bytes)

[#002] sha256:d5b7d6eab9eb4a51f415b3ab1a9699ac0f277ef3f1130b7580504ceede143a94 - 1.34% (343 KB)

[#003] sha256:858b85001ad8bc8972eb6d8bd7c269dd72eb3241399017dd02e49af219def1d0 - 83.56% (20.9 MB)

[#004] sha256:da955b1b73300b397aeaa7a7f8054825586e72853c36687a2f137e42fdf98adb - 0.0% (230 Bytes)

[#005] sha256:f53c0e45036776c3cee22008262d26bea3d1a28cc6483fac7960a91231135567 - 7.73% (1.94 MB)


History
2018-12-21 09:42:20 UTC

/bin/sh -c #(nop) ADD file:11346a3367a4feb8263f1cac83705664f9a076e0901fbaf71ef88a9a812df0c5 in /

2018-12-21 09:42:20 UTC

/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime

2018-12-21 09:42:21 UTC

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

2018-12-21 10:55:51 UTC

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

2018-12-21 11:27:04 UTC

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

2018-12-21 11:27:07 UTC

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

2018-12-21 11:27:09 UTC

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

2018-12-26 11:39:03 UTC

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

2018-12-26 11:42:34 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg libressl 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 libressl libressl-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-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

2018-12-26 11:42:36 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-01-26 10:49:44 UTC

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

2019-01-26 10:50:06 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps libressl; trap 'apk del .fetch-deps' EXIT; 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-01-26 10:50:07 UTC

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

Details
Created

2019-01-26 10:03:12 UTC

Size

25.7 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:b2578cc9c5f2bf930cc1545a8c612180f0fb2039c7c34b5458dda69d91764cf9 - 7.54% (1.94 MB)

[#001] sha256:775e4a9f6f4149ad281abd3a6c9770960a01fdc25575acdb691527b8ae85604c - 0.0% (179 Bytes)

[#002] sha256:6e171c8e36453ee6fbe4879b87f675d26b9367d45d1ae178f196ae7b20f378e5 - 1.31% (346 KB)

[#003] sha256:2d8912f3d70a0d4264aa2e449e2908c39b033aa9cc5978e5ae89855ed2b24844 - 83.6% (21.5 MB)

[#004] sha256:facc3a05f75d57a3b10480b637264cb216f496d7086322d29587b0f876004ea4 - 0.0% (231 Bytes)

[#005] sha256:291e752a79aa79daf2faa696300a71583bb310c93e59f281cb0d040b8dbd0fdb - 7.55% (1.94 MB)


History
2018-12-21 09:38:23 UTC

/bin/sh -c #(nop) ADD file:318236fb63e7bc23da40ac85db45fee7f1785e756d0982db13caf19f6bf7a513 in /

2018-12-21 09:38:24 UTC

/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime

2018-12-21 09:38:28 UTC

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

2018-12-21 12:16:36 UTC

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

2018-12-21 12:16:40 UTC

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

2018-12-21 12:16:48 UTC

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

2018-12-21 12:16:50 UTC

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

2018-12-26 10:50:30 UTC

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

2018-12-26 10:52:33 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg libressl 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 libressl libressl-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-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

2018-12-26 10:52:39 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-01-26 10:02:41 UTC

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

2019-01-26 10:03:08 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps libressl; trap 'apk del .fetch-deps' EXIT; 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-01-26 10:03:12 UTC

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

Details
Created

2019-01-26 13:17:42 UTC

Size

26.1 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:6db4f7c8c95e11fedc5888426756193782b730719e9c96f253507d0bd2dd3f20 - 7.81% (2.04 MB)

[#001] sha256:78f7dc15356cd75d0d3d6cbd92c5a1d9411265976812108cded1be17dde9207d - 0.0% (177 Bytes)

[#002] sha256:3799165a996bc071a09e5ca916d135f30736818bf43225e990133184fa3614f3 - 1.29% (344 KB)

[#003] sha256:94f5e2aa838c535d9c23f285641ac1b0ee4d3d71775bc42481dd993de5a4ca6c - 83.47% (21.8 MB)

[#004] sha256:e0bbecdb082f80fd855b6c28b497c04e5393aacd2fb9021413d23f1ab25f9224 - 0.0% (230 Bytes)

[#005] sha256:061620ea7ba5601d0fd887de5d8a3fed9a7db95f56ecf3b8d31e49e66673ba9c - 7.43% (1.94 MB)


History
2018-12-21 12:42:18 UTC

/bin/sh -c #(nop) ADD file:6da4f8284b74986c0adf46c067e10d137a56bbf54f0a1adea96d559fa698ea42 in /

2018-12-21 12:42:19 UTC

/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime

2018-12-21 12:42:19 UTC

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

2018-12-21 14:09:24 UTC

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

2018-12-21 14:09:24 UTC

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

2018-12-21 14:09:25 UTC

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

2018-12-21 14:09:26 UTC

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

2018-12-26 13:18:02 UTC

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

2018-12-26 13:19:31 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg libressl 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 libressl libressl-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-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

2018-12-26 13:19:32 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-01-26 13:17:30 UTC

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

2019-01-26 13:17:41 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps libressl; trap 'apk del .fetch-deps' EXIT; 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-01-26 13:17:42 UTC

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

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