Namespace
library
Image / Tag
python:2.7-alpine3.6
Content Digest
sha256:9c8758c13735d511eb530d4319a51dd0f030c6a14d8686c6890e2d7960dc6757
Details
Created

2019-01-26 13:14:01 UTC

Size

19.6 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

PYTHONIOENCODING

UTF-8

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

2.7.15


Layers

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

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

[#002] sha256:c35d7920d1a20f00d617d206254d8d674ef49426575313288a02673fe58c295f - 1.72% (344 KB)

[#003] sha256:b005adeeef389cc119270245db74f137ec16a5f4575abe5e6944901cb2c25312 - 78.29% (15.3 MB)

[#004] sha256:7d0d6c0dc7749ca37a87f7854d0b098f9f86afc2be4660e876e4e57e789be13d - 9.89% (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 16:14:34 UTC

/bin/sh -c #(nop) ENV PYTHONIOENCODING=UTF-8

2018-12-21 16:14:35 UTC

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

2018-12-21 16:14:35 UTC

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

2018-12-21 16:14:35 UTC

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

2018-12-21 16:16: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 zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 --with-system-expat --with-system-ffi && 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 && python2 --version

2019-01-26 13:13:55 UTC

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

2019-01-26 13:14:01 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:14:01 UTC

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

Details
Created

2019-01-31 00:16:30 UTC

Size

20.2 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

PYTHONIOENCODING

UTF-8

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

2.7.15


Layers

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

[#001] sha256:1882de4f04fb524d6fd6a2339cc8ef9861788200474cbda075743f5825168436 - 1.66% (343 KB)

[#002] sha256:b1c97be8917aae7aedc7fd674abafa7ec0b3940ad3f48c18ede08e1b6bae323a - 79.18% (16 MB)

[#003] sha256:8e14408870a8ac4cba4a8ab15c007db7e4e850f9c11685dde2539b2e9ab3e6eb - 9.61% (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-31 00:14:32 UTC

/bin/sh -c #(nop) ENV PYTHONIOENCODING=UTF-8

2019-01-31 00:14:33 UTC

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

2019-01-31 00:14:33 UTC

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

2019-01-31 00:14:33 UTC

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

2019-01-31 00:16:24 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 zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 --with-system-expat --with-system-ffi && 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 && python2 --version

2019-01-31 00:16:24 UTC

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

2019-01-31 00:16:30 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-31 00:16:30 UTC

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

Details
Created

2019-01-26 08:59:15 UTC

Size

19.4 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

PYTHONIOENCODING

UTF-8

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

2.7.15


Layers

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

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

[#002] sha256:f0a6a1a985426791bef2adc7607c04533b5849859fccaec344181fc6b41f1bbe - 1.73% (344 KB)

[#003] sha256:fd8e383b1b952ee268d87311cfdaba9e9473103f18095831cfb25162e9d31efb - 78.57% (15.3 MB)

[#004] sha256:ebe272c116e4ff75db83817e01c34e70e27f59177de3c3ba91e6ee77cfd04882 - 9.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:57:43 UTC

/bin/sh -c #(nop) ENV PYTHONIOENCODING=UTF-8

2018-12-21 09:57:45 UTC

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

2018-12-21 09:57:45 UTC

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

2018-12-21 09:57:45 UTC

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

2018-12-21 10:00:28 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 zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 --with-system-expat --with-system-ffi && 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 && python2 --version

2019-01-26 08:59:06 UTC

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

2019-01-26 08:59:15 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:59:15 UTC

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

Details
Created

2019-01-26 10:58:02 UTC

Size

19.8 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

PYTHONIOENCODING

UTF-8

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

2.7.15


Layers

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

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

[#002] sha256:30dff50b3a0a6a47198773ef4e940056501684c6f27ae402e5483a32890361c5 - 1.69% (343 KB)

[#003] sha256:c4f501f78ee53ae8b5fbb78533eb0e528428e10aebee81275c738f90fc6dcfe2 - 79.21% (15.7 MB)

[#004] sha256:6dee74db375f77ee91684053047e06643e576e757d5e96110ac79264055e3503 - 9.77% (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:59:28 UTC

/bin/sh -c #(nop) ENV PYTHONIOENCODING=UTF-8

2018-12-21 11:59:31 UTC

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

2018-12-21 11:59:32 UTC

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

2018-12-21 11:59:33 UTC

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

2018-12-21 12:03:20 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 zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 --with-system-expat --with-system-ffi && 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 && python2 --version

2019-01-26 10:57:35 UTC

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

2019-01-26 10:58:01 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:58:02 UTC

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

Details
Created

2019-01-26 10:13:12 UTC

Size

20.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

PYTHONIOENCODING

UTF-8

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

2.7.15


Layers

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

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

[#002] sha256:8e0c41371e2ec2d9b56692d67400256e98b9614eaaa0e0d5f3bc7d06a7c9df02 - 1.67% (346 KB)

[#003] sha256:3fccc08fd1d8a5acd5addad124c73070f0576ef3b337139438208791fda2db80 - 79.22% (16.1 MB)

[#004] sha256:e0b2f9f54f2d4e18e9d5c928a11ea11bd2940da2721a7bf4457e971cfa2b809f - 9.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:42:09 UTC

/bin/sh -c #(nop) ENV PYTHONIOENCODING=UTF-8

2018-12-21 12:42:17 UTC

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

2018-12-21 12:42:19 UTC

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

2018-12-21 12:42:23 UTC

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

2018-12-21 12:44:59 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 zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 --with-system-expat --with-system-ffi && 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 && python2 --version

2019-01-26 10:12:47 UTC

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

2019-01-26 10:13: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:13:12 UTC

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

Details
Created

2019-01-26 13:21:24 UTC

Size

20.6 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

PYTHONIOENCODING

UTF-8

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

2.7.15


Layers

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

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

[#002] sha256:2344f9e7f92ad5d003620a0c324b07263f8ea303a0209cce301fdaa4e28ec637 - 1.63% (344 KB)

[#003] sha256:83e50c9131ab71d328f530895723c989251ce79404008b33fdd2c5590286b75d - 79.12% (16.3 MB)

[#004] sha256:450145cf09cead32f59909ed847621df104018977897f795dfb53fbb3f402920 - 9.38% (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:23:29 UTC

/bin/sh -c #(nop) ENV PYTHONIOENCODING=UTF-8

2018-12-21 14:23:31 UTC

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

2018-12-21 14:23:31 UTC

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

2018-12-21 14:23:31 UTC

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

2018-12-21 14:25:04 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 zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 --with-system-expat --with-system-ffi && 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 && python2 --version

2019-01-26 13:21:17 UTC

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

2019-01-26 13:21:23 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:21:24 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