Namespace
library
Image / Tag
python:2.7.13-slim
Content Digest
sha256:b95ecbb6fa4cb1c5fbb6d4d61e696d4dc1bee8e5296707eb3ae0516f2283b2e6
Details
Created

2017-09-14 23:49:44 UTC

Size

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

PYTHON_PIP_VERSION

9.0.1

PYTHON_VERSION

2.7.13


Layers

[#000] sha256:aa18ad1a0d334d80981104c599fa8cef9264552a265b1197af11274beba767cf - 72.01% (50.2 MB)

[#001] sha256:93d43f82f795470fea802e5dec50db6ea451700b6965818085b2efa3d8d54e0a - 4.76% (3.31 MB)

[#002] sha256:a27916a544edd3ff8245099dc0e3ad3ea5df923fe9534293c2400f1d0f8f6ecc - 20.54% (14.3 MB)

[#003] sha256:8100616f4b00403e14d3df42d3392f50d66d4935f58f83baf9ce7d1f3413acec - 2.69% (1.87 MB)


History
2017-09-13 08:40:43 UTC

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

2017-09-13 08:40:43 UTC

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

2017-09-13 14:27:43 UTC

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

2017-09-13 14:27:43 UTC

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

2017-09-14 23:45:36 UTC

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

2017-09-14 23:45:36 UTC

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

2017-09-14 23:45:36 UTC

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

2017-09-14 23:49:06 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncurses-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev ' && 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

2017-09-14 23:49:06 UTC

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

2017-09-14 23:49:43 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

2017-09-14 23:49:44 UTC

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

Details
Created

2017-09-08 17:04:11 UTC

Size

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

PYTHON_PIP_VERSION

9.0.1

PYTHON_VERSION

2.7.13


Layers

[#000] sha256:f611f84acffe6a66fad3356eb9101ed9fff54e980701079bbce3ee4826ccd3ae - 71.0% (50.3 MB)

[#001] sha256:6c7c94aed783e47e9731ab73d9e415818c5fc67126396e9405ae6617aae65481 - 7.49% (5.31 MB)

[#002] sha256:25e45c52e051f554d30b8e9714ab04e8c2eff085fffd6d137a4b479319f15f05 - 18.87% (13.4 MB)

[#003] sha256:f9386a3e84e55c8ed31cc2462352784d77b099d075e967839fd535d8e8ac3ae2 - 2.65% (1.88 MB)


History
2017-09-08 13:17:52 UTC

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

2017-09-08 13:17:52 UTC

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

2017-09-08 16:10:43 UTC

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

2017-09-08 16:10:43 UTC

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

2017-09-08 16:58:30 UTC

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

2017-09-08 16:58:31 UTC

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

2017-09-08 16:58:31 UTC

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

2017-09-08 17:03:01 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncurses-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev ' && 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

2017-09-08 17:03:02 UTC

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

2017-09-08 17:04:11 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

2017-09-08 17:04:11 UTC

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

Details
Created

2017-07-26 04:06:06 UTC

Size

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

PYTHON_PIP_VERSION

9.0.1

PYTHON_VERSION

2.7.13


Layers

[#000] sha256:5e32d580a9d26e16dd26eaf656c25de16f6fc4a5e2cf51e5d73de3d0b5a0966c - 71.2% (46.4 MB)

[#001] sha256:769abf87c232cc5ec3390d33b4fe11e0f28da084b28328748eb7229135c3292b - 4.56% (2.98 MB)

[#002] sha256:615170b3340557e5bcb4ec6366c6c30090f624ceea1e377a38a3c0147f84ef01 - 21.36% (13.9 MB)

[#003] sha256:380e4d28c360974ffe4652236c1828ea9484b57497f62e173d97a343637e00ff - 2.88% (1.88 MB)


History
2017-07-25 12:47:49 UTC

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

2017-07-25 12:47:52 UTC

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

2017-07-25 19:23:58 UTC

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

2017-07-25 19:23:58 UTC

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

2017-07-26 03:48:42 UTC

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

2017-07-26 03:48:44 UTC

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

2017-07-26 03:48:45 UTC

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

2017-07-26 04:03:19 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncurses-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev ' && 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

2017-07-26 04:03:20 UTC

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

2017-07-26 04:06:04 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

2017-07-26 04:06:06 UTC

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

Details
Created

2017-09-09 04:16:17 UTC

Size

67 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

PYTHON_PIP_VERSION

9.0.1

PYTHON_VERSION

2.7.13


Layers

[#000] sha256:e91a355b0d3ff86add037a3f24718b760d8eb3f346f998e5116375ddce9eae19 - 71.07% (47.6 MB)

[#001] sha256:65eb915eed8b52a6a3f3dce80cae495ab5511f2b6c5c03a089da70a83a13cd88 - 4.61% (3.09 MB)

[#002] sha256:429376e20a559af4b5d374ae69e683cb5fc6a5fa2bec9e4b422b9d81f3efa71d - 21.52% (14.4 MB)

[#003] sha256:783a9c5639490fe97c3b1f328f803954ea1071e424618dda946ebafe6697adfd - 2.8% (1.88 MB)


History
2017-09-08 17:23:41 UTC

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

2017-09-08 17:23:42 UTC

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

2017-09-09 03:05:25 UTC

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

2017-09-09 03:05:26 UTC

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

2017-09-09 04:06:34 UTC

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

2017-09-09 04:06:34 UTC

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

2017-09-09 04:06:35 UTC

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

2017-09-09 04:15:15 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncurses-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev ' && 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

2017-09-09 04:15:20 UTC

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

2017-09-09 04:16: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

2017-09-09 04:16:17 UTC

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

Details
Created

2017-09-08 02:12:49 UTC

Size

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

PYTHON_PIP_VERSION

9.0.1

PYTHON_VERSION

2.7.13


Layers

[#000] sha256:d4a5434e09b7ac8431060d347d6ef1233ae07514878fb2aff4085bcf441c29f3 - 71.25% (49.4 MB)

[#001] sha256:46943b16b2304f4ef3a3a713c9d97fd8a96cafd273dd6aabb031d2592c8e849b - 4.63% (3.21 MB)

[#002] sha256:e5659ff3f57f28da57c854dd6f53c3d3596873535d6bc849d84c0b7d8c7430e2 - 21.42% (14.9 MB)

[#003] sha256:29b22ae9ee38262bd37dd4439c81100c011637bee55911ced3e670c6f637dc3a - 2.7% (1.88 MB)


History
2017-09-08 00:32:21 UTC

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

2017-09-08 00:32:21 UTC

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

2017-09-08 01:47:16 UTC

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

2017-09-08 01:47:16 UTC

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

2017-09-08 02:09:29 UTC

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

2017-09-08 02:09:29 UTC

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

2017-09-08 02:09:30 UTC

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

2017-09-08 02:12:23 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncurses-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev ' && 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

2017-09-08 02:12:23 UTC

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

2017-09-08 02:12:49 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

2017-09-08 02:12:49 UTC

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

Details
Created

2017-09-08 07:18:02 UTC

Size

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

PYTHON_PIP_VERSION

9.0.1

PYTHON_VERSION

2.7.13


Layers

[#000] sha256:5f39dbffcd07e3254246d3c2e4b3532c3697ed04f83eadf5433da820098787df - 71.2% (50.3 MB)

[#001] sha256:a9f102755562ae2e55200d821ae1be4981935f1767b6f1e3a97231c7bdda04ef - 4.68% (3.31 MB)

[#002] sha256:fe376a101800086ea516c089fb550027e0b44b8b9cc0283dbcbe6bb41c352ffe - 21.46% (15.2 MB)

[#003] sha256:ad7a4f43a4f9d2d83edadf639d65d0a7cc52f7fd8399bf9ac2dc9dae406c9ddc - 2.65% (1.87 MB)


History
2017-09-08 05:21:42 UTC

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

2017-09-08 05:21:43 UTC

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

2017-09-08 07:00:49 UTC

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

2017-09-08 07:00:49 UTC

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

2017-09-08 07:15:30 UTC

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

2017-09-08 07:15:30 UTC

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

2017-09-08 07:15:30 UTC

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

2017-09-08 07:17:44 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-dev libncurses-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev ' && 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

2017-09-08 07:17:44 UTC

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

2017-09-08 07:18:02 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

2017-09-08 07:18:02 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