Namespace
library
Image / Tag
python:2.7.14-jessie
Content Digest
sha256:9f455aea559b1d4f0822ef0d42a0fe68a5a20c800986a981c1ce671153b28dcb
Details
Created

2018-04-28 19:13:39 UTC

Size

264 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:05b419d667f793c8c2edf0ff0aec14fc4d66733cdb89957ac89e8bfbeaddd0fa - 19.7% (52 MB)

[#001] sha256:330b9c3b7ebe34e933c240e5eb7f8620732974e6e15e2c5d17cb91ca2aefffa4 - 7.18% (18.9 MB)

[#002] sha256:e95c26c8327697a43fa28c5661dbe845de5d6f433ed1e10ea672b26239f4b303 - 15.88% (41.9 MB)

[#003] sha256:afa73e6f1dcfd5115ba8ba791106f71c69c381615a3db75b9723e7a9e9a697a3 - 48.86% (129 MB)

[#004] sha256:63d60ef6e8f231efa249d2b27c57d90472c374a6a340ecbe13e24f01eb7cb676 - 1.18% (3.12 MB)

[#005] sha256:5fb5a8d750f0a5362db4167681da8050ad89793ddc6ce1ffb786788b96ac87ad - 5.0% (13.2 MB)

[#006] sha256:97bc249f2e1c143d2d87afd2024deac0956a777ad6bc1d00e524d27ebaba70fe - 0.64% (1.7 MB)

[#007] sha256:939f3a5e7777940f1b6b5f03c74865105d11d03068dafc73e12383e27cec4bf2 - 1.56% (4.13 MB)


History
2018-04-28 10:39:32 UTC

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

2018-04-28 10:39:32 UTC

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

2018-04-28 12:05:27 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-04-28 12:05:28 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2018-04-28 12:06:16 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-04-28 12:08:05 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2018-04-28 15:29: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 15:29:04 UTC

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

2018-04-28 19:10:45 UTC

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

2018-04-28 19:11:15 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*

2018-04-28 19:11:16 UTC

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

2018-04-28 19:11:16 UTC

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

2018-04-28 19:13:32 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev tcl-dev tk-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

2018-04-28 19:13:32 UTC

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

2018-04-28 19:13:37 UTC

/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2018-04-28 19:13:39 UTC

/bin/sh -c pip install --no-cache-dir virtualenv

2018-04-28 19:13:39 UTC

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

Details
Created

2018-05-01 23:55:55 UTC

Size

258 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:3d77ce4481b119f00e53bee9b4a443469c42c224db954ddaa2e6b74cd73cd5d0 - 20.08% (51.7 MB)

[#001] sha256:c8d9ca1153eba1cbf763dbc8fc4cbb886420e713077c1d125c684605e239828a - 6.5% (16.8 MB)

[#002] sha256:7d024d87fd1575e704886f4e70af4ece1d2d9c757f61f27e2af4488c228b0b41 - 16.01% (41.3 MB)

[#003] sha256:59a13018a3aff59008b3f3c97087e6ea1511ef033b98deec2e4b2704afa85fe6 - 48.5% (125 MB)

[#004] sha256:35384054e2763e2d6d2af106b11300a357b9f12713c7eac1e7166e9f009b7edf - 1.17% (3.02 MB)

[#005] sha256:dfadd4f01f2f96b9bc87ae192c470abaf918f1f04501054c24533aa479410cb4 - 5.48% (14.1 MB)

[#006] sha256:38a9fb5dda9bfd711f0d6a4fc8075f453dd956c5cd73efcb07b274708a2f3a76 - 0.66% (1.7 MB)

[#007] sha256:3dfc199d5ff532b82fe74e0474e9202f07973147b1ebc6edc41ba6599d4240cc - 1.6% (4.12 MB)


History
2018-04-28 06:44:15 UTC

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

2018-04-28 06:44:16 UTC

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

2018-04-28 16:12:00 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-04-28 16:12:01 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2018-04-28 16:22:57 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-04-28 16:24:46 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2018-05-01 21:58:56 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:58:56 UTC

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

2018-05-01 23:53:39 UTC

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

2018-05-01 23:53:58 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*

2018-05-01 23:53:59 UTC

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

2018-05-01 23:53:59 UTC

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

2018-05-01 23:55:49 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev tcl-dev tk-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

2018-05-01 23:55:49 UTC

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

2018-05-01 23:55:53 UTC

/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2018-05-01 23:55:55 UTC

/bin/sh -c pip install --no-cache-dir virtualenv

2018-05-01 23:55:55 UTC

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

Details
Created

2018-04-28 11:48:58 UTC

Size

239 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:81fc0826192f72abe617753d378af4047dbce89faf17cdab9166877006a25d8e - 20.96% (50 MB)

[#001] sha256:229392eca0ea6fd4f2cc8f7d0d7ae06b4ee3b653f27de84082dfa6c08f937eb3 - 6.82% (16.3 MB)

[#002] sha256:3c50069643e7ba8c967fb7fe1d1d9a2f42e28ededf3d5c2744f7751f7371905e - 16.43% (39.2 MB)

[#003] sha256:4a09eba31c9e2fe85db5ec92d4256b045c65699d2092f1521355469f83c57218 - 46.25% (110 MB)

[#004] sha256:be92a894694fe4cec50709750db37afb70f745d0b0471ac6a9d9bba2edb5af78 - 1.21% (2.88 MB)

[#005] sha256:dea5ae281e58c15c980ece9e6ee26db61033769496335bb9a5c2bdd9e2255417 - 5.89% (14.1 MB)

[#006] sha256:21293910fcf75bdd6703f8c07a7c0a384021d22f2df2da1b3a6f1347bbfb1b02 - 0.71% (1.7 MB)

[#007] sha256:02a13f442cc14f40ffacbc43d7e08499601450c51d7db1b8e46678b7490f2fb3 - 1.73% (4.13 MB)


History
2018-04-28 08:49:23 UTC

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

2018-04-28 08:49:23 UTC

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

2018-04-28 09:24:48 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-04-28 09:24:49 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2018-04-28 09:25:56 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-04-28 09:27:45 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2018-04-28 11:10:47 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 11:10:47 UTC

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

2018-04-28 11:45:02 UTC

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

2018-04-28 11:45:30 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*

2018-04-28 11:45:30 UTC

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

2018-04-28 11:45:30 UTC

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

2018-04-28 11:48:45 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev tcl-dev tk-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

2018-04-28 11:48:45 UTC

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

2018-04-28 11:48:54 UTC

/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2018-04-28 11:48:58 UTC

/bin/sh -c pip install --no-cache-dir virtualenv

2018-04-28 11:48:58 UTC

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

Details
Created

2018-04-28 15:09:50 UTC

Size

233 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:5c478157e28e3c26a0209484edb518799e1c21863d4700579c010b7203e0537f - 20.56% (47.9 MB)

[#001] sha256:8594897c8bf4818e6046e6e628a380bf5e4460a7bbd5db964170e47643d78fcc - 6.86% (16 MB)

[#002] sha256:f4a8d9b47a39f0c687594e30f9584bb58074510ab097a17f8f852f16da395908 - 16.27% (37.9 MB)

[#003] sha256:127ed1c030487f3e1d83f04b4da279af25890edd960f551af21d875818593ed5 - 46.72% (109 MB)

[#004] sha256:194ef26eb4841f7c40c8fcaa1f17444840390e3073a9de2b09ed7feeb9b60b3a - 1.19% (2.76 MB)

[#005] sha256:f87356a79d9da3a60205daeb098388639cad43591027ad013d209031c9968a9a - 5.91% (13.8 MB)

[#006] sha256:2e16e9ac71ebe912c3071a55bfbacb24ed6d598c1a94b5ba00857a124d1d6f55 - 0.73% (1.7 MB)

[#007] sha256:407b3ebefe049c6d1d5c0577e41b4f917fe2223f6a523907579828ae40f6bb70 - 1.77% (4.13 MB)


History
2018-04-28 11:59:05 UTC

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

2018-04-28 11:59:05 UTC

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

2018-04-28 12:36:11 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-04-28 12:36:15 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2018-04-28 12:37:23 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-04-28 12:39:13 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2018-04-28 14:31:28 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:31:28 UTC

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

2018-04-28 15:06:01 UTC

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

2018-04-28 15:06:28 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*

2018-04-28 15:06:29 UTC

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

2018-04-28 15:06:29 UTC

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

2018-04-28 15:09:31 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev tcl-dev tk-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

2018-04-28 15:09:31 UTC

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

2018-04-28 15:09:46 UTC

/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2018-04-28 15:09:50 UTC

/bin/sh -c pip install --no-cache-dir virtualenv

2018-04-28 15:09:50 UTC

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

Details
Created

2018-05-01 13:55:21 UTC

Size

238 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:363cfded2ef3921ef972c85cafc77cf16cdcfddfd49782ad4540cb73fd5e57a2 - 20.61% (49.1 MB)

[#001] sha256:b9ab1956443782680cb03e43882013be70cd0dded9f08b67f348f4c326e730b6 - 6.89% (16.4 MB)

[#002] sha256:2ab7de614af5e80a6f3ed2459a7c31d96f56ce622eef6e74e9c56065255e8da9 - 16.44% (39.1 MB)

[#003] sha256:55c1966bf2c11ccb26c3e774d1a1638a729af08588bd7a91d7f8fab4dc192b85 - 46.43% (111 MB)

[#004] sha256:6f99f1d803f16684db08b273f4fde056f312950af0a31df075a3c32420055f6d - 1.2% (2.87 MB)

[#005] sha256:8a59fca4b2d2f767e6b2c403ee612439675e0eecb0798fd93df750b6f0912796 - 5.98% (14.2 MB)

[#006] sha256:1d5b8330c9638b4af570a4013df58694a4142b817bd8c1a5e2d651ed36c2f9f8 - 0.71% (1.7 MB)

[#007] sha256:837c0bad34e7e14623baf433806e216c9f6e87243f5e47b95f7801586a057525 - 1.73% (4.12 MB)


History
2018-04-30 23:21:38 UTC

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

2018-04-30 23:21:40 UTC

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

2018-05-01 07:39:10 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-05-01 07:39:14 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2018-05-01 07:42:16 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-05-01 07:51:30 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2018-05-01 13:28:14 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 13:28:15 UTC

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

2018-05-01 13:49:50 UTC

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

2018-05-01 13:50:14 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*

2018-05-01 13:50:15 UTC

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

2018-05-01 13:50:16 UTC

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

2018-05-01 13:54:59 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev tcl-dev tk-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

2018-05-01 13:55:00 UTC

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

2018-05-01 13:55:14 UTC

/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2018-05-01 13:55:20 UTC

/bin/sh -c pip install --no-cache-dir virtualenv

2018-05-01 13:55:21 UTC

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

Details
Created

2018-04-28 13:37:07 UTC

Size

249 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:2668401c9f940b1d6b03e5f0086fa248cb957610ef9a7c79983d2fb0707ec76c - 20.43% (50.9 MB)

[#001] sha256:73feb4c62e83f77f05ed3c1a72c453fce29bc8adee3ff31855937f28f0b9ad00 - 6.72% (16.8 MB)

[#002] sha256:9a9e426fcbdcb0192ea4862cc89ecfe1a4ca0be8efaf99ffb329e50214efbd39 - 16.36% (40.8 MB)

[#003] sha256:17d8fbb2f05708fe70164cd6e8a92baac6ee3b432a7506f532fb94d5c94c19db - 47.06% (117 MB)

[#004] sha256:4d6987e68d0c6f8dd8f648fa3eb469b2c89f4f0c5ae3f998787935c051aa4871 - 1.2% (3 MB)

[#005] sha256:efe77335a98c0c018da47c5064e83bf2f9349730e5aa56cc22b76ff31924174f - 5.89% (14.7 MB)

[#006] sha256:63ec9f2318fdc039d3b0429a23b6d637673b853ccf4040cf4b2ea795df8d2d7b - 0.68% (1.7 MB)

[#007] sha256:c9874470b67cc485190824c859408d5144b27b56a3e77f056450ba886dc8ef5a - 1.65% (4.12 MB)


History
2018-04-28 08:17:46 UTC

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

2018-04-28 08:17:47 UTC

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

2018-04-28 09:53:24 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-04-28 09:53:26 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2018-04-28 09:55:09 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-04-28 09:58:54 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2018-04-28 12:45:02 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:45:02 UTC

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

2018-04-28 13:32:28 UTC

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

2018-04-28 13:33:22 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*

2018-04-28 13:33:23 UTC

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

2018-04-28 13:33:24 UTC

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

2018-04-28 13:36:46 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev tcl-dev tk-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

2018-04-28 13:36:48 UTC

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

2018-04-28 13:36:58 UTC

/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2018-04-28 13:37:02 UTC

/bin/sh -c pip install --no-cache-dir virtualenv

2018-04-28 13:37:07 UTC

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

Details
Created

2018-04-28 14:05:56 UTC

Size

245 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:e0524893a6d25f3e36c190fea678ecf1845e7c0d2ba833b077a429d64b943e0a - 21.21% (51.9 MB)

[#001] sha256:2331cf8e884c1052e19f6b80b3efb54a7163ab49bf54c631bd861332c232029f - 6.92% (16.9 MB)

[#002] sha256:8c860ff3f5f8fa212ce1ae15a427adb816d72db912daaa8697a136499f7b0cc9 - 16.89% (41.4 MB)

[#003] sha256:6a7fdbc5bacccb4bce08796fc1aa69186d4c77318f1c3e315aef84ba7617442a - 45.24% (111 MB)

[#004] sha256:6a261c9061f9fc0fdf457101220fccabe742746aead7a17a10555cdff333fd7e - 1.24% (3.05 MB)

[#005] sha256:5fc9a28a6da59e2afb45cf9b1929f246165e224887d9717ac29022b1c95a74e4 - 6.12% (15 MB)

[#006] sha256:ab7f21ad263ca01bd93328b5c664c99beb7a9eb46eac3d36c93d9193a8ca6f67 - 0.69% (1.7 MB)

[#007] sha256:597f87898394f1dd582ced9577c2af962e561eea1bdc4a10fa63bbf974c61d55 - 1.68% (4.12 MB)


History
2018-04-28 11:42:31 UTC

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

2018-04-28 11:42:31 UTC

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

2018-04-28 13:13:26 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-04-28 13:13:27 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2018-04-28 13:14:12 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-04-28 13:15:43 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2018-04-28 13:44:09 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:44:10 UTC

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

2018-04-28 14:03:43 UTC

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

2018-04-28 14:03:54 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*

2018-04-28 14:03:54 UTC

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

2018-04-28 14:03:54 UTC

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

2018-04-28 14:05:49 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev tcl-dev tk-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

2018-04-28 14:05:49 UTC

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

2018-04-28 14:05:54 UTC

/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2018-04-28 14:05:56 UTC

/bin/sh -c pip install --no-cache-dir virtualenv

2018-04-28 14:05:56 UTC

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