Namespace
library
Image / Tag
python:2.7.14-slim-stretch
Content Digest
sha256:ae343a8cc66efaec5c08ca1e2ec54481424770fb46b4db7e9448132e75482419
Details
Created

2018-04-28 19:10:27 UTC

Size

41.7 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

10.0.1

PYTHON_VERSION

2.7.14


Layers

[#000] sha256:23510c5166fc980d20c6b002b2a7bbdde547dfc6195bbfcb7e0f2a39c590a210 - 52.86% (22.1 MB)

[#001] sha256:e7391bda3d194091ee2b1f6218f9edc568f4d69163a9c3749f991be577a7f000 - 7.66% (3.2 MB)

[#002] sha256:8e5808efd7464b785f8d04b805095d51149708d73fbd1d06fa9527b2cf737c28 - 34.76% (14.5 MB)

[#003] sha256:74e6880b50a829325e4bc98a1e48075bf7f9bece728020c8299178c9200bfddc - 4.72% (1.97 MB)


History
2018-04-28 10:41:49 UTC

/bin/sh -c #(nop) ADD file:9e45c98885c63b1f77e50324055758088ca38203260e2305cca24b13fbeb23cf in /

2018-04-28 10:41:49 UTC

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

2018-04-28 18:37:34 UTC

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

2018-04-28 18:37:34 UTC

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

2018-04-28 19:08:05 UTC

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

2018-04-28 19:08:15 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libgdbm3 libreadline7 libsqlite3-0 libssl1.1 && rm -rf /var/lib/apt/lists/*

2018-04-28 19:08:15 UTC

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

2018-04-28 19:08:15 UTC

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

2018-04-28 19:10:18 UTC

/bin/sh -c set -ex && buildDeps=" dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && 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 && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && 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

2018-04-28 19:10:18 UTC

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

2018-04-28 19:10:27 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apt-get purge -y --auto-remove wget; 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

2018-04-28 19:10:27 UTC

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

Details
Created

2018-05-01 23:39:41 UTC

Size

41.9 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

10.0.1

PYTHON_VERSION

2.7.14


Layers

[#000] sha256:f2aa67a397c49232112953088506d02074a1fe577f65dc2052f158a3e5da52e8 - 51.21% (21.5 MB)

[#001] sha256:8900460c6de8fda3a6aec1df5207a9abffcedf29a96d8a983dfd2a2c0a8bd7ba - 7.52% (3.15 MB)

[#002] sha256:c474a7249eb8e8a2cfa10130ce689e644b8199bdd4b1f1140b0678658835fcb5 - 36.57% (15.3 MB)

[#003] sha256:a8304b823d053d781ded7937708f1eeaf9c0baadf5e7709b44c1944e4a6bbcf4 - 4.7% (1.97 MB)


History
2018-04-28 07:09:59 UTC

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

2018-04-28 07:09:59 UTC

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

2018-05-01 21:48:42 UTC

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

2018-05-01 21:48:42 UTC

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

2018-05-01 23:37:12 UTC

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

2018-05-01 23:37:21 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libgdbm3 libreadline7 libsqlite3-0 libssl1.1 && rm -rf /var/lib/apt/lists/*

2018-05-01 23:37:22 UTC

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

2018-05-01 23:37:22 UTC

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

2018-05-01 23:39:33 UTC

/bin/sh -c set -ex && buildDeps=" dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && 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 && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && 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

2018-05-01 23:39:33 UTC

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

2018-05-01 23:39:41 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apt-get purge -y --auto-remove wget; 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

2018-05-01 23:39:41 UTC

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

Details
Created

2018-04-28 11:44:44 UTC

Size

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

10.0.1

PYTHON_VERSION

2.7.14


Layers

[#000] sha256:b2a4458ef3b9777a47503028af324e4890546ca8e24a86697b3219a6e3069450 - 50.68% (20.2 MB)

[#001] sha256:14a47c760ca06c5d59b4bf3b8598475f1c7634f2b14311a6dddd53a58e5cf867 - 7.12% (2.84 MB)

[#002] sha256:13248e885b25431a03a0cc39aefdc0bd801276898a72c94e28232693e05fe270 - 37.26% (14.8 MB)

[#003] sha256:a767318a5366d1261914762339d2586236a8031eb8c68c4e93b5e44e9412490b - 4.94% (1.97 MB)


History
2018-04-28 08:53:29 UTC

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

2018-04-28 08:53:30 UTC

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

2018-04-28 10:59:31 UTC

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

2018-04-28 10:59:31 UTC

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

2018-04-28 11:40:56 UTC

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

2018-04-28 11:41:10 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libgdbm3 libreadline7 libsqlite3-0 libssl1.1 && rm -rf /var/lib/apt/lists/*

2018-04-28 11:41:10 UTC

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

2018-04-28 11:41:10 UTC

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

2018-04-28 11:44:26 UTC

/bin/sh -c set -ex && buildDeps=" dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && 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 && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && 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

2018-04-28 11:44:26 UTC

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

2018-04-28 11:44:44 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apt-get purge -y --auto-remove wget; 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

2018-04-28 11:44:44 UTC

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

Details
Created

2018-04-28 15:05:40 UTC

Size

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

10.0.1

PYTHON_VERSION

2.7.14


Layers

[#000] sha256:6c8a025e90b325dd5af06b0297cc1608120a47d4ab0e1cedb26c8cda811091d6 - 48.94% (18.4 MB)

[#001] sha256:65108b206f9c3efd7c3ea5594b34a5e745b18a38d143e2bd6a6da96fb178763d - 7.15% (2.69 MB)

[#002] sha256:3630723268a0080a0da8c8ac58888241d6659c3903deb9c0d5c1679644036995 - 38.67% (14.5 MB)

[#003] sha256:c292187fee7bc7d7ebabdc6afe0c1368da5d8d647b91a299e2c4b15761019d6f - 5.24% (1.97 MB)


History
2018-04-28 12:04:59 UTC

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

2018-04-28 12:05:00 UTC

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

2018-04-28 14:22:08 UTC

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

2018-04-28 14:22:08 UTC

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

2018-04-28 15:02:14 UTC

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

2018-04-28 15:02:25 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libgdbm3 libreadline7 libsqlite3-0 libssl1.1 && rm -rf /var/lib/apt/lists/*

2018-04-28 15:02:25 UTC

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

2018-04-28 15:02:25 UTC

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

2018-04-28 15:05:22 UTC

/bin/sh -c set -ex && buildDeps=" dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && 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 && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && 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

2018-04-28 15:05:23 UTC

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

2018-04-28 15:05:37 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apt-get purge -y --auto-remove wget; 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

2018-04-28 15:05:40 UTC

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

Details
Created

2018-05-01 06:03:37 UTC

Size

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

10.0.1

PYTHON_VERSION

2.7.14


Layers

[#000] sha256:18d6337cc9064ce5276eac2eb6da6c5fe3f204bc7f1392f5ad1ba468817c609e - 49.32% (19.4 MB)

[#001] sha256:68655876150abc04f1ca5a953cd2f7f00964efc2c12eda57e4d1322de25280e9 - 7.15% (2.81 MB)

[#002] sha256:241daedfc2083721d32f401b011c425aef3c7e5789edd5f149068699f19d9577 - 38.52% (15.2 MB)

[#003] sha256:85c8ad70e3c31045b76a0ca47efd0e9e4670cfdb3da4e8f443caa09d927c1f4a - 5.01% (1.97 MB)


History
2018-04-30 23:33:18 UTC

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

2018-04-30 23:33:20 UTC

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

2018-05-01 04:50:08 UTC

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

2018-05-01 04:50:09 UTC

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

2018-05-01 05:53:08 UTC

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

2018-05-01 05:53:45 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libgdbm3 libreadline7 libsqlite3-0 libssl1.1 && rm -rf /var/lib/apt/lists/*

2018-05-01 05:53:46 UTC

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

2018-05-01 05:53:47 UTC

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

2018-05-01 06:02:14 UTC

/bin/sh -c set -ex && buildDeps=" dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && 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 && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && 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

2018-05-01 06:02:15 UTC

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

2018-05-01 06:03:36 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apt-get purge -y --auto-remove wget; 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

2018-05-01 06:03:37 UTC

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

Details
Created

2018-04-28 13:32:21 UTC

Size

42 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

10.0.1

PYTHON_VERSION

2.7.14


Layers

[#000] sha256:39214b2a7dd7dd2d1069dd155ce8ab2206bb1fda22be8136b88451c8be20e82f - 51.68% (21.7 MB)

[#001] sha256:20b56d4b636e86c66ecc2f9f828ea6b489d062234646b4e69e941272fa5d4459 - 6.72% (2.82 MB)

[#002] sha256:5e2cc9abc43d6a45292e70537ea032df667f60178660e720b1a26eea0899ae81 - 36.91% (15.5 MB)

[#003] sha256:f6c2bd3c5471f7a91b9e2beca49156a82d7d4a054787c4105e503db8caa85a5a - 4.69% (1.97 MB)


History
2018-04-28 08:20:54 UTC

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

2018-04-28 08:20:55 UTC

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

2018-04-28 12:26:14 UTC

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

2018-04-28 12:26:15 UTC

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

2018-04-28 13:27:13 UTC

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

2018-04-28 13:27:30 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libgdbm3 libreadline7 libsqlite3-0 libssl1.1 && rm -rf /var/lib/apt/lists/*

2018-04-28 13:27:30 UTC

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

2018-04-28 13:27:31 UTC

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

2018-04-28 13:31:49 UTC

/bin/sh -c set -ex && buildDeps=" dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && 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 && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && 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

2018-04-28 13:31:51 UTC

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

2018-04-28 13:32:17 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apt-get purge -y --auto-remove wget; 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

2018-04-28 13:32:21 UTC

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

Details
Created

2018-04-28 14:03:27 UTC

Size

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

10.0.1

PYTHON_VERSION

2.7.14


Layers

[#000] sha256:39cbaa616b05fb96ca4be9aac8b4d99ba8bf573e07a754a8c43dbec7ff518bbb - 50.0% (21.3 MB)

[#001] sha256:81ede3e1d0f7137e3727014f838d41f2016280e2a2c6fa9c6225ded523018997 - 6.85% (2.92 MB)

[#002] sha256:6b5dbb367951f0f34b00797f69394c9197df03ce27fd5dfd80b3b3e9bb6fc63f - 38.53% (16.4 MB)

[#003] sha256:16c0e42c88da768bde5c7b2d6fd846d39bc57c612e3ef13168b4bbde5d8e76a8 - 4.62% (1.97 MB)


History
2018-04-28 11:45:29 UTC

/bin/sh -c #(nop) ADD file:89223bc6886b09479a52e6d05479980ad8e46c8c707ac40cd81b664fe9827428 in /

2018-04-28 11:45:29 UTC

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

2018-04-28 13:37:04 UTC

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

2018-04-28 13:37:04 UTC

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

2018-04-28 14:01:22 UTC

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

2018-04-28 14:01:32 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libgdbm3 libreadline7 libsqlite3-0 libssl1.1 && rm -rf /var/lib/apt/lists/*

2018-04-28 14:01:32 UTC

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

2018-04-28 14:01:32 UTC

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

2018-04-28 14:03:19 UTC

/bin/sh -c set -ex && buildDeps=" dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && 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 && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && 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

2018-04-28 14:03:19 UTC

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

2018-04-28 14:03:27 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apt-get purge -y --auto-remove wget; 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

2018-04-28 14:03:27 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