# Tags of `python` - [`python:2.7.11`](#python2711) - [`python:2.7`](#python27) - [`python:2`](#python2) - [`python:2.7.11-onbuild`](#python2711-onbuild) - [`python:2.7-onbuild`](#python27-onbuild) - [`python:2-onbuild`](#python2-onbuild) - [`python:2.7.11-slim`](#python2711-slim) - [`python:2.7-slim`](#python27-slim) - [`python:2-slim`](#python2-slim) - [`python:2.7.11-alpine`](#python2711-alpine) - [`python:2.7-alpine`](#python27-alpine) - [`python:2-alpine`](#python2-alpine) - [`python:2.7.11-wheezy`](#python2711-wheezy) - [`python:2.7-wheezy`](#python27-wheezy) - [`python:2-wheezy`](#python2-wheezy) - [`python:3.3.6`](#python336) - [`python:3.3`](#python33) - [`python:3.3.6-onbuild`](#python336-onbuild) - [`python:3.3-onbuild`](#python33-onbuild) - [`python:3.3.6-slim`](#python336-slim) - [`python:3.3-slim`](#python33-slim) - [`python:3.3.6-alpine`](#python336-alpine) - [`python:3.3-alpine`](#python33-alpine) - [`python:3.3.6-wheezy`](#python336-wheezy) - [`python:3.3-wheezy`](#python33-wheezy) - [`python:3.4.4`](#python344) - [`python:3.4`](#python34) - [`python:3.4.4-onbuild`](#python344-onbuild) - [`python:3.4-onbuild`](#python34-onbuild) - [`python:3.4.4-slim`](#python344-slim) - [`python:3.4-slim`](#python34-slim) - [`python:3.4.4-alpine`](#python344-alpine) - [`python:3.4-alpine`](#python34-alpine) - [`python:3.4.4-wheezy`](#python344-wheezy) - [`python:3.4-wheezy`](#python34-wheezy) - [`python:3.5.1`](#python351) - [`python:3.5`](#python35) - [`python:3`](#python3) - [`python:latest`](#pythonlatest) - [`python:3.5.1-onbuild`](#python351-onbuild) - [`python:3.5-onbuild`](#python35-onbuild) - [`python:3-onbuild`](#python3-onbuild) - [`python:onbuild`](#pythononbuild) - [`python:3.5.1-slim`](#python351-slim) - [`python:3.5-slim`](#python35-slim) - [`python:3-slim`](#python3-slim) - [`python:slim`](#pythonslim) - [`python:3.5.1-alpine`](#python351-alpine) - [`python:3.5-alpine`](#python35-alpine) - [`python:3-alpine`](#python3-alpine) - [`python:alpine`](#pythonalpine) ## `python:2.7.11` ```console $ docker pull library/python@sha256:8ed06b4a42cd5a8e05412ac129e83ae5abd9447746adf4c6204ee0b4b6e10eb2 ``` - Total Virtual Size: 676.8 MB (676766330 bytes) - Total v2 Content-Length: 264.4 MB (264380625 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:29:22 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:31:31 GMT - Parent Layer: `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` - Docker Version: 1.9.1 - Virtual Size: 63.1 MB (63137361 bytes) - v2 Blob: `sha256:de1491f1bbd439306af7d19ea47dc5119d51641d433edea23d639e48f4cf659e` - v2 Content-Length: 20.0 MB (19961218 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:01 GMT #### `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` ```dockerfile RUN pip install --no-cache-dir virtualenv ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` - Docker Version: 1.9.1 - Virtual Size: 6.0 MB (6008689 bytes) - v2 Blob: `sha256:4becc568d2ff27f795856e9ba2b18e9eff1939e3f858e3205ab8da426d801c7d` - v2 Content-Length: 3.2 MB (3208714 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:55:49 GMT #### `6087f74a2b3c31ae427e6056e0a466a9df9194e2c71943a6b1b4a73340cb0094` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2.7` ```console $ docker pull library/python@sha256:ee46fc8b96ed0d1f1af71d0859ce6ba5f9be3b587f5a608193599b48d0a157c2 ``` - Total Virtual Size: 676.8 MB (676766330 bytes) - Total v2 Content-Length: 264.4 MB (264380625 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:29:22 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:31:31 GMT - Parent Layer: `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` - Docker Version: 1.9.1 - Virtual Size: 63.1 MB (63137361 bytes) - v2 Blob: `sha256:de1491f1bbd439306af7d19ea47dc5119d51641d433edea23d639e48f4cf659e` - v2 Content-Length: 20.0 MB (19961218 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:01 GMT #### `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` ```dockerfile RUN pip install --no-cache-dir virtualenv ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` - Docker Version: 1.9.1 - Virtual Size: 6.0 MB (6008689 bytes) - v2 Blob: `sha256:4becc568d2ff27f795856e9ba2b18e9eff1939e3f858e3205ab8da426d801c7d` - v2 Content-Length: 3.2 MB (3208714 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:55:49 GMT #### `6087f74a2b3c31ae427e6056e0a466a9df9194e2c71943a6b1b4a73340cb0094` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2` ```console $ docker pull library/python@sha256:9554a355da2a30adf68eba2e6b54605b5379446d9aad85a4380867ce94c59bf8 ``` - Total Virtual Size: 676.8 MB (676766330 bytes) - Total v2 Content-Length: 264.4 MB (264380625 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:29:22 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:31:31 GMT - Parent Layer: `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` - Docker Version: 1.9.1 - Virtual Size: 63.1 MB (63137361 bytes) - v2 Blob: `sha256:de1491f1bbd439306af7d19ea47dc5119d51641d433edea23d639e48f4cf659e` - v2 Content-Length: 20.0 MB (19961218 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:01 GMT #### `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` ```dockerfile RUN pip install --no-cache-dir virtualenv ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` - Docker Version: 1.9.1 - Virtual Size: 6.0 MB (6008689 bytes) - v2 Blob: `sha256:4becc568d2ff27f795856e9ba2b18e9eff1939e3f858e3205ab8da426d801c7d` - v2 Content-Length: 3.2 MB (3208714 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:55:49 GMT #### `6087f74a2b3c31ae427e6056e0a466a9df9194e2c71943a6b1b4a73340cb0094` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2.7.11-onbuild` ```console $ docker pull library/python@sha256:e0f0c1a0d9a777e35ab7518799173f6dd0619c1280760bca89e3ac1064ecbc4d ``` - Total Virtual Size: 676.8 MB (676766330 bytes) - Total v2 Content-Length: 264.4 MB (264380878 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:29:22 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:31:31 GMT - Parent Layer: `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` - Docker Version: 1.9.1 - Virtual Size: 63.1 MB (63137361 bytes) - v2 Blob: `sha256:de1491f1bbd439306af7d19ea47dc5119d51641d433edea23d639e48f4cf659e` - v2 Content-Length: 20.0 MB (19961218 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:01 GMT #### `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` ```dockerfile RUN pip install --no-cache-dir virtualenv ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` - Docker Version: 1.9.1 - Virtual Size: 6.0 MB (6008689 bytes) - v2 Blob: `sha256:4becc568d2ff27f795856e9ba2b18e9eff1939e3f858e3205ab8da426d801c7d` - v2 Content-Length: 3.2 MB (3208714 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:55:49 GMT #### `6087f74a2b3c31ae427e6056e0a466a9df9194e2c71943a6b1b4a73340cb0094` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `a35f50674d256e34557d81d81c9c7bc91e3c2bc13e3daf17cf818aff1f295bd7` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:32:21 GMT - Parent Layer: `6087f74a2b3c31ae427e6056e0a466a9df9194e2c71943a6b1b4a73340cb0094` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:f1b2351a7dc93ef97728cb15b6b0384cff5d0a577b3a0e851155a2167be067a3` - v2 Content-Length: 125.0 B - v2 Last-Modified: Tue, 05 Apr 2016 15:55:43 GMT #### `c1b367c7b2555041cfdd002b6e46423c3abaef842279b90bf592485e80f79568` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:32:21 GMT - Parent Layer: `a35f50674d256e34557d81d81c9c7bc91e3c2bc13e3daf17cf818aff1f295bd7` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `97ff8c090140bb8afeef2647f30d783a85a27905b26e24095247d437445e77c4` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 03:32:22 GMT - Parent Layer: `c1b367c7b2555041cfdd002b6e46423c3abaef842279b90bf592485e80f79568` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `f4804cbf8b1f4574f4945f8a5e5925a088c52a36a32bac590cbb01a79fdec043` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 03:32:23 GMT - Parent Layer: `97ff8c090140bb8afeef2647f30d783a85a27905b26e24095247d437445e77c4` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `8bbb77ebe37bb5c0c907b1da375b1d4caebae515cdf577671e00a1fd912aae29` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:32:23 GMT - Parent Layer: `f4804cbf8b1f4574f4945f8a5e5925a088c52a36a32bac590cbb01a79fdec043` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2.7-onbuild` ```console $ docker pull library/python@sha256:f4aa5002c73687587a892d9a5901f8a481b4f2464f3646f649ba5685f0372df3 ``` - Total Virtual Size: 676.8 MB (676766330 bytes) - Total v2 Content-Length: 264.4 MB (264380878 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:29:22 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:31:31 GMT - Parent Layer: `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` - Docker Version: 1.9.1 - Virtual Size: 63.1 MB (63137361 bytes) - v2 Blob: `sha256:de1491f1bbd439306af7d19ea47dc5119d51641d433edea23d639e48f4cf659e` - v2 Content-Length: 20.0 MB (19961218 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:01 GMT #### `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` ```dockerfile RUN pip install --no-cache-dir virtualenv ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` - Docker Version: 1.9.1 - Virtual Size: 6.0 MB (6008689 bytes) - v2 Blob: `sha256:4becc568d2ff27f795856e9ba2b18e9eff1939e3f858e3205ab8da426d801c7d` - v2 Content-Length: 3.2 MB (3208714 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:55:49 GMT #### `6087f74a2b3c31ae427e6056e0a466a9df9194e2c71943a6b1b4a73340cb0094` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `a35f50674d256e34557d81d81c9c7bc91e3c2bc13e3daf17cf818aff1f295bd7` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:32:21 GMT - Parent Layer: `6087f74a2b3c31ae427e6056e0a466a9df9194e2c71943a6b1b4a73340cb0094` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:f1b2351a7dc93ef97728cb15b6b0384cff5d0a577b3a0e851155a2167be067a3` - v2 Content-Length: 125.0 B - v2 Last-Modified: Tue, 05 Apr 2016 15:55:43 GMT #### `c1b367c7b2555041cfdd002b6e46423c3abaef842279b90bf592485e80f79568` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:32:21 GMT - Parent Layer: `a35f50674d256e34557d81d81c9c7bc91e3c2bc13e3daf17cf818aff1f295bd7` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `97ff8c090140bb8afeef2647f30d783a85a27905b26e24095247d437445e77c4` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 03:32:22 GMT - Parent Layer: `c1b367c7b2555041cfdd002b6e46423c3abaef842279b90bf592485e80f79568` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `f4804cbf8b1f4574f4945f8a5e5925a088c52a36a32bac590cbb01a79fdec043` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 03:32:23 GMT - Parent Layer: `97ff8c090140bb8afeef2647f30d783a85a27905b26e24095247d437445e77c4` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `8bbb77ebe37bb5c0c907b1da375b1d4caebae515cdf577671e00a1fd912aae29` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:32:23 GMT - Parent Layer: `f4804cbf8b1f4574f4945f8a5e5925a088c52a36a32bac590cbb01a79fdec043` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2-onbuild` ```console $ docker pull library/python@sha256:96f1bff63aa5f1cfd7d3913bdb9a7721126578c83dfc3a6be19fb19612a60c9e ``` - Total Virtual Size: 676.8 MB (676766330 bytes) - Total v2 Content-Length: 264.4 MB (264380878 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:29:22 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `5aa30ca36b99f82e7455ab50c7efe821eefadb6cfcfac3a9ce64630615223867` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:29:23 GMT - Parent Layer: `e7e2cccb71af44c778e59121083f1b18bec566b94e3bd0d7eb16b1bbceeea0a5` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:31:31 GMT - Parent Layer: `11e5aaed056b8272efcae07aed9df3fc7645c53f1192cf4bb6c359022e0367a9` - Docker Version: 1.9.1 - Virtual Size: 63.1 MB (63137361 bytes) - v2 Blob: `sha256:de1491f1bbd439306af7d19ea47dc5119d51641d433edea23d639e48f4cf659e` - v2 Content-Length: 20.0 MB (19961218 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:01 GMT #### `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` ```dockerfile RUN pip install --no-cache-dir virtualenv ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `30a837791e41c5f378176fc0ac6793230b5a764f6c3c97c8e04be6d24481f339` - Docker Version: 1.9.1 - Virtual Size: 6.0 MB (6008689 bytes) - v2 Blob: `sha256:4becc568d2ff27f795856e9ba2b18e9eff1939e3f858e3205ab8da426d801c7d` - v2 Content-Length: 3.2 MB (3208714 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:55:49 GMT #### `6087f74a2b3c31ae427e6056e0a466a9df9194e2c71943a6b1b4a73340cb0094` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:31:35 GMT - Parent Layer: `78f5489f3de88bb6b38be712bc2ff03105c4d3600def5a0bcf8dd700ff35ab48` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `a35f50674d256e34557d81d81c9c7bc91e3c2bc13e3daf17cf818aff1f295bd7` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:32:21 GMT - Parent Layer: `6087f74a2b3c31ae427e6056e0a466a9df9194e2c71943a6b1b4a73340cb0094` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:f1b2351a7dc93ef97728cb15b6b0384cff5d0a577b3a0e851155a2167be067a3` - v2 Content-Length: 125.0 B - v2 Last-Modified: Tue, 05 Apr 2016 15:55:43 GMT #### `c1b367c7b2555041cfdd002b6e46423c3abaef842279b90bf592485e80f79568` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:32:21 GMT - Parent Layer: `a35f50674d256e34557d81d81c9c7bc91e3c2bc13e3daf17cf818aff1f295bd7` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `97ff8c090140bb8afeef2647f30d783a85a27905b26e24095247d437445e77c4` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 03:32:22 GMT - Parent Layer: `c1b367c7b2555041cfdd002b6e46423c3abaef842279b90bf592485e80f79568` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `f4804cbf8b1f4574f4945f8a5e5925a088c52a36a32bac590cbb01a79fdec043` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 03:32:23 GMT - Parent Layer: `97ff8c090140bb8afeef2647f30d783a85a27905b26e24095247d437445e77c4` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `8bbb77ebe37bb5c0c907b1da375b1d4caebae515cdf577671e00a1fd912aae29` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:32:23 GMT - Parent Layer: `f4804cbf8b1f4574f4945f8a5e5925a088c52a36a32bac590cbb01a79fdec043` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2.7.11-slim` ```console $ docker pull library/python@sha256:f6b6a3263756fc6384765273d7778c5b02df01d6d1d72fca2031592a0bd77f9d ``` - Total Virtual Size: 200.0 MB (200004777 bytes) - Total v2 Content-Length: 76.7 MB (76741180 bytes) ### Layers (10) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `a641e47da99330a7f685a2d9d4da568f3dc929c6b86eaf2d471e9834d3b8ff90` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:33:40 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `f0f5381f466bbc78493447218dbb4e963647e400ef39e3b5c67c051e7158ca6b` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:33:40 GMT - Parent Layer: `a641e47da99330a7f685a2d9d4da568f3dc929c6b86eaf2d471e9834d3b8ff90` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5971194f9707b74006d7fe481f2ff8c7405bc333f155fdc9426c14ebce82928f` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:33:41 GMT - Parent Layer: `f0f5381f466bbc78493447218dbb4e963647e400ef39e3b5c67c051e7158ca6b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `21f7783f1d57274dae27dc7f543bd9f8485d31236a06fb4c27e5af0aa2a2f650` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:36:46 GMT - Parent Layer: `5971194f9707b74006d7fe481f2ff8c7405bc333f155fdc9426c14ebce82928f` - Docker Version: 1.9.1 - Virtual Size: 67.6 MB (67593385 bytes) - v2 Blob: `sha256:58d0799f9d2025df77f9ca1b4ebea7b2b3096ebe4bf11da14dd5c4311ac5af15` - v2 Content-Length: 22.1 MB (22090059 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:53:54 GMT #### `7b5f0a5e4b6c71901be1f54df7788b1177cd143e1052d7916920e043ead33d4e` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:36:47 GMT - Parent Layer: `21f7783f1d57274dae27dc7f543bd9f8485d31236a06fb4c27e5af0aa2a2f650` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2.7-slim` ```console $ docker pull library/python@sha256:6e2058c379450b94bb72ba9f6279b617026a82d6430b7df2e27324bf9d8cfc70 ``` - Total Virtual Size: 200.0 MB (200004777 bytes) - Total v2 Content-Length: 76.7 MB (76741180 bytes) ### Layers (10) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `a641e47da99330a7f685a2d9d4da568f3dc929c6b86eaf2d471e9834d3b8ff90` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:33:40 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `f0f5381f466bbc78493447218dbb4e963647e400ef39e3b5c67c051e7158ca6b` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:33:40 GMT - Parent Layer: `a641e47da99330a7f685a2d9d4da568f3dc929c6b86eaf2d471e9834d3b8ff90` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5971194f9707b74006d7fe481f2ff8c7405bc333f155fdc9426c14ebce82928f` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:33:41 GMT - Parent Layer: `f0f5381f466bbc78493447218dbb4e963647e400ef39e3b5c67c051e7158ca6b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `21f7783f1d57274dae27dc7f543bd9f8485d31236a06fb4c27e5af0aa2a2f650` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:36:46 GMT - Parent Layer: `5971194f9707b74006d7fe481f2ff8c7405bc333f155fdc9426c14ebce82928f` - Docker Version: 1.9.1 - Virtual Size: 67.6 MB (67593385 bytes) - v2 Blob: `sha256:58d0799f9d2025df77f9ca1b4ebea7b2b3096ebe4bf11da14dd5c4311ac5af15` - v2 Content-Length: 22.1 MB (22090059 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:53:54 GMT #### `7b5f0a5e4b6c71901be1f54df7788b1177cd143e1052d7916920e043ead33d4e` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:36:47 GMT - Parent Layer: `21f7783f1d57274dae27dc7f543bd9f8485d31236a06fb4c27e5af0aa2a2f650` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2-slim` ```console $ docker pull library/python@sha256:008bb4411c427359d7ab7a4e3ff34fcfda747d1c352c01f37668a1374e38c9a8 ``` - Total Virtual Size: 200.0 MB (200004777 bytes) - Total v2 Content-Length: 76.7 MB (76741180 bytes) ### Layers (10) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `a641e47da99330a7f685a2d9d4da568f3dc929c6b86eaf2d471e9834d3b8ff90` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:33:40 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `f0f5381f466bbc78493447218dbb4e963647e400ef39e3b5c67c051e7158ca6b` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:33:40 GMT - Parent Layer: `a641e47da99330a7f685a2d9d4da568f3dc929c6b86eaf2d471e9834d3b8ff90` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5971194f9707b74006d7fe481f2ff8c7405bc333f155fdc9426c14ebce82928f` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:33:41 GMT - Parent Layer: `f0f5381f466bbc78493447218dbb4e963647e400ef39e3b5c67c051e7158ca6b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `21f7783f1d57274dae27dc7f543bd9f8485d31236a06fb4c27e5af0aa2a2f650` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:36:46 GMT - Parent Layer: `5971194f9707b74006d7fe481f2ff8c7405bc333f155fdc9426c14ebce82928f` - Docker Version: 1.9.1 - Virtual Size: 67.6 MB (67593385 bytes) - v2 Blob: `sha256:58d0799f9d2025df77f9ca1b4ebea7b2b3096ebe4bf11da14dd5c4311ac5af15` - v2 Content-Length: 22.1 MB (22090059 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:53:54 GMT #### `7b5f0a5e4b6c71901be1f54df7788b1177cd143e1052d7916920e043ead33d4e` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:36:47 GMT - Parent Layer: `21f7783f1d57274dae27dc7f543bd9f8485d31236a06fb4c27e5af0aa2a2f650` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2.7.11-alpine` ```console $ docker pull library/python@sha256:c129643d8f7eb9cefcd9982a5b29ef5fee024f4597cfd6c0696db3be39ded496 ``` - Total Virtual Size: 72.6 MB (72591562 bytes) - Total v2 Content-Length: 23.6 MB (23645082 bytes) ### Layers (7) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `d7021f929e95a93fa9e029f44585c34f6386c17f8920d5731d3d8af5be5e81f7` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:37:37 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4799d1802cfed2c6a8c13032488509011c767913cbe33fef6f0753b0d8816cad` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:37:38 GMT - Parent Layer: `d7021f929e95a93fa9e029f44585c34f6386c17f8920d5731d3d8af5be5e81f7` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5bfc4284576ebecda1a0ab14f844a11c1f8da100cec6dde73cd50284fa9f0f3f` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:37:38 GMT - Parent Layer: `4799d1802cfed2c6a8c13032488509011c767913cbe33fef6f0753b0d8816cad` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `d45d131451ee1f73dc9b33957a3198f5470f49ba0401424852c2c504bc2f2ef5` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps .fetch-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:39:48 GMT - Parent Layer: `5bfc4284576ebecda1a0ab14f844a11c1f8da100cec6dde73cd50284fa9f0f3f` - Docker Version: 1.9.1 - Virtual Size: 67.8 MB (67793499 bytes) - v2 Blob: `sha256:07356ff3f190b617241b3c606e69031549759ad37cc8677eb6776fb81d745018` - v2 Content-Length: 21.3 MB (21325052 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:47:36 GMT #### `77c9558ce8f5b7d50af00bdbb7655196301b81530e09637d30b4010517387185` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:39:50 GMT - Parent Layer: `d45d131451ee1f73dc9b33957a3198f5470f49ba0401424852c2c504bc2f2ef5` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2.7-alpine` ```console $ docker pull library/python@sha256:42ea9b8741ed367963df2773eba09909c5c1145b8ecfe672ad3ee19efd07a81f ``` - Total Virtual Size: 72.6 MB (72591562 bytes) - Total v2 Content-Length: 23.6 MB (23645082 bytes) ### Layers (7) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `d7021f929e95a93fa9e029f44585c34f6386c17f8920d5731d3d8af5be5e81f7` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:37:37 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4799d1802cfed2c6a8c13032488509011c767913cbe33fef6f0753b0d8816cad` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:37:38 GMT - Parent Layer: `d7021f929e95a93fa9e029f44585c34f6386c17f8920d5731d3d8af5be5e81f7` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5bfc4284576ebecda1a0ab14f844a11c1f8da100cec6dde73cd50284fa9f0f3f` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:37:38 GMT - Parent Layer: `4799d1802cfed2c6a8c13032488509011c767913cbe33fef6f0753b0d8816cad` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `d45d131451ee1f73dc9b33957a3198f5470f49ba0401424852c2c504bc2f2ef5` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps .fetch-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:39:48 GMT - Parent Layer: `5bfc4284576ebecda1a0ab14f844a11c1f8da100cec6dde73cd50284fa9f0f3f` - Docker Version: 1.9.1 - Virtual Size: 67.8 MB (67793499 bytes) - v2 Blob: `sha256:07356ff3f190b617241b3c606e69031549759ad37cc8677eb6776fb81d745018` - v2 Content-Length: 21.3 MB (21325052 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:47:36 GMT #### `77c9558ce8f5b7d50af00bdbb7655196301b81530e09637d30b4010517387185` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:39:50 GMT - Parent Layer: `d45d131451ee1f73dc9b33957a3198f5470f49ba0401424852c2c504bc2f2ef5` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2-alpine` ```console $ docker pull library/python@sha256:b1e2c2ad90e8bf6b949f2087b486bd769f16f88459aa84b40da4cd6b7f93db91 ``` - Total Virtual Size: 72.6 MB (72591562 bytes) - Total v2 Content-Length: 23.6 MB (23645082 bytes) ### Layers (7) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `d7021f929e95a93fa9e029f44585c34f6386c17f8920d5731d3d8af5be5e81f7` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:37:37 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4799d1802cfed2c6a8c13032488509011c767913cbe33fef6f0753b0d8816cad` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:37:38 GMT - Parent Layer: `d7021f929e95a93fa9e029f44585c34f6386c17f8920d5731d3d8af5be5e81f7` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5bfc4284576ebecda1a0ab14f844a11c1f8da100cec6dde73cd50284fa9f0f3f` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:37:38 GMT - Parent Layer: `4799d1802cfed2c6a8c13032488509011c767913cbe33fef6f0753b0d8816cad` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `d45d131451ee1f73dc9b33957a3198f5470f49ba0401424852c2c504bc2f2ef5` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps .fetch-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:39:48 GMT - Parent Layer: `5bfc4284576ebecda1a0ab14f844a11c1f8da100cec6dde73cd50284fa9f0f3f` - Docker Version: 1.9.1 - Virtual Size: 67.8 MB (67793499 bytes) - v2 Blob: `sha256:07356ff3f190b617241b3c606e69031549759ad37cc8677eb6776fb81d745018` - v2 Content-Length: 21.3 MB (21325052 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:47:36 GMT #### `77c9558ce8f5b7d50af00bdbb7655196301b81530e09637d30b4010517387185` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:39:50 GMT - Parent Layer: `d45d131451ee1f73dc9b33957a3198f5470f49ba0401424852c2c504bc2f2ef5` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2.7.11-wheezy` ```console $ docker pull library/python@sha256:78288c5519acb880d2d78da4ad07a1060d4266e480a672b90ed46264864a038b ``` - Total Virtual Size: 531.0 MB (530984866 bytes) - Total v2 Content-Length: 199.2 MB (199163654 bytes) ### Layers (13) #### `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` ```dockerfile ADD file:bd83e102cf31aadb2353a1b02865a717ef3179916fc5b6a8af7924253aa1e7f3 in / ``` - Created: Mon, 04 Apr 2016 22:03:32 GMT - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84891449 bytes) - v2 Blob: `sha256:8dddc0afbe0abc844e818a9a5a15d71d99e7480a2e53a0c54dde39fedae85a15` - v2 Content-Length: 37.2 MB (37192252 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:07:10 GMT #### `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:03:35 GMT - Parent Layer: `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:16:35 GMT - Parent Layer: `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` - Docker Version: 1.9.1 - Virtual Size: 14.2 MB (14169668 bytes) - v2 Blob: `sha256:bdf00ab6c5c963e5e205cff7dd0893ea2d3dfe1fd3b53a5895a8c393befabacd` - v2 Content-Length: 6.7 MB (6725045 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:29:54 GMT #### `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:17:11 GMT - Parent Layer: `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` - Docker Version: 1.9.1 - Virtual Size: 110.0 MB (110009151 bytes) - v2 Blob: `sha256:a00f11f594162971e3d05c0491d5d03c95db4bdfbb825baa8fc150151e48d14f` - v2 Content-Length: 37.4 MB (37361148 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:30:45 GMT #### `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:18:21 GMT - Parent Layer: `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` - Docker Version: 1.9.1 - Virtual Size: 250.6 MB (250584674 bytes) - v2 Blob: `sha256:0ca8506d771021cd18a22e7c4e20022c444d9d7fd174fb6e223d3f1b19ad88cb` - v2 Content-Length: 94.3 MB (94311444 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:31:34 GMT #### `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:40:27 GMT - Parent Layer: `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` - Docker Version: 1.9.1 - Virtual Size: 843.2 KB (843153 bytes) - v2 Blob: `sha256:af546723aa04219c8438dbad193a076eeb40c8985f1040c5ccf1f8855d0e1e5a` - v2 Content-Length: 198.4 KB (198428 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:33 GMT #### `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `da83e1f4ad9769cf7d102d41eef643faaed274b69c0a6d4cf744c26bce25a671` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6b8b080e0358e2f629652869e8fc42485f6c77d8921125c1430d3555ece8e76a` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:40:29 GMT - Parent Layer: `da83e1f4ad9769cf7d102d41eef643faaed274b69c0a6d4cf744c26bce25a671` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `1cf2f0810cc213508dcd3b3dec7fe4700aea9af97954d6ed6c1917ea5e9b559e` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:40:29 GMT - Parent Layer: `6b8b080e0358e2f629652869e8fc42485f6c77d8921125c1430d3555ece8e76a` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `706b068a399abe3186be0419c946014f787f76caaf7bc3cd5f9ec2eb80b07801` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:42:24 GMT - Parent Layer: `1cf2f0810cc213508dcd3b3dec7fe4700aea9af97954d6ed6c1917ea5e9b559e` - Docker Version: 1.9.1 - Virtual Size: 64.5 MB (64478082 bytes) - v2 Blob: `sha256:c5c3ee2c9a0382864071c79722963b8290d30cca605cd2c39614e92001c028f5` - v2 Content-Length: 20.2 MB (20166411 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:14 GMT #### `0443ede6283a0a6f00df9c031ea2bc630f391d7e13596ed7e6b93a7b2015e22c` ```dockerfile RUN pip install --no-cache-dir virtualenv ``` - Created: Tue, 05 Apr 2016 03:42:27 GMT - Parent Layer: `706b068a399abe3186be0419c946014f787f76caaf7bc3cd5f9ec2eb80b07801` - Docker Version: 1.9.1 - Virtual Size: 6.0 MB (6008689 bytes) - v2 Blob: `sha256:ac872f5b98da9306126df242c2387b5d8f4d2a5d71e55ce6e10029c155c5a449` - v2 Content-Length: 3.2 MB (3208734 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:01 GMT #### `f60e1491bc2ae599c9ac76c9764a8f1ac385c5a36fba8803d1c9767ab19f3c95` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:42:28 GMT - Parent Layer: `0443ede6283a0a6f00df9c031ea2bc630f391d7e13596ed7e6b93a7b2015e22c` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2.7-wheezy` ```console $ docker pull library/python@sha256:a4245891d3ad5fe2bc7ec87df0882d92f95aaf081f2aaf84e5e5e8f8a6daa109 ``` - Total Virtual Size: 531.0 MB (530984866 bytes) - Total v2 Content-Length: 199.2 MB (199163654 bytes) ### Layers (13) #### `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` ```dockerfile ADD file:bd83e102cf31aadb2353a1b02865a717ef3179916fc5b6a8af7924253aa1e7f3 in / ``` - Created: Mon, 04 Apr 2016 22:03:32 GMT - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84891449 bytes) - v2 Blob: `sha256:8dddc0afbe0abc844e818a9a5a15d71d99e7480a2e53a0c54dde39fedae85a15` - v2 Content-Length: 37.2 MB (37192252 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:07:10 GMT #### `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:03:35 GMT - Parent Layer: `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:16:35 GMT - Parent Layer: `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` - Docker Version: 1.9.1 - Virtual Size: 14.2 MB (14169668 bytes) - v2 Blob: `sha256:bdf00ab6c5c963e5e205cff7dd0893ea2d3dfe1fd3b53a5895a8c393befabacd` - v2 Content-Length: 6.7 MB (6725045 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:29:54 GMT #### `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:17:11 GMT - Parent Layer: `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` - Docker Version: 1.9.1 - Virtual Size: 110.0 MB (110009151 bytes) - v2 Blob: `sha256:a00f11f594162971e3d05c0491d5d03c95db4bdfbb825baa8fc150151e48d14f` - v2 Content-Length: 37.4 MB (37361148 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:30:45 GMT #### `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:18:21 GMT - Parent Layer: `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` - Docker Version: 1.9.1 - Virtual Size: 250.6 MB (250584674 bytes) - v2 Blob: `sha256:0ca8506d771021cd18a22e7c4e20022c444d9d7fd174fb6e223d3f1b19ad88cb` - v2 Content-Length: 94.3 MB (94311444 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:31:34 GMT #### `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:40:27 GMT - Parent Layer: `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` - Docker Version: 1.9.1 - Virtual Size: 843.2 KB (843153 bytes) - v2 Blob: `sha256:af546723aa04219c8438dbad193a076eeb40c8985f1040c5ccf1f8855d0e1e5a` - v2 Content-Length: 198.4 KB (198428 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:33 GMT #### `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `da83e1f4ad9769cf7d102d41eef643faaed274b69c0a6d4cf744c26bce25a671` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6b8b080e0358e2f629652869e8fc42485f6c77d8921125c1430d3555ece8e76a` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:40:29 GMT - Parent Layer: `da83e1f4ad9769cf7d102d41eef643faaed274b69c0a6d4cf744c26bce25a671` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `1cf2f0810cc213508dcd3b3dec7fe4700aea9af97954d6ed6c1917ea5e9b559e` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:40:29 GMT - Parent Layer: `6b8b080e0358e2f629652869e8fc42485f6c77d8921125c1430d3555ece8e76a` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `706b068a399abe3186be0419c946014f787f76caaf7bc3cd5f9ec2eb80b07801` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:42:24 GMT - Parent Layer: `1cf2f0810cc213508dcd3b3dec7fe4700aea9af97954d6ed6c1917ea5e9b559e` - Docker Version: 1.9.1 - Virtual Size: 64.5 MB (64478082 bytes) - v2 Blob: `sha256:c5c3ee2c9a0382864071c79722963b8290d30cca605cd2c39614e92001c028f5` - v2 Content-Length: 20.2 MB (20166411 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:14 GMT #### `0443ede6283a0a6f00df9c031ea2bc630f391d7e13596ed7e6b93a7b2015e22c` ```dockerfile RUN pip install --no-cache-dir virtualenv ``` - Created: Tue, 05 Apr 2016 03:42:27 GMT - Parent Layer: `706b068a399abe3186be0419c946014f787f76caaf7bc3cd5f9ec2eb80b07801` - Docker Version: 1.9.1 - Virtual Size: 6.0 MB (6008689 bytes) - v2 Blob: `sha256:ac872f5b98da9306126df242c2387b5d8f4d2a5d71e55ce6e10029c155c5a449` - v2 Content-Length: 3.2 MB (3208734 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:01 GMT #### `f60e1491bc2ae599c9ac76c9764a8f1ac385c5a36fba8803d1c9767ab19f3c95` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:42:28 GMT - Parent Layer: `0443ede6283a0a6f00df9c031ea2bc630f391d7e13596ed7e6b93a7b2015e22c` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:2-wheezy` ```console $ docker pull library/python@sha256:d2f45e34c5674b0ce5951ed08a4bf69ea016f92096b387aeae4bd8eea0f45fa8 ``` - Total Virtual Size: 531.0 MB (530984866 bytes) - Total v2 Content-Length: 199.2 MB (199163654 bytes) ### Layers (13) #### `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` ```dockerfile ADD file:bd83e102cf31aadb2353a1b02865a717ef3179916fc5b6a8af7924253aa1e7f3 in / ``` - Created: Mon, 04 Apr 2016 22:03:32 GMT - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84891449 bytes) - v2 Blob: `sha256:8dddc0afbe0abc844e818a9a5a15d71d99e7480a2e53a0c54dde39fedae85a15` - v2 Content-Length: 37.2 MB (37192252 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:07:10 GMT #### `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:03:35 GMT - Parent Layer: `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:16:35 GMT - Parent Layer: `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` - Docker Version: 1.9.1 - Virtual Size: 14.2 MB (14169668 bytes) - v2 Blob: `sha256:bdf00ab6c5c963e5e205cff7dd0893ea2d3dfe1fd3b53a5895a8c393befabacd` - v2 Content-Length: 6.7 MB (6725045 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:29:54 GMT #### `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:17:11 GMT - Parent Layer: `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` - Docker Version: 1.9.1 - Virtual Size: 110.0 MB (110009151 bytes) - v2 Blob: `sha256:a00f11f594162971e3d05c0491d5d03c95db4bdfbb825baa8fc150151e48d14f` - v2 Content-Length: 37.4 MB (37361148 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:30:45 GMT #### `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:18:21 GMT - Parent Layer: `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` - Docker Version: 1.9.1 - Virtual Size: 250.6 MB (250584674 bytes) - v2 Blob: `sha256:0ca8506d771021cd18a22e7c4e20022c444d9d7fd174fb6e223d3f1b19ad88cb` - v2 Content-Length: 94.3 MB (94311444 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:31:34 GMT #### `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:40:27 GMT - Parent Layer: `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` - Docker Version: 1.9.1 - Virtual Size: 843.2 KB (843153 bytes) - v2 Blob: `sha256:af546723aa04219c8438dbad193a076eeb40c8985f1040c5ccf1f8855d0e1e5a` - v2 Content-Length: 198.4 KB (198428 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:33 GMT #### `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `da83e1f4ad9769cf7d102d41eef643faaed274b69c0a6d4cf744c26bce25a671` ```dockerfile ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6b8b080e0358e2f629652869e8fc42485f6c77d8921125c1430d3555ece8e76a` ```dockerfile ENV PYTHON_VERSION=2.7.11 ``` - Created: Tue, 05 Apr 2016 03:40:29 GMT - Parent Layer: `da83e1f4ad9769cf7d102d41eef643faaed274b69c0a6d4cf744c26bce25a671` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `1cf2f0810cc213508dcd3b3dec7fe4700aea9af97954d6ed6c1917ea5e9b559e` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:40:29 GMT - Parent Layer: `6b8b080e0358e2f629652869e8fc42485f6c77d8921125c1430d3555ece8e76a` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `706b068a399abe3186be0419c946014f787f76caaf7bc3cd5f9ec2eb80b07801` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:42:24 GMT - Parent Layer: `1cf2f0810cc213508dcd3b3dec7fe4700aea9af97954d6ed6c1917ea5e9b559e` - Docker Version: 1.9.1 - Virtual Size: 64.5 MB (64478082 bytes) - v2 Blob: `sha256:c5c3ee2c9a0382864071c79722963b8290d30cca605cd2c39614e92001c028f5` - v2 Content-Length: 20.2 MB (20166411 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:14 GMT #### `0443ede6283a0a6f00df9c031ea2bc630f391d7e13596ed7e6b93a7b2015e22c` ```dockerfile RUN pip install --no-cache-dir virtualenv ``` - Created: Tue, 05 Apr 2016 03:42:27 GMT - Parent Layer: `706b068a399abe3186be0419c946014f787f76caaf7bc3cd5f9ec2eb80b07801` - Docker Version: 1.9.1 - Virtual Size: 6.0 MB (6008689 bytes) - v2 Blob: `sha256:ac872f5b98da9306126df242c2387b5d8f4d2a5d71e55ce6e10029c155c5a449` - v2 Content-Length: 3.2 MB (3208734 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:01 GMT #### `f60e1491bc2ae599c9ac76c9764a8f1ac385c5a36fba8803d1c9767ab19f3c95` ```dockerfile CMD ["python2"] ``` - Created: Tue, 05 Apr 2016 03:42:28 GMT - Parent Layer: `0443ede6283a0a6f00df9c031ea2bc630f391d7e13596ed7e6b93a7b2015e22c` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3.6` ```console $ docker pull library/python@sha256:042c5d8da4fcaa164bd73b688af1fb613d2589dfb1ecbf20173b1b2d92ea85d0 ``` - Total Virtual Size: 679.9 MB (679925283 bytes) - Total v2 Content-Length: 262.1 MB (262115197 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `168a86011bc1aba1094eced291210e09d4cb5fcc2d04d4ff356081b409838aac` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:43:21 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `deec535e622403ca5e2ad97d66ba4b5c020306de0f2b5da88f6a34b0acc98f87` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:43:21 GMT - Parent Layer: `168a86011bc1aba1094eced291210e09d4cb5fcc2d04d4ff356081b409838aac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e0f26790a314a15f982e2707bf882d7147f571ca794f0c47f296462deee0d4cd` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:43:22 GMT - Parent Layer: `deec535e622403ca5e2ad97d66ba4b5c020306de0f2b5da88f6a34b0acc98f87` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `546f74f597f7afd2eb6ff7f923677cbb4ab76cf19564c3187e0739a337064224` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:45:46 GMT - Parent Layer: `e0f26790a314a15f982e2707bf882d7147f571ca794f0c47f296462deee0d4cd` - Docker Version: 1.9.1 - Virtual Size: 72.3 MB (72304971 bytes) - v2 Blob: `sha256:75592997e4cd890a764f0b6f7e6a6ea4d65f8a13875a7e37a1667e70e0c36c0d` - v2 Content-Length: 20.9 MB (20904271 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:50:21 GMT #### `b12659bd3ea2ab9af17a2e3eab23f9288519a93f303920692fc27f990158cc32` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:45:48 GMT - Parent Layer: `546f74f597f7afd2eb6ff7f923677cbb4ab76cf19564c3187e0739a337064224` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:82b5f25b97df89a45762d3f0887b0f336880c651b93d231a0f237233580a019f` - v2 Content-Length: 233.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:50:08 GMT #### `dac7f9273c92d358aca9ee00debc742d32ad165945a88f963f96a02ae02bba7a` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:45:49 GMT - Parent Layer: `b12659bd3ea2ab9af17a2e3eab23f9288519a93f303920692fc27f990158cc32` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3` ```console $ docker pull library/python@sha256:f8752cd65cdc92bff35c9cfab8d621d67a9f684dfc6488689e247dfcf83031b8 ``` - Total Virtual Size: 679.9 MB (679925283 bytes) - Total v2 Content-Length: 262.1 MB (262115197 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `168a86011bc1aba1094eced291210e09d4cb5fcc2d04d4ff356081b409838aac` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:43:21 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `deec535e622403ca5e2ad97d66ba4b5c020306de0f2b5da88f6a34b0acc98f87` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:43:21 GMT - Parent Layer: `168a86011bc1aba1094eced291210e09d4cb5fcc2d04d4ff356081b409838aac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e0f26790a314a15f982e2707bf882d7147f571ca794f0c47f296462deee0d4cd` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:43:22 GMT - Parent Layer: `deec535e622403ca5e2ad97d66ba4b5c020306de0f2b5da88f6a34b0acc98f87` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `546f74f597f7afd2eb6ff7f923677cbb4ab76cf19564c3187e0739a337064224` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:45:46 GMT - Parent Layer: `e0f26790a314a15f982e2707bf882d7147f571ca794f0c47f296462deee0d4cd` - Docker Version: 1.9.1 - Virtual Size: 72.3 MB (72304971 bytes) - v2 Blob: `sha256:75592997e4cd890a764f0b6f7e6a6ea4d65f8a13875a7e37a1667e70e0c36c0d` - v2 Content-Length: 20.9 MB (20904271 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:50:21 GMT #### `b12659bd3ea2ab9af17a2e3eab23f9288519a93f303920692fc27f990158cc32` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:45:48 GMT - Parent Layer: `546f74f597f7afd2eb6ff7f923677cbb4ab76cf19564c3187e0739a337064224` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:82b5f25b97df89a45762d3f0887b0f336880c651b93d231a0f237233580a019f` - v2 Content-Length: 233.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:50:08 GMT #### `dac7f9273c92d358aca9ee00debc742d32ad165945a88f963f96a02ae02bba7a` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:45:49 GMT - Parent Layer: `b12659bd3ea2ab9af17a2e3eab23f9288519a93f303920692fc27f990158cc32` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3.6-onbuild` ```console $ docker pull library/python@sha256:7cfffb5a8ff6522985c9cac39115c571469fea7f3f3389b59fd0b6ae7279aa5c ``` - Total Virtual Size: 679.9 MB (679925283 bytes) - Total v2 Content-Length: 262.1 MB (262115450 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `168a86011bc1aba1094eced291210e09d4cb5fcc2d04d4ff356081b409838aac` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:43:21 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `deec535e622403ca5e2ad97d66ba4b5c020306de0f2b5da88f6a34b0acc98f87` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:43:21 GMT - Parent Layer: `168a86011bc1aba1094eced291210e09d4cb5fcc2d04d4ff356081b409838aac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e0f26790a314a15f982e2707bf882d7147f571ca794f0c47f296462deee0d4cd` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:43:22 GMT - Parent Layer: `deec535e622403ca5e2ad97d66ba4b5c020306de0f2b5da88f6a34b0acc98f87` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `546f74f597f7afd2eb6ff7f923677cbb4ab76cf19564c3187e0739a337064224` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:45:46 GMT - Parent Layer: `e0f26790a314a15f982e2707bf882d7147f571ca794f0c47f296462deee0d4cd` - Docker Version: 1.9.1 - Virtual Size: 72.3 MB (72304971 bytes) - v2 Blob: `sha256:75592997e4cd890a764f0b6f7e6a6ea4d65f8a13875a7e37a1667e70e0c36c0d` - v2 Content-Length: 20.9 MB (20904271 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:50:21 GMT #### `b12659bd3ea2ab9af17a2e3eab23f9288519a93f303920692fc27f990158cc32` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:45:48 GMT - Parent Layer: `546f74f597f7afd2eb6ff7f923677cbb4ab76cf19564c3187e0739a337064224` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:82b5f25b97df89a45762d3f0887b0f336880c651b93d231a0f237233580a019f` - v2 Content-Length: 233.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:50:08 GMT #### `dac7f9273c92d358aca9ee00debc742d32ad165945a88f963f96a02ae02bba7a` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:45:49 GMT - Parent Layer: `b12659bd3ea2ab9af17a2e3eab23f9288519a93f303920692fc27f990158cc32` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b7cf297a938474dec0835483636229311c2ef8447b686e57ec75d21ed6abb72` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:46:13 GMT - Parent Layer: `dac7f9273c92d358aca9ee00debc742d32ad165945a88f963f96a02ae02bba7a` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:758b8272f7b77d65b066e9070eb4d38fa88d0fccc4d38861b3f060d081d8aae1` - v2 Content-Length: 125.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:50:52 GMT #### `00dd7d2026eb319298d2f27f0eb1bfb7a6da9eb616d6f15c9786528367916470` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:46:13 GMT - Parent Layer: `4b7cf297a938474dec0835483636229311c2ef8447b686e57ec75d21ed6abb72` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `06cee6b8a6e46c0bd3f87d249135b5652a5c209714b8683b68e17fe284a2b7e3` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 03:46:14 GMT - Parent Layer: `00dd7d2026eb319298d2f27f0eb1bfb7a6da9eb616d6f15c9786528367916470` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `c42cd9c7d310ccd1e069de3f7589b4fc5953681650011c03cd81784dea74d109` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 03:46:14 GMT - Parent Layer: `06cee6b8a6e46c0bd3f87d249135b5652a5c209714b8683b68e17fe284a2b7e3` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `60c6b0ae466d29187e451777f1fb380d64c786489f45669312044755c99d55fa` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:46:15 GMT - Parent Layer: `c42cd9c7d310ccd1e069de3f7589b4fc5953681650011c03cd81784dea74d109` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3-onbuild` ```console $ docker pull library/python@sha256:13c650b6b54315fd9b6cd974d905d79257d95134f091f3a1d870c6b9dbc31c72 ``` - Total Virtual Size: 679.9 MB (679925283 bytes) - Total v2 Content-Length: 262.1 MB (262115450 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `168a86011bc1aba1094eced291210e09d4cb5fcc2d04d4ff356081b409838aac` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:43:21 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `deec535e622403ca5e2ad97d66ba4b5c020306de0f2b5da88f6a34b0acc98f87` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:43:21 GMT - Parent Layer: `168a86011bc1aba1094eced291210e09d4cb5fcc2d04d4ff356081b409838aac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e0f26790a314a15f982e2707bf882d7147f571ca794f0c47f296462deee0d4cd` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:43:22 GMT - Parent Layer: `deec535e622403ca5e2ad97d66ba4b5c020306de0f2b5da88f6a34b0acc98f87` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `546f74f597f7afd2eb6ff7f923677cbb4ab76cf19564c3187e0739a337064224` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:45:46 GMT - Parent Layer: `e0f26790a314a15f982e2707bf882d7147f571ca794f0c47f296462deee0d4cd` - Docker Version: 1.9.1 - Virtual Size: 72.3 MB (72304971 bytes) - v2 Blob: `sha256:75592997e4cd890a764f0b6f7e6a6ea4d65f8a13875a7e37a1667e70e0c36c0d` - v2 Content-Length: 20.9 MB (20904271 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:50:21 GMT #### `b12659bd3ea2ab9af17a2e3eab23f9288519a93f303920692fc27f990158cc32` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:45:48 GMT - Parent Layer: `546f74f597f7afd2eb6ff7f923677cbb4ab76cf19564c3187e0739a337064224` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:82b5f25b97df89a45762d3f0887b0f336880c651b93d231a0f237233580a019f` - v2 Content-Length: 233.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:50:08 GMT #### `dac7f9273c92d358aca9ee00debc742d32ad165945a88f963f96a02ae02bba7a` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:45:49 GMT - Parent Layer: `b12659bd3ea2ab9af17a2e3eab23f9288519a93f303920692fc27f990158cc32` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b7cf297a938474dec0835483636229311c2ef8447b686e57ec75d21ed6abb72` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:46:13 GMT - Parent Layer: `dac7f9273c92d358aca9ee00debc742d32ad165945a88f963f96a02ae02bba7a` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:758b8272f7b77d65b066e9070eb4d38fa88d0fccc4d38861b3f060d081d8aae1` - v2 Content-Length: 125.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:50:52 GMT #### `00dd7d2026eb319298d2f27f0eb1bfb7a6da9eb616d6f15c9786528367916470` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:46:13 GMT - Parent Layer: `4b7cf297a938474dec0835483636229311c2ef8447b686e57ec75d21ed6abb72` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `06cee6b8a6e46c0bd3f87d249135b5652a5c209714b8683b68e17fe284a2b7e3` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 03:46:14 GMT - Parent Layer: `00dd7d2026eb319298d2f27f0eb1bfb7a6da9eb616d6f15c9786528367916470` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `c42cd9c7d310ccd1e069de3f7589b4fc5953681650011c03cd81784dea74d109` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 03:46:14 GMT - Parent Layer: `06cee6b8a6e46c0bd3f87d249135b5652a5c209714b8683b68e17fe284a2b7e3` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `60c6b0ae466d29187e451777f1fb380d64c786489f45669312044755c99d55fa` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:46:15 GMT - Parent Layer: `c42cd9c7d310ccd1e069de3f7589b4fc5953681650011c03cd81784dea74d109` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3.6-slim` ```console $ docker pull library/python@sha256:5f85c595f063792818788f47a424e540f5778488a32ddc50110937bf77534e8f ``` - Total Virtual Size: 209.1 MB (209081821 bytes) - Total v2 Content-Length: 77.6 MB (77643411 bytes) ### Layers (11) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `2765c531a8ac447200249cd8840e593d30c10ee486ab9ced045eb5873cf1a4e0` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:46:40 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `42dc8e6964d47f35ff42f86fd71d09a821671b764dfe17ea035b0f023a7c10ee` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:46:41 GMT - Parent Layer: `2765c531a8ac447200249cd8840e593d30c10ee486ab9ced045eb5873cf1a4e0` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `1816cab34b7d5b3f65c53ca14051907648c55169478e29c5dac39ac3dc485b75` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:46:41 GMT - Parent Layer: `42dc8e6964d47f35ff42f86fd71d09a821671b764dfe17ea035b0f023a7c10ee` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `314cafbd151bcb936af3ecb6560f7cc3acc68ef082868738cdf173eb3aeb109c` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:50:03 GMT - Parent Layer: `1816cab34b7d5b3f65c53ca14051907648c55169478e29c5dac39ac3dc485b75` - Docker Version: 1.9.1 - Virtual Size: 76.7 MB (76670397 bytes) - v2 Blob: `sha256:5e5f29c960f5f714d04d1e6a71323217a7422cfe0f7faadb33a48709c475f3ae` - v2 Content-Length: 23.0 MB (22992057 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:51:38 GMT #### `b588a19a564fa31afd924fca1d7401c91d624c2657f852cecd36104dbeec37ce` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:50:05 GMT - Parent Layer: `314cafbd151bcb936af3ecb6560f7cc3acc68ef082868738cdf173eb3aeb109c` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:ab29a44ebbfbda24f0b000507eba2f7449b8937443df265077d4ce0cd2e8eda9` - v2 Content-Length: 233.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:51:20 GMT #### `a3c8e99ab98d581228017b5696d135e2b132e2f3964c9997de1a430babe8026c` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:50:06 GMT - Parent Layer: `b588a19a564fa31afd924fca1d7401c91d624c2657f852cecd36104dbeec37ce` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3-slim` ```console $ docker pull library/python@sha256:8ae1b6434cea3528ea7da71474ae92d04dea28247120f66bcb8ee7906c2cc722 ``` - Total Virtual Size: 209.1 MB (209081821 bytes) - Total v2 Content-Length: 77.6 MB (77643411 bytes) ### Layers (11) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `2765c531a8ac447200249cd8840e593d30c10ee486ab9ced045eb5873cf1a4e0` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:46:40 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `42dc8e6964d47f35ff42f86fd71d09a821671b764dfe17ea035b0f023a7c10ee` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:46:41 GMT - Parent Layer: `2765c531a8ac447200249cd8840e593d30c10ee486ab9ced045eb5873cf1a4e0` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `1816cab34b7d5b3f65c53ca14051907648c55169478e29c5dac39ac3dc485b75` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:46:41 GMT - Parent Layer: `42dc8e6964d47f35ff42f86fd71d09a821671b764dfe17ea035b0f023a7c10ee` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `314cafbd151bcb936af3ecb6560f7cc3acc68ef082868738cdf173eb3aeb109c` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:50:03 GMT - Parent Layer: `1816cab34b7d5b3f65c53ca14051907648c55169478e29c5dac39ac3dc485b75` - Docker Version: 1.9.1 - Virtual Size: 76.7 MB (76670397 bytes) - v2 Blob: `sha256:5e5f29c960f5f714d04d1e6a71323217a7422cfe0f7faadb33a48709c475f3ae` - v2 Content-Length: 23.0 MB (22992057 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:51:38 GMT #### `b588a19a564fa31afd924fca1d7401c91d624c2657f852cecd36104dbeec37ce` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:50:05 GMT - Parent Layer: `314cafbd151bcb936af3ecb6560f7cc3acc68ef082868738cdf173eb3aeb109c` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:ab29a44ebbfbda24f0b000507eba2f7449b8937443df265077d4ce0cd2e8eda9` - v2 Content-Length: 233.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:51:20 GMT #### `a3c8e99ab98d581228017b5696d135e2b132e2f3964c9997de1a430babe8026c` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:50:06 GMT - Parent Layer: `b588a19a564fa31afd924fca1d7401c91d624c2657f852cecd36104dbeec37ce` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3.6-alpine` ```console $ docker pull library/python@sha256:1b3bf7748551f34d58e595460496ae94d27e150bcc77159a26a374c2497d71fa ``` - Total Virtual Size: 78.6 MB (78640415 bytes) - Total v2 Content-Length: 24.1 MB (24118219 bytes) ### Layers (8) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `0e32cd2d9147f97c45178c51001c763210da6231268603a72c087c0fc99fbd71` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:50:37 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `775db5b1f29c73321235cfd25e059aade972f1c1769464464415e0fee154aab2` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:50:37 GMT - Parent Layer: `0e32cd2d9147f97c45178c51001c763210da6231268603a72c087c0fc99fbd71` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6a43d2f87bc4b283279ca2bfd6a63b03bcf2149a3331e1eb4ccee8c85a3a5a83` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:50:38 GMT - Parent Layer: `775db5b1f29c73321235cfd25e059aade972f1c1769464464415e0fee154aab2` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `102e183804817b920639fb66cdbe3dbd586107beba99944492a751286d9b062e` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps .fetch-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:53:07 GMT - Parent Layer: `6a43d2f87bc4b283279ca2bfd6a63b03bcf2149a3331e1eb4ccee8c85a3a5a83` - Docker Version: 1.9.1 - Virtual Size: 73.8 MB (73842320 bytes) - v2 Blob: `sha256:c9ccfd6fdb30358422aa6d2f54500ccd2fe14597a6219fb09e1d8cc7af99ef90` - v2 Content-Length: 21.8 MB (21797963 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:52:18 GMT #### `c35d6b32e26804a71691cae1870c7deca65866187a70263d094d31bfe042a002` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:53:10 GMT - Parent Layer: `102e183804817b920639fb66cdbe3dbd586107beba99944492a751286d9b062e` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:ae4e70013fe3c0fad31a246de994b2c5e025a108a5105e30044955323c3c77a5` - v2 Content-Length: 226.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:52:04 GMT #### `283b7cdcd111c046aa823887a4cbb08558a0618bce5a10d328c14390af372d53` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:53:11 GMT - Parent Layer: `c35d6b32e26804a71691cae1870c7deca65866187a70263d094d31bfe042a002` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3-alpine` ```console $ docker pull library/python@sha256:4008f9f5bfa2148b5e7d9670ddd80c54176c89a800d986a6a377f5e52b24e5f1 ``` - Total Virtual Size: 78.6 MB (78640415 bytes) - Total v2 Content-Length: 24.1 MB (24118219 bytes) ### Layers (8) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `0e32cd2d9147f97c45178c51001c763210da6231268603a72c087c0fc99fbd71` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:50:37 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `775db5b1f29c73321235cfd25e059aade972f1c1769464464415e0fee154aab2` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:50:37 GMT - Parent Layer: `0e32cd2d9147f97c45178c51001c763210da6231268603a72c087c0fc99fbd71` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6a43d2f87bc4b283279ca2bfd6a63b03bcf2149a3331e1eb4ccee8c85a3a5a83` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:50:38 GMT - Parent Layer: `775db5b1f29c73321235cfd25e059aade972f1c1769464464415e0fee154aab2` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `102e183804817b920639fb66cdbe3dbd586107beba99944492a751286d9b062e` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps .fetch-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 03:53:07 GMT - Parent Layer: `6a43d2f87bc4b283279ca2bfd6a63b03bcf2149a3331e1eb4ccee8c85a3a5a83` - Docker Version: 1.9.1 - Virtual Size: 73.8 MB (73842320 bytes) - v2 Blob: `sha256:c9ccfd6fdb30358422aa6d2f54500ccd2fe14597a6219fb09e1d8cc7af99ef90` - v2 Content-Length: 21.8 MB (21797963 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:52:18 GMT #### `c35d6b32e26804a71691cae1870c7deca65866187a70263d094d31bfe042a002` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:53:10 GMT - Parent Layer: `102e183804817b920639fb66cdbe3dbd586107beba99944492a751286d9b062e` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:ae4e70013fe3c0fad31a246de994b2c5e025a108a5105e30044955323c3c77a5` - v2 Content-Length: 226.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:52:04 GMT #### `283b7cdcd111c046aa823887a4cbb08558a0618bce5a10d328c14390af372d53` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:53:11 GMT - Parent Layer: `c35d6b32e26804a71691cae1870c7deca65866187a70263d094d31bfe042a002` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3.6-wheezy` ```console $ docker pull library/python@sha256:3fe3737aa51dced765efa43747768330b1c0a915d0bce2cbe674e14af0097734 ``` - Total Virtual Size: 532.1 MB (532078130 bytes) - Total v2 Content-Length: 196.7 MB (196650759 bytes) ### Layers (13) #### `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` ```dockerfile ADD file:bd83e102cf31aadb2353a1b02865a717ef3179916fc5b6a8af7924253aa1e7f3 in / ``` - Created: Mon, 04 Apr 2016 22:03:32 GMT - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84891449 bytes) - v2 Blob: `sha256:8dddc0afbe0abc844e818a9a5a15d71d99e7480a2e53a0c54dde39fedae85a15` - v2 Content-Length: 37.2 MB (37192252 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:07:10 GMT #### `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:03:35 GMT - Parent Layer: `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:16:35 GMT - Parent Layer: `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` - Docker Version: 1.9.1 - Virtual Size: 14.2 MB (14169668 bytes) - v2 Blob: `sha256:bdf00ab6c5c963e5e205cff7dd0893ea2d3dfe1fd3b53a5895a8c393befabacd` - v2 Content-Length: 6.7 MB (6725045 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:29:54 GMT #### `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:17:11 GMT - Parent Layer: `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` - Docker Version: 1.9.1 - Virtual Size: 110.0 MB (110009151 bytes) - v2 Blob: `sha256:a00f11f594162971e3d05c0491d5d03c95db4bdfbb825baa8fc150151e48d14f` - v2 Content-Length: 37.4 MB (37361148 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:30:45 GMT #### `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:18:21 GMT - Parent Layer: `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` - Docker Version: 1.9.1 - Virtual Size: 250.6 MB (250584674 bytes) - v2 Blob: `sha256:0ca8506d771021cd18a22e7c4e20022c444d9d7fd174fb6e223d3f1b19ad88cb` - v2 Content-Length: 94.3 MB (94311444 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:31:34 GMT #### `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:40:27 GMT - Parent Layer: `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` - Docker Version: 1.9.1 - Virtual Size: 843.2 KB (843153 bytes) - v2 Blob: `sha256:af546723aa04219c8438dbad193a076eeb40c8985f1040c5ccf1f8855d0e1e5a` - v2 Content-Length: 198.4 KB (198428 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:33 GMT #### `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b20e34556cdd01cc0a4113120007e52a4c18c77f9dcd1ff923982cd55e5ebbd3` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:53:39 GMT - Parent Layer: `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b848e2cf18ee79a24f4d7d5554aa7e3b5fd7363bc064444ea94afdf52c6ee187` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:53:40 GMT - Parent Layer: `b20e34556cdd01cc0a4113120007e52a4c18c77f9dcd1ff923982cd55e5ebbd3` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9777db7e804b705190f00fc31d20e863a91d5812b307e934ad083534406a51ad` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:53:40 GMT - Parent Layer: `b848e2cf18ee79a24f4d7d5554aa7e3b5fd7363bc064444ea94afdf52c6ee187` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `bfde7b762a193339dc5ded32f1eac815e1a39666a1bf28a1487b5e7c7b156d8f` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:55:51 GMT - Parent Layer: `9777db7e804b705190f00fc31d20e863a91d5812b307e934ad083534406a51ad` - Docker Version: 1.9.1 - Virtual Size: 71.6 MB (71580003 bytes) - v2 Blob: `sha256:032f7e832ac081ed737547deb0ccdbc6bde6ba0015a99821f9930369a6b1dbaf` - v2 Content-Length: 20.9 MB (20862017 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:52:51 GMT #### `e6d47e5326f3d89c5a2b063289f1267f79c6e9bbcb1e9638997e048c32dc4fa2` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:55:53 GMT - Parent Layer: `bfde7b762a193339dc5ded32f1eac815e1a39666a1bf28a1487b5e7c7b156d8f` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:47bb137a1197772036d9ca1f0dab2beb4596f757df2aafba08e1ae65756f8a2a` - v2 Content-Length: 233.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:52:37 GMT #### `53275a1815aed2f0125c75145ad7427ab1c8833422d250720cac0e0bcc457e6d` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:55:53 GMT - Parent Layer: `e6d47e5326f3d89c5a2b063289f1267f79c6e9bbcb1e9638997e048c32dc4fa2` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.3-wheezy` ```console $ docker pull library/python@sha256:13504c4a349e5fd4f580f47631a03ab88d808823bc3e791507ec590c6dda4177 ``` - Total Virtual Size: 532.1 MB (532078130 bytes) - Total v2 Content-Length: 196.7 MB (196650759 bytes) ### Layers (13) #### `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` ```dockerfile ADD file:bd83e102cf31aadb2353a1b02865a717ef3179916fc5b6a8af7924253aa1e7f3 in / ``` - Created: Mon, 04 Apr 2016 22:03:32 GMT - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84891449 bytes) - v2 Blob: `sha256:8dddc0afbe0abc844e818a9a5a15d71d99e7480a2e53a0c54dde39fedae85a15` - v2 Content-Length: 37.2 MB (37192252 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:07:10 GMT #### `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:03:35 GMT - Parent Layer: `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:16:35 GMT - Parent Layer: `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` - Docker Version: 1.9.1 - Virtual Size: 14.2 MB (14169668 bytes) - v2 Blob: `sha256:bdf00ab6c5c963e5e205cff7dd0893ea2d3dfe1fd3b53a5895a8c393befabacd` - v2 Content-Length: 6.7 MB (6725045 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:29:54 GMT #### `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:17:11 GMT - Parent Layer: `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` - Docker Version: 1.9.1 - Virtual Size: 110.0 MB (110009151 bytes) - v2 Blob: `sha256:a00f11f594162971e3d05c0491d5d03c95db4bdfbb825baa8fc150151e48d14f` - v2 Content-Length: 37.4 MB (37361148 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:30:45 GMT #### `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:18:21 GMT - Parent Layer: `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` - Docker Version: 1.9.1 - Virtual Size: 250.6 MB (250584674 bytes) - v2 Blob: `sha256:0ca8506d771021cd18a22e7c4e20022c444d9d7fd174fb6e223d3f1b19ad88cb` - v2 Content-Length: 94.3 MB (94311444 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:31:34 GMT #### `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:40:27 GMT - Parent Layer: `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` - Docker Version: 1.9.1 - Virtual Size: 843.2 KB (843153 bytes) - v2 Blob: `sha256:af546723aa04219c8438dbad193a076eeb40c8985f1040c5ccf1f8855d0e1e5a` - v2 Content-Length: 198.4 KB (198428 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:33 GMT #### `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b20e34556cdd01cc0a4113120007e52a4c18c77f9dcd1ff923982cd55e5ebbd3` ```dockerfile ENV GPG_KEY=26DEA9D4613391EF3E25C9FF0A5B101836580288 ``` - Created: Tue, 05 Apr 2016 03:53:39 GMT - Parent Layer: `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b848e2cf18ee79a24f4d7d5554aa7e3b5fd7363bc064444ea94afdf52c6ee187` ```dockerfile ENV PYTHON_VERSION=3.3.6 ``` - Created: Tue, 05 Apr 2016 03:53:40 GMT - Parent Layer: `b20e34556cdd01cc0a4113120007e52a4c18c77f9dcd1ff923982cd55e5ebbd3` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9777db7e804b705190f00fc31d20e863a91d5812b307e934ad083534406a51ad` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:53:40 GMT - Parent Layer: `b848e2cf18ee79a24f4d7d5554aa7e3b5fd7363bc064444ea94afdf52c6ee187` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `bfde7b762a193339dc5ded32f1eac815e1a39666a1bf28a1487b5e7c7b156d8f` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \ && pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:55:51 GMT - Parent Layer: `9777db7e804b705190f00fc31d20e863a91d5812b307e934ad083534406a51ad` - Docker Version: 1.9.1 - Virtual Size: 71.6 MB (71580003 bytes) - v2 Blob: `sha256:032f7e832ac081ed737547deb0ccdbc6bde6ba0015a99821f9930369a6b1dbaf` - v2 Content-Length: 20.9 MB (20862017 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:52:51 GMT #### `e6d47e5326f3d89c5a2b063289f1267f79c6e9bbcb1e9638997e048c32dc4fa2` ```dockerfile RUN cd /usr/local/bin \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:55:53 GMT - Parent Layer: `bfde7b762a193339dc5ded32f1eac815e1a39666a1bf28a1487b5e7c7b156d8f` - Docker Version: 1.9.1 - Virtual Size: 32.0 B - v2 Blob: `sha256:47bb137a1197772036d9ca1f0dab2beb4596f757df2aafba08e1ae65756f8a2a` - v2 Content-Length: 233.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:52:37 GMT #### `53275a1815aed2f0125c75145ad7427ab1c8833422d250720cac0e0bcc457e6d` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:55:53 GMT - Parent Layer: `e6d47e5326f3d89c5a2b063289f1267f79c6e9bbcb1e9638997e048c32dc4fa2` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4.4` ```console $ docker pull library/python@sha256:af2a62c1135aa5a435cea1f407af106eb634d8ac2cfbf51b851c882a87754fe6 ``` - Total Virtual Size: 686.3 MB (686330587 bytes) - Total v2 Content-Length: 263.2 MB (263232681 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `ac7594627ead5a241653dc6770653d2eaeefe4efe6702c234ebc73e0352e10b0` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 03:56:25 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `74a2ae3fd77f35ff6b19586ed0d568c560a06072589b40d455877bf535332efa` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:56:26 GMT - Parent Layer: `ac7594627ead5a241653dc6770653d2eaeefe4efe6702c234ebc73e0352e10b0` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `8cdcce1e5538b522f909e5d2f1508edc68ab8f8d18d9e150228fd9e8f5f2856f` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:58:56 GMT - Parent Layer: `74a2ae3fd77f35ff6b19586ed0d568c560a06072589b40d455877bf535332efa` - Docker Version: 1.9.1 - Virtual Size: 78.7 MB (78710259 bytes) - v2 Blob: `sha256:138e0899e32985737a0a810c5b5037695e389fd9f807bda77e88abfda8b4ee21` - v2 Content-Length: 22.0 MB (22021722 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 16:01:02 GMT #### `c7e1fa37bfba9d7391c9be49d1dc046b67feb4aa858e752ac36479b01e48937f` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:58:58 GMT - Parent Layer: `8cdcce1e5538b522f909e5d2f1508edc68ab8f8d18d9e150228fd9e8f5f2856f` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:e9b5e4a3b8c93b280e963d5a80a1acc0016ff7f670fe0264645cfa8c3562fac6` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 16:00:44 GMT #### `dd5d10bb3cf67a4055d9ad5d11cf81a17bb8e923df5c4d83649889a11ac7ec5f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:58:59 GMT - Parent Layer: `c7e1fa37bfba9d7391c9be49d1dc046b67feb4aa858e752ac36479b01e48937f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4` ```console $ docker pull library/python@sha256:0ba9c789e83113536199e9021a9a487ce99091de2a3b6734d6066b556e6a9332 ``` - Total Virtual Size: 686.3 MB (686330587 bytes) - Total v2 Content-Length: 263.2 MB (263232681 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `ac7594627ead5a241653dc6770653d2eaeefe4efe6702c234ebc73e0352e10b0` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 03:56:25 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `74a2ae3fd77f35ff6b19586ed0d568c560a06072589b40d455877bf535332efa` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:56:26 GMT - Parent Layer: `ac7594627ead5a241653dc6770653d2eaeefe4efe6702c234ebc73e0352e10b0` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `8cdcce1e5538b522f909e5d2f1508edc68ab8f8d18d9e150228fd9e8f5f2856f` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:58:56 GMT - Parent Layer: `74a2ae3fd77f35ff6b19586ed0d568c560a06072589b40d455877bf535332efa` - Docker Version: 1.9.1 - Virtual Size: 78.7 MB (78710259 bytes) - v2 Blob: `sha256:138e0899e32985737a0a810c5b5037695e389fd9f807bda77e88abfda8b4ee21` - v2 Content-Length: 22.0 MB (22021722 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 16:01:02 GMT #### `c7e1fa37bfba9d7391c9be49d1dc046b67feb4aa858e752ac36479b01e48937f` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:58:58 GMT - Parent Layer: `8cdcce1e5538b522f909e5d2f1508edc68ab8f8d18d9e150228fd9e8f5f2856f` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:e9b5e4a3b8c93b280e963d5a80a1acc0016ff7f670fe0264645cfa8c3562fac6` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 16:00:44 GMT #### `dd5d10bb3cf67a4055d9ad5d11cf81a17bb8e923df5c4d83649889a11ac7ec5f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:58:59 GMT - Parent Layer: `c7e1fa37bfba9d7391c9be49d1dc046b67feb4aa858e752ac36479b01e48937f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4.4-onbuild` ```console $ docker pull library/python@sha256:c60e105d98e7a82c1f5a255dc436e699aff4d0a5edbc5fef44f881fc48b12cfa ``` - Total Virtual Size: 686.3 MB (686330587 bytes) - Total v2 Content-Length: 263.2 MB (263232936 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `ac7594627ead5a241653dc6770653d2eaeefe4efe6702c234ebc73e0352e10b0` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 03:56:25 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `74a2ae3fd77f35ff6b19586ed0d568c560a06072589b40d455877bf535332efa` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:56:26 GMT - Parent Layer: `ac7594627ead5a241653dc6770653d2eaeefe4efe6702c234ebc73e0352e10b0` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `8cdcce1e5538b522f909e5d2f1508edc68ab8f8d18d9e150228fd9e8f5f2856f` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:58:56 GMT - Parent Layer: `74a2ae3fd77f35ff6b19586ed0d568c560a06072589b40d455877bf535332efa` - Docker Version: 1.9.1 - Virtual Size: 78.7 MB (78710259 bytes) - v2 Blob: `sha256:138e0899e32985737a0a810c5b5037695e389fd9f807bda77e88abfda8b4ee21` - v2 Content-Length: 22.0 MB (22021722 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 16:01:02 GMT #### `c7e1fa37bfba9d7391c9be49d1dc046b67feb4aa858e752ac36479b01e48937f` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:58:58 GMT - Parent Layer: `8cdcce1e5538b522f909e5d2f1508edc68ab8f8d18d9e150228fd9e8f5f2856f` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:e9b5e4a3b8c93b280e963d5a80a1acc0016ff7f670fe0264645cfa8c3562fac6` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 16:00:44 GMT #### `dd5d10bb3cf67a4055d9ad5d11cf81a17bb8e923df5c4d83649889a11ac7ec5f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:58:59 GMT - Parent Layer: `c7e1fa37bfba9d7391c9be49d1dc046b67feb4aa858e752ac36479b01e48937f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cbf64f4e25498285212f214b35156488437a07c0223d42713cc0bdcdb4782bfc` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:59:22 GMT - Parent Layer: `dd5d10bb3cf67a4055d9ad5d11cf81a17bb8e923df5c4d83649889a11ac7ec5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:03d2f44f908c5311f591fcc9961de8224b3ae8f96c38cf01d625c6d330a199f2` - v2 Content-Length: 127.0 B - v2 Last-Modified: Tue, 05 Apr 2016 16:00:36 GMT #### `e6bdf04355f0de4a00cb2ca7a19f8384bdd626d5b2379b382d6c2c7d89a98b21` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:59:23 GMT - Parent Layer: `cbf64f4e25498285212f214b35156488437a07c0223d42713cc0bdcdb4782bfc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `339a22ef4f1c16e3b167aa230dc58341371459b6bf36a31557867be4d25811b3` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 03:59:23 GMT - Parent Layer: `e6bdf04355f0de4a00cb2ca7a19f8384bdd626d5b2379b382d6c2c7d89a98b21` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `ddd4066ba7b46895e29ae43638c31ae93d82b66a8bf2b6460b070dec3f3de204` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 03:59:24 GMT - Parent Layer: `339a22ef4f1c16e3b167aa230dc58341371459b6bf36a31557867be4d25811b3` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5955e7d96c83de7092d82553266776fc8ac5e00d1bc1dea7cb06ed6abd2310ff` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:59:25 GMT - Parent Layer: `ddd4066ba7b46895e29ae43638c31ae93d82b66a8bf2b6460b070dec3f3de204` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4-onbuild` ```console $ docker pull library/python@sha256:8d8a949264bc5313f0a14eb1fd5fdf35a83a970c62443b5449fa969b9e046ff0 ``` - Total Virtual Size: 686.3 MB (686330587 bytes) - Total v2 Content-Length: 263.2 MB (263232936 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `ac7594627ead5a241653dc6770653d2eaeefe4efe6702c234ebc73e0352e10b0` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 03:56:25 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `74a2ae3fd77f35ff6b19586ed0d568c560a06072589b40d455877bf535332efa` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:56:26 GMT - Parent Layer: `ac7594627ead5a241653dc6770653d2eaeefe4efe6702c234ebc73e0352e10b0` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `8cdcce1e5538b522f909e5d2f1508edc68ab8f8d18d9e150228fd9e8f5f2856f` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 03:58:56 GMT - Parent Layer: `74a2ae3fd77f35ff6b19586ed0d568c560a06072589b40d455877bf535332efa` - Docker Version: 1.9.1 - Virtual Size: 78.7 MB (78710259 bytes) - v2 Blob: `sha256:138e0899e32985737a0a810c5b5037695e389fd9f807bda77e88abfda8b4ee21` - v2 Content-Length: 22.0 MB (22021722 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 16:01:02 GMT #### `c7e1fa37bfba9d7391c9be49d1dc046b67feb4aa858e752ac36479b01e48937f` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 03:58:58 GMT - Parent Layer: `8cdcce1e5538b522f909e5d2f1508edc68ab8f8d18d9e150228fd9e8f5f2856f` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:e9b5e4a3b8c93b280e963d5a80a1acc0016ff7f670fe0264645cfa8c3562fac6` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 16:00:44 GMT #### `dd5d10bb3cf67a4055d9ad5d11cf81a17bb8e923df5c4d83649889a11ac7ec5f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 03:58:59 GMT - Parent Layer: `c7e1fa37bfba9d7391c9be49d1dc046b67feb4aa858e752ac36479b01e48937f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cbf64f4e25498285212f214b35156488437a07c0223d42713cc0bdcdb4782bfc` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:59:22 GMT - Parent Layer: `dd5d10bb3cf67a4055d9ad5d11cf81a17bb8e923df5c4d83649889a11ac7ec5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:03d2f44f908c5311f591fcc9961de8224b3ae8f96c38cf01d625c6d330a199f2` - v2 Content-Length: 127.0 B - v2 Last-Modified: Tue, 05 Apr 2016 16:00:36 GMT #### `e6bdf04355f0de4a00cb2ca7a19f8384bdd626d5b2379b382d6c2c7d89a98b21` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:59:23 GMT - Parent Layer: `cbf64f4e25498285212f214b35156488437a07c0223d42713cc0bdcdb4782bfc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `339a22ef4f1c16e3b167aa230dc58341371459b6bf36a31557867be4d25811b3` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 03:59:23 GMT - Parent Layer: `e6bdf04355f0de4a00cb2ca7a19f8384bdd626d5b2379b382d6c2c7d89a98b21` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `ddd4066ba7b46895e29ae43638c31ae93d82b66a8bf2b6460b070dec3f3de204` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 03:59:24 GMT - Parent Layer: `339a22ef4f1c16e3b167aa230dc58341371459b6bf36a31557867be4d25811b3` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5955e7d96c83de7092d82553266776fc8ac5e00d1bc1dea7cb06ed6abd2310ff` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 03:59:25 GMT - Parent Layer: `ddd4066ba7b46895e29ae43638c31ae93d82b66a8bf2b6460b070dec3f3de204` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4.4-slim` ```console $ docker pull library/python@sha256:6be7f6a753613c50a148e2209e1b145d5a1cd9aa269df20f0e70c1282d25ceac ``` - Total Virtual Size: 215.5 MB (215478457 bytes) - Total v2 Content-Length: 78.8 MB (78765775 bytes) ### Layers (11) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:59:50 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `f6e5f89cd083655c1902e2b391d4af4a2e4b583b05ab0a5085ffeb13a66297ce` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 03:59:51 GMT - Parent Layer: `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4f2af1711b7bb5ff184a579e6da7a92db489f002bdf823eee975d52a01b8c4a0` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:59:51 GMT - Parent Layer: `f6e5f89cd083655c1902e2b391d4af4a2e4b583b05ab0a5085ffeb13a66297ce` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `57d3c2c6f74516e77344f5c8b0c276dabccfeb717b08eb1a95211219fb13f2a6` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:03:36 GMT - Parent Layer: `4f2af1711b7bb5ff184a579e6da7a92db489f002bdf823eee975d52a01b8c4a0` - Docker Version: 1.9.1 - Virtual Size: 83.1 MB (83067017 bytes) - v2 Blob: `sha256:7598c33f0d3b07d7483e78eb95ecbac320d2120681c11c6d7690500b1f7d1648` - v2 Content-Length: 24.1 MB (24114388 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:59:03 GMT #### `9c2fbdfa4dc948c12d3c5e5fc92b01cf5020841dd8aa5054079546b031404621` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:03:38 GMT - Parent Layer: `57d3c2c6f74516e77344f5c8b0c276dabccfeb717b08eb1a95211219fb13f2a6` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:56966e12caa5d2a1517f66493c6b10f546fc1189492657a12e5cc52d254435ff` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 15:58:48 GMT #### `4343141f4eadd05874e527cf1fcc3bc340afe14496d09c49f8b71f409792905a` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:03:39 GMT - Parent Layer: `9c2fbdfa4dc948c12d3c5e5fc92b01cf5020841dd8aa5054079546b031404621` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4-slim` ```console $ docker pull library/python@sha256:198f1bf69f78dc40b76fbe34e408a3cf9e8bec0cfb62fc20838cad68fd103ae5 ``` - Total Virtual Size: 215.5 MB (215478457 bytes) - Total v2 Content-Length: 78.8 MB (78765775 bytes) ### Layers (11) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:59:50 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `f6e5f89cd083655c1902e2b391d4af4a2e4b583b05ab0a5085ffeb13a66297ce` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 03:59:51 GMT - Parent Layer: `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4f2af1711b7bb5ff184a579e6da7a92db489f002bdf823eee975d52a01b8c4a0` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 03:59:51 GMT - Parent Layer: `f6e5f89cd083655c1902e2b391d4af4a2e4b583b05ab0a5085ffeb13a66297ce` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `57d3c2c6f74516e77344f5c8b0c276dabccfeb717b08eb1a95211219fb13f2a6` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:03:36 GMT - Parent Layer: `4f2af1711b7bb5ff184a579e6da7a92db489f002bdf823eee975d52a01b8c4a0` - Docker Version: 1.9.1 - Virtual Size: 83.1 MB (83067017 bytes) - v2 Blob: `sha256:7598c33f0d3b07d7483e78eb95ecbac320d2120681c11c6d7690500b1f7d1648` - v2 Content-Length: 24.1 MB (24114388 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:59:03 GMT #### `9c2fbdfa4dc948c12d3c5e5fc92b01cf5020841dd8aa5054079546b031404621` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:03:38 GMT - Parent Layer: `57d3c2c6f74516e77344f5c8b0c276dabccfeb717b08eb1a95211219fb13f2a6` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:56966e12caa5d2a1517f66493c6b10f546fc1189492657a12e5cc52d254435ff` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 15:58:48 GMT #### `4343141f4eadd05874e527cf1fcc3bc340afe14496d09c49f8b71f409792905a` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:03:39 GMT - Parent Layer: `9c2fbdfa4dc948c12d3c5e5fc92b01cf5020841dd8aa5054079546b031404621` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4.4-alpine` ```console $ docker pull library/python@sha256:14a7aad466a44915857d65f5874129baddfd8c1b11711497d696054c6218f936 ``` - Total Virtual Size: 84.8 MB (84802211 bytes) - Total v2 Content-Length: 25.2 MB (25225646 bytes) ### Layers (8) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 04:04:10 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `dcd81cf96aad1fb4610dfc732ee7b7cfac70a4830da3dac247d10b2e631e613d` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 04:04:10 GMT - Parent Layer: `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9540206b8b632cfcb2c3cc9cf0f537f3c288a4621ffffb006beb4170e5b92795` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:04:11 GMT - Parent Layer: `dcd81cf96aad1fb4610dfc732ee7b7cfac70a4830da3dac247d10b2e631e613d` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `15f42435f8188519f6d15d3b2d658b5978d417b318385afe5e339febf9e2a59f` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk del .fetch-deps \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:06:44 GMT - Parent Layer: `9540206b8b632cfcb2c3cc9cf0f537f3c288a4621ffffb006beb4170e5b92795` - Docker Version: 1.9.1 - Virtual Size: 80.0 MB (80004100 bytes) - v2 Blob: `sha256:13eb79f5a7a267149ef37c8c5b758253cec5a00b594092a451475be0a69c2d85` - v2 Content-Length: 22.9 MB (22905357 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:54:56 GMT #### `2187874e84826155b3be97fa0c12d1e13537515dbc89d80949954cee8174e760` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:06:47 GMT - Parent Layer: `15f42435f8188519f6d15d3b2d658b5978d417b318385afe5e339febf9e2a59f` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:167d506ed8de3f31237cea5959d0af0c038560e343bd21cb3b7dac2ea0beff0e` - v2 Content-Length: 259.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:54:30 GMT #### `1c48cac329783dafb76096387484ce573a65b716497f731253a4feac89cec77d` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:06:47 GMT - Parent Layer: `2187874e84826155b3be97fa0c12d1e13537515dbc89d80949954cee8174e760` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4-alpine` ```console $ docker pull library/python@sha256:5dc7aa0e84244d252154909ff19b878cf8da0dd9aa2f7145ddcd20f1dfa658c6 ``` - Total Virtual Size: 84.8 MB (84802211 bytes) - Total v2 Content-Length: 25.2 MB (25225646 bytes) ### Layers (8) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 04:04:10 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `dcd81cf96aad1fb4610dfc732ee7b7cfac70a4830da3dac247d10b2e631e613d` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 04:04:10 GMT - Parent Layer: `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9540206b8b632cfcb2c3cc9cf0f537f3c288a4621ffffb006beb4170e5b92795` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:04:11 GMT - Parent Layer: `dcd81cf96aad1fb4610dfc732ee7b7cfac70a4830da3dac247d10b2e631e613d` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `15f42435f8188519f6d15d3b2d658b5978d417b318385afe5e339febf9e2a59f` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk del .fetch-deps \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:06:44 GMT - Parent Layer: `9540206b8b632cfcb2c3cc9cf0f537f3c288a4621ffffb006beb4170e5b92795` - Docker Version: 1.9.1 - Virtual Size: 80.0 MB (80004100 bytes) - v2 Blob: `sha256:13eb79f5a7a267149ef37c8c5b758253cec5a00b594092a451475be0a69c2d85` - v2 Content-Length: 22.9 MB (22905357 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:54:56 GMT #### `2187874e84826155b3be97fa0c12d1e13537515dbc89d80949954cee8174e760` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:06:47 GMT - Parent Layer: `15f42435f8188519f6d15d3b2d658b5978d417b318385afe5e339febf9e2a59f` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:167d506ed8de3f31237cea5959d0af0c038560e343bd21cb3b7dac2ea0beff0e` - v2 Content-Length: 259.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:54:30 GMT #### `1c48cac329783dafb76096387484ce573a65b716497f731253a4feac89cec77d` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:06:47 GMT - Parent Layer: `2187874e84826155b3be97fa0c12d1e13537515dbc89d80949954cee8174e760` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4.4-wheezy` ```console $ docker pull library/python@sha256:0510418ca6a25ee1b04b6412cc887fee05c21acbeb613dbdc3f259bfc7c1d7db ``` - Total Virtual Size: 538.2 MB (538170309 bytes) - Total v2 Content-Length: 197.8 MB (197778433 bytes) ### Layers (13) #### `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` ```dockerfile ADD file:bd83e102cf31aadb2353a1b02865a717ef3179916fc5b6a8af7924253aa1e7f3 in / ``` - Created: Mon, 04 Apr 2016 22:03:32 GMT - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84891449 bytes) - v2 Blob: `sha256:8dddc0afbe0abc844e818a9a5a15d71d99e7480a2e53a0c54dde39fedae85a15` - v2 Content-Length: 37.2 MB (37192252 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:07:10 GMT #### `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:03:35 GMT - Parent Layer: `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:16:35 GMT - Parent Layer: `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` - Docker Version: 1.9.1 - Virtual Size: 14.2 MB (14169668 bytes) - v2 Blob: `sha256:bdf00ab6c5c963e5e205cff7dd0893ea2d3dfe1fd3b53a5895a8c393befabacd` - v2 Content-Length: 6.7 MB (6725045 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:29:54 GMT #### `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:17:11 GMT - Parent Layer: `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` - Docker Version: 1.9.1 - Virtual Size: 110.0 MB (110009151 bytes) - v2 Blob: `sha256:a00f11f594162971e3d05c0491d5d03c95db4bdfbb825baa8fc150151e48d14f` - v2 Content-Length: 37.4 MB (37361148 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:30:45 GMT #### `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:18:21 GMT - Parent Layer: `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` - Docker Version: 1.9.1 - Virtual Size: 250.6 MB (250584674 bytes) - v2 Blob: `sha256:0ca8506d771021cd18a22e7c4e20022c444d9d7fd174fb6e223d3f1b19ad88cb` - v2 Content-Length: 94.3 MB (94311444 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:31:34 GMT #### `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:40:27 GMT - Parent Layer: `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` - Docker Version: 1.9.1 - Virtual Size: 843.2 KB (843153 bytes) - v2 Blob: `sha256:af546723aa04219c8438dbad193a076eeb40c8985f1040c5ccf1f8855d0e1e5a` - v2 Content-Length: 198.4 KB (198428 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:33 GMT #### `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4aa29133bbba6762d716398c0dfdda6da1bb8b3473ddf3daeabaeade71e5b39d` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 04:07:15 GMT - Parent Layer: `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `2815c130f20116eabdadf2ea2a298fe44d5c677faf31dccdebf522c8a40e9707` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 04:07:16 GMT - Parent Layer: `4aa29133bbba6762d716398c0dfdda6da1bb8b3473ddf3daeabaeade71e5b39d` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6302c51417578ec447e4bba62f6c38f91ba0cd8a6835db9004f7395384f19399` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:07:17 GMT - Parent Layer: `2815c130f20116eabdadf2ea2a298fe44d5c677faf31dccdebf522c8a40e9707` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4bde2c415d5a23030fdba379661be3e59049d6cb58c97d54a6fc842d2068f534` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:09:33 GMT - Parent Layer: `6302c51417578ec447e4bba62f6c38f91ba0cd8a6835db9004f7395384f19399` - Docker Version: 1.9.1 - Virtual Size: 77.7 MB (77672166 bytes) - v2 Blob: `sha256:820c48dd40abfb3c068c79a88c8e87ec5194efd68fad3362d7c3c2820c13d33e` - v2 Content-Length: 22.0 MB (21989657 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:55:41 GMT #### `c360aa9b054611f36f0118cf3fcaa8998802a16d99b12e0cd86a3084477e6a60` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:09:35 GMT - Parent Layer: `4bde2c415d5a23030fdba379661be3e59049d6cb58c97d54a6fc842d2068f534` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:65bb66534ebc74470080c20244ea58d7ed5705523e3f107614f131a9deb38139` - v2 Content-Length: 267.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:55:27 GMT #### `577d1c75c29fc4db91cb01fe4adf1aa53ea2edc953da9b04606ea74a32e19149` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:09:36 GMT - Parent Layer: `c360aa9b054611f36f0118cf3fcaa8998802a16d99b12e0cd86a3084477e6a60` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.4-wheezy` ```console $ docker pull library/python@sha256:bbe11b897caaa70ca67eda2a718161d79c8d2d268f5c841fee891a810cc4644b ``` - Total Virtual Size: 538.2 MB (538170309 bytes) - Total v2 Content-Length: 197.8 MB (197778433 bytes) ### Layers (13) #### `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` ```dockerfile ADD file:bd83e102cf31aadb2353a1b02865a717ef3179916fc5b6a8af7924253aa1e7f3 in / ``` - Created: Mon, 04 Apr 2016 22:03:32 GMT - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84891449 bytes) - v2 Blob: `sha256:8dddc0afbe0abc844e818a9a5a15d71d99e7480a2e53a0c54dde39fedae85a15` - v2 Content-Length: 37.2 MB (37192252 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:07:10 GMT #### `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:03:35 GMT - Parent Layer: `9fafa3dabe69e6ad1edb960c498259c4667e4fa5c7aa3e8a844647a0195f29a9` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:16:35 GMT - Parent Layer: `55dd8b5410fd7f1cc941ae9d1a8b49c6c8d672223edb1287a71d2b55bedd57d7` - Docker Version: 1.9.1 - Virtual Size: 14.2 MB (14169668 bytes) - v2 Blob: `sha256:bdf00ab6c5c963e5e205cff7dd0893ea2d3dfe1fd3b53a5895a8c393befabacd` - v2 Content-Length: 6.7 MB (6725045 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:29:54 GMT #### `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:17:11 GMT - Parent Layer: `147f96be748d73a1e812e23170f898b41fb847f543412556b4a432e6b4cb0a66` - Docker Version: 1.9.1 - Virtual Size: 110.0 MB (110009151 bytes) - v2 Blob: `sha256:a00f11f594162971e3d05c0491d5d03c95db4bdfbb825baa8fc150151e48d14f` - v2 Content-Length: 37.4 MB (37361148 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:30:45 GMT #### `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:18:21 GMT - Parent Layer: `07a3a0dbcac35f80935311f4f2f7327650068ae984576de49293e97698aefca9` - Docker Version: 1.9.1 - Virtual Size: 250.6 MB (250584674 bytes) - v2 Blob: `sha256:0ca8506d771021cd18a22e7c4e20022c444d9d7fd174fb6e223d3f1b19ad88cb` - v2 Content-Length: 94.3 MB (94311444 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:31:34 GMT #### `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:40:27 GMT - Parent Layer: `6f6350b547093aedac608c61b28dbc0ac1c38a05a62879e3bc2e10c931fde9c8` - Docker Version: 1.9.1 - Virtual Size: 843.2 KB (843153 bytes) - v2 Blob: `sha256:af546723aa04219c8438dbad193a076eeb40c8985f1040c5ccf1f8855d0e1e5a` - v2 Content-Length: 198.4 KB (198428 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:48:33 GMT #### `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:40:28 GMT - Parent Layer: `061c7d87a2e92b40ff2312c4861d18d08968f0c007ec0938b2d5df862de60eae` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4aa29133bbba6762d716398c0dfdda6da1bb8b3473ddf3daeabaeade71e5b39d` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 04:07:15 GMT - Parent Layer: `862a96a04071365f896f725c0f96465095e601ccc3556f9326e2b5c97b02e469` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `2815c130f20116eabdadf2ea2a298fe44d5c677faf31dccdebf522c8a40e9707` ```dockerfile ENV PYTHON_VERSION=3.4.4 ``` - Created: Tue, 05 Apr 2016 04:07:16 GMT - Parent Layer: `4aa29133bbba6762d716398c0dfdda6da1bb8b3473ddf3daeabaeade71e5b39d` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6302c51417578ec447e4bba62f6c38f91ba0cd8a6835db9004f7395384f19399` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:07:17 GMT - Parent Layer: `2815c130f20116eabdadf2ea2a298fe44d5c677faf31dccdebf522c8a40e9707` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4bde2c415d5a23030fdba379661be3e59049d6cb58c97d54a6fc842d2068f534` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:09:33 GMT - Parent Layer: `6302c51417578ec447e4bba62f6c38f91ba0cd8a6835db9004f7395384f19399` - Docker Version: 1.9.1 - Virtual Size: 77.7 MB (77672166 bytes) - v2 Blob: `sha256:820c48dd40abfb3c068c79a88c8e87ec5194efd68fad3362d7c3c2820c13d33e` - v2 Content-Length: 22.0 MB (21989657 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:55:41 GMT #### `c360aa9b054611f36f0118cf3fcaa8998802a16d99b12e0cd86a3084477e6a60` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.4 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:09:35 GMT - Parent Layer: `4bde2c415d5a23030fdba379661be3e59049d6cb58c97d54a6fc842d2068f534` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:65bb66534ebc74470080c20244ea58d7ed5705523e3f107614f131a9deb38139` - v2 Content-Length: 267.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:55:27 GMT #### `577d1c75c29fc4db91cb01fe4adf1aa53ea2edc953da9b04606ea74a32e19149` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:09:36 GMT - Parent Layer: `c360aa9b054611f36f0118cf3fcaa8998802a16d99b12e0cd86a3084477e6a60` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.5.1` ```console $ docker pull library/python@sha256:5362576bea730a57384e53f478127099f5c179c117fcbec70f3499c8285b527f ``` - Total Virtual Size: 689.5 MB (689474669 bytes) - Total v2 Content-Length: 264.2 MB (264216279 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:10:09 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:10:10 GMT - Parent Layer: `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:12:17 GMT - Parent Layer: `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` - Docker Version: 1.9.1 - Virtual Size: 81.9 MB (81854341 bytes) - v2 Blob: `sha256:c4cf94f61cbd23f6ade6dfd0e184fa45a1ed9bad08a9f1369598f15cb40a80d4` - v2 Content-Length: 23.0 MB (23005320 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:56:18 GMT #### `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:12:19 GMT - Parent Layer: `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c40f2ab60404957ffcd9ae3fcf227308531813ce0257cccb3bea9185b70041dc` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:56:03 GMT #### `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:12:20 GMT - Parent Layer: `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.5` ```console $ docker pull library/python@sha256:07dae78f9403893bdba0bd4e265cb45e603f9446049bd1d3ad46e64451f6cc36 ``` - Total Virtual Size: 689.5 MB (689474669 bytes) - Total v2 Content-Length: 264.2 MB (264216279 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:10:09 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:10:10 GMT - Parent Layer: `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:12:17 GMT - Parent Layer: `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` - Docker Version: 1.9.1 - Virtual Size: 81.9 MB (81854341 bytes) - v2 Blob: `sha256:c4cf94f61cbd23f6ade6dfd0e184fa45a1ed9bad08a9f1369598f15cb40a80d4` - v2 Content-Length: 23.0 MB (23005320 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:56:18 GMT #### `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:12:19 GMT - Parent Layer: `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c40f2ab60404957ffcd9ae3fcf227308531813ce0257cccb3bea9185b70041dc` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:56:03 GMT #### `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:12:20 GMT - Parent Layer: `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3` ```console $ docker pull library/python@sha256:31781b1e6414a077b2dd3913f70dfaebeb6b063336cbaa47c0149d91098d0844 ``` - Total Virtual Size: 689.5 MB (689474669 bytes) - Total v2 Content-Length: 264.2 MB (264216279 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:10:09 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:10:10 GMT - Parent Layer: `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:12:17 GMT - Parent Layer: `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` - Docker Version: 1.9.1 - Virtual Size: 81.9 MB (81854341 bytes) - v2 Blob: `sha256:c4cf94f61cbd23f6ade6dfd0e184fa45a1ed9bad08a9f1369598f15cb40a80d4` - v2 Content-Length: 23.0 MB (23005320 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:56:18 GMT #### `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:12:19 GMT - Parent Layer: `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c40f2ab60404957ffcd9ae3fcf227308531813ce0257cccb3bea9185b70041dc` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:56:03 GMT #### `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:12:20 GMT - Parent Layer: `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:latest` ```console $ docker pull library/python@sha256:39526ad104c6edfacbb1a328ac5a6962caebf5806525b8ae5065cc26db178884 ``` - Total Virtual Size: 689.5 MB (689474669 bytes) - Total v2 Content-Length: 264.2 MB (264216279 bytes) ### Layers (13) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:10:09 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:10:10 GMT - Parent Layer: `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:12:17 GMT - Parent Layer: `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` - Docker Version: 1.9.1 - Virtual Size: 81.9 MB (81854341 bytes) - v2 Blob: `sha256:c4cf94f61cbd23f6ade6dfd0e184fa45a1ed9bad08a9f1369598f15cb40a80d4` - v2 Content-Length: 23.0 MB (23005320 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:56:18 GMT #### `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:12:19 GMT - Parent Layer: `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c40f2ab60404957ffcd9ae3fcf227308531813ce0257cccb3bea9185b70041dc` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:56:03 GMT #### `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:12:20 GMT - Parent Layer: `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.5.1-onbuild` ```console $ docker pull library/python@sha256:1ae88e8251721209dc43cedc696a4e987544b0f48460a47b6e5879bc606d198c ``` - Total Virtual Size: 689.5 MB (689474669 bytes) - Total v2 Content-Length: 264.2 MB (264216535 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:10:09 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:10:10 GMT - Parent Layer: `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:12:17 GMT - Parent Layer: `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` - Docker Version: 1.9.1 - Virtual Size: 81.9 MB (81854341 bytes) - v2 Blob: `sha256:c4cf94f61cbd23f6ade6dfd0e184fa45a1ed9bad08a9f1369598f15cb40a80d4` - v2 Content-Length: 23.0 MB (23005320 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:56:18 GMT #### `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:12:19 GMT - Parent Layer: `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c40f2ab60404957ffcd9ae3fcf227308531813ce0257cccb3bea9185b70041dc` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:56:03 GMT #### `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:12:20 GMT - Parent Layer: `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6e262f510778e1b584c7d4624bb7c486cae4596d503e3b403c109be81a3e332a` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:27 GMT - Parent Layer: `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:e87185df6de78af0928b5db9a0a62e9ee462fc49e54a98fce2ff373b06686627` - v2 Content-Length: 128.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:57:15 GMT #### `b7459d9f78fb71e5eeea20eb091a2e1b7eed5843d7410eacfb030aba30c8c669` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:28 GMT - Parent Layer: `6e262f510778e1b584c7d4624bb7c486cae4596d503e3b403c109be81a3e332a` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `70a44832fe5c4b514bb4818d7c6c60e16e468ff98f89a441c8aebe93efbbc0dc` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 04:13:28 GMT - Parent Layer: `b7459d9f78fb71e5eeea20eb091a2e1b7eed5843d7410eacfb030aba30c8c669` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e271ebcb6b0f0b7f95f0f607f9b85538d287cc1013b4e167ed55b2fedbd89b9d` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 04:13:29 GMT - Parent Layer: `70a44832fe5c4b514bb4818d7c6c60e16e468ff98f89a441c8aebe93efbbc0dc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `0742e2f9aae5f49b51f7a58fec86542b909b9d73f07b8d8ba9e20a4fb127e9e3` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:29 GMT - Parent Layer: `e271ebcb6b0f0b7f95f0f607f9b85538d287cc1013b4e167ed55b2fedbd89b9d` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.5-onbuild` ```console $ docker pull library/python@sha256:0906f55a84060b94ba55297576e4532bc8eb57183023e848717162dd28902b94 ``` - Total Virtual Size: 689.5 MB (689474669 bytes) - Total v2 Content-Length: 264.2 MB (264216535 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:10:09 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:10:10 GMT - Parent Layer: `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:12:17 GMT - Parent Layer: `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` - Docker Version: 1.9.1 - Virtual Size: 81.9 MB (81854341 bytes) - v2 Blob: `sha256:c4cf94f61cbd23f6ade6dfd0e184fa45a1ed9bad08a9f1369598f15cb40a80d4` - v2 Content-Length: 23.0 MB (23005320 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:56:18 GMT #### `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:12:19 GMT - Parent Layer: `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c40f2ab60404957ffcd9ae3fcf227308531813ce0257cccb3bea9185b70041dc` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:56:03 GMT #### `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:12:20 GMT - Parent Layer: `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6e262f510778e1b584c7d4624bb7c486cae4596d503e3b403c109be81a3e332a` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:27 GMT - Parent Layer: `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:e87185df6de78af0928b5db9a0a62e9ee462fc49e54a98fce2ff373b06686627` - v2 Content-Length: 128.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:57:15 GMT #### `b7459d9f78fb71e5eeea20eb091a2e1b7eed5843d7410eacfb030aba30c8c669` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:28 GMT - Parent Layer: `6e262f510778e1b584c7d4624bb7c486cae4596d503e3b403c109be81a3e332a` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `70a44832fe5c4b514bb4818d7c6c60e16e468ff98f89a441c8aebe93efbbc0dc` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 04:13:28 GMT - Parent Layer: `b7459d9f78fb71e5eeea20eb091a2e1b7eed5843d7410eacfb030aba30c8c669` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e271ebcb6b0f0b7f95f0f607f9b85538d287cc1013b4e167ed55b2fedbd89b9d` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 04:13:29 GMT - Parent Layer: `70a44832fe5c4b514bb4818d7c6c60e16e468ff98f89a441c8aebe93efbbc0dc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `0742e2f9aae5f49b51f7a58fec86542b909b9d73f07b8d8ba9e20a4fb127e9e3` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:29 GMT - Parent Layer: `e271ebcb6b0f0b7f95f0f607f9b85538d287cc1013b4e167ed55b2fedbd89b9d` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3-onbuild` ```console $ docker pull library/python@sha256:85be8436737a38add16508d93d909d8cc6a9c523dc6b9f0a25323ae0d5449d02 ``` - Total Virtual Size: 689.5 MB (689474669 bytes) - Total v2 Content-Length: 264.2 MB (264216535 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:10:09 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:10:10 GMT - Parent Layer: `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:12:17 GMT - Parent Layer: `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` - Docker Version: 1.9.1 - Virtual Size: 81.9 MB (81854341 bytes) - v2 Blob: `sha256:c4cf94f61cbd23f6ade6dfd0e184fa45a1ed9bad08a9f1369598f15cb40a80d4` - v2 Content-Length: 23.0 MB (23005320 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:56:18 GMT #### `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:12:19 GMT - Parent Layer: `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c40f2ab60404957ffcd9ae3fcf227308531813ce0257cccb3bea9185b70041dc` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:56:03 GMT #### `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:12:20 GMT - Parent Layer: `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6e262f510778e1b584c7d4624bb7c486cae4596d503e3b403c109be81a3e332a` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:27 GMT - Parent Layer: `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:e87185df6de78af0928b5db9a0a62e9ee462fc49e54a98fce2ff373b06686627` - v2 Content-Length: 128.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:57:15 GMT #### `b7459d9f78fb71e5eeea20eb091a2e1b7eed5843d7410eacfb030aba30c8c669` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:28 GMT - Parent Layer: `6e262f510778e1b584c7d4624bb7c486cae4596d503e3b403c109be81a3e332a` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `70a44832fe5c4b514bb4818d7c6c60e16e468ff98f89a441c8aebe93efbbc0dc` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 04:13:28 GMT - Parent Layer: `b7459d9f78fb71e5eeea20eb091a2e1b7eed5843d7410eacfb030aba30c8c669` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e271ebcb6b0f0b7f95f0f607f9b85538d287cc1013b4e167ed55b2fedbd89b9d` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 04:13:29 GMT - Parent Layer: `70a44832fe5c4b514bb4818d7c6c60e16e468ff98f89a441c8aebe93efbbc0dc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `0742e2f9aae5f49b51f7a58fec86542b909b9d73f07b8d8ba9e20a4fb127e9e3` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:29 GMT - Parent Layer: `e271ebcb6b0f0b7f95f0f607f9b85538d287cc1013b4e167ed55b2fedbd89b9d` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:onbuild` ```console $ docker pull library/python@sha256:f451c050ebc596f18581f8f3bef59a9ce4c89cdf01b71c8f8e0e38b499041d13 ``` - Total Virtual Size: 689.5 MB (689474669 bytes) - Total v2 Content-Length: 264.2 MB (264216535 bytes) ### Layers (18) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ wget \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:08:25 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 44.3 MB (44283322 bytes) - v2 Blob: `sha256:d1784d73276eaab185f50512c4e1d8556c4aab8beac1daa087333f8bdbc52f0c` - v2 Content-Length: 18.5 MB (18527192 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:18:52 GMT #### `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ procps \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:09:25 GMT - Parent Layer: `9d8bd2efff01d3076e5a045e81e3af2c6779e261073d54c924d3fc8540846a55` - Docker Version: 1.9.1 - Virtual Size: 122.6 MB (122555196 bytes) - v2 Blob: `sha256:72e581645fc3d3bad49efe7673ada6dfa701dcf777185a4f9ef91ef592e5aa09` - v2 Content-Length: 42.5 MB (42489209 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:19:37 GMT #### `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf \ automake \ bzip2 \ file \ g++ \ gcc \ imagemagick \ libbz2-dev \ libc6-dev \ libcurl4-openssl-dev \ libevent-dev \ libffi-dev \ libgeoip-dev \ libglib2.0-dev \ libjpeg-dev \ liblzma-dev \ libmagickcore-dev \ libmagickwand-dev \ libmysqlclient-dev \ libncurses-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 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Mon, 04 Apr 2016 22:11:25 GMT - Parent Layer: `0c1214787a4a5139042e2552b6ba8fb9fe4552592c04ede39e594b9c641a7071` - Docker Version: 1.9.1 - Virtual Size: 314.7 MB (314747952 bytes) - v2 Blob: `sha256:9709ddcc4d246e16d2d02754c0fdffd29213d5e65926aeeb5900879b72aefa81` - v2 Content-Length: 128.6 MB (128630590 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:20:19 GMT #### `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:17:43 GMT - Parent Layer: `fc94bd166fc4cd2bd0c53576bb60fb23e77d1f14aa71d752206647f4ee8fd546` - Docker Version: 1.9.1 - Virtual Size: 982.7 KB (982745 bytes) - v2 Blob: `sha256:2d600f0ec2350b49ffd2d42a53188e1a2d46a6deee84fce43090d2e6fc807238` - v2 Content-Length: 220.7 KB (220682 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:56:14 GMT #### `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:17:44 GMT - Parent Layer: `3f96f0f4a3f6a8a8f014513763eda5e74b494dc96e88f42ff369a6d724e720ac` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:56:24 GMT - Parent Layer: `795af676eb34d7143a55cc6cfb7e9735873a1365f8305bb472a77fb14bea635b` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:10:09 GMT - Parent Layer: `5af41c19cc1906e48d67a12428e5f3658f3a41dc0cd21e36706173d2de898d4e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:10:10 GMT - Parent Layer: `4b8079e377639c59d5f796f93c1a6aea49ed79d43b0fc9aaf3731111670aadbe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` ```dockerfile RUN set -ex \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -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 ``` - Created: Tue, 05 Apr 2016 04:12:17 GMT - Parent Layer: `9f4b461e151508b344dee257dd55298f2afa752de614ee2ae759738e71e98ced` - Docker Version: 1.9.1 - Virtual Size: 81.9 MB (81854341 bytes) - v2 Blob: `sha256:c4cf94f61cbd23f6ade6dfd0e184fa45a1ed9bad08a9f1369598f15cb40a80d4` - v2 Content-Length: 23.0 MB (23005320 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:56:18 GMT #### `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:12:19 GMT - Parent Layer: `b4e85710d0feb415998c2aa795b4e37f21f9ec599b20814f15cc7c9c4c29ba61` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c40f2ab60404957ffcd9ae3fcf227308531813ce0257cccb3bea9185b70041dc` - v2 Content-Length: 266.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:56:03 GMT #### `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:12:20 GMT - Parent Layer: `5df7ad3c2fc2f57abcb2c15ad33a5df397476cbbe2119f0d33da22528ce69952` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `6e262f510778e1b584c7d4624bb7c486cae4596d503e3b403c109be81a3e332a` ```dockerfile RUN mkdir -p /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:27 GMT - Parent Layer: `2750b559944c9135e13de770318a7944e88e1664af3dc244ccff2f31fcbd045f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:e87185df6de78af0928b5db9a0a62e9ee462fc49e54a98fce2ff373b06686627` - v2 Content-Length: 128.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:57:15 GMT #### `b7459d9f78fb71e5eeea20eb091a2e1b7eed5843d7410eacfb030aba30c8c669` ```dockerfile WORKDIR /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:28 GMT - Parent Layer: `6e262f510778e1b584c7d4624bb7c486cae4596d503e3b403c109be81a3e332a` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `70a44832fe5c4b514bb4818d7c6c60e16e468ff98f89a441c8aebe93efbbc0dc` ```dockerfile ONBUILD COPY requirements.txt /usr/src/app/ ``` - Created: Tue, 05 Apr 2016 04:13:28 GMT - Parent Layer: `b7459d9f78fb71e5eeea20eb091a2e1b7eed5843d7410eacfb030aba30c8c669` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e271ebcb6b0f0b7f95f0f607f9b85538d287cc1013b4e167ed55b2fedbd89b9d` ```dockerfile ONBUILD RUN pip install --no-cache-dir -r requirements.txt ``` - Created: Tue, 05 Apr 2016 04:13:29 GMT - Parent Layer: `70a44832fe5c4b514bb4818d7c6c60e16e468ff98f89a441c8aebe93efbbc0dc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `0742e2f9aae5f49b51f7a58fec86542b909b9d73f07b8d8ba9e20a4fb127e9e3` ```dockerfile ONBUILD COPY . /usr/src/app ``` - Created: Tue, 05 Apr 2016 04:13:29 GMT - Parent Layer: `e271ebcb6b0f0b7f95f0f607f9b85538d287cc1013b4e167ed55b2fedbd89b9d` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.5.1-slim` ```console $ docker pull library/python@sha256:1444c59011ada3ec1e598bdf314107a721bf87291db17669f64e3e45b9a8172a ``` - Total Virtual Size: 218.6 MB (218613942 bytes) - Total v2 Content-Length: 79.7 MB (79747289 bytes) ### Layers (11) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:59:50 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `7aaec3af18914145fb4b8ea83f1373888e910d053de6e38d2bfffc8d6d8b795e` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:14:25 GMT - Parent Layer: `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `7fb5519ede26c743f8d55a90ddf4e9f7f3e78c6be6cebaea1dd9f4fbb9b4b65a` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:14:26 GMT - Parent Layer: `7aaec3af18914145fb4b8ea83f1373888e910d053de6e38d2bfffc8d6d8b795e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cfa9734ea39e4cbd8b68aaed771ed2ae2d1945317af90468d305542cc4daa15e` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:17:41 GMT - Parent Layer: `7fb5519ede26c743f8d55a90ddf4e9f7f3e78c6be6cebaea1dd9f4fbb9b4b65a` - Docker Version: 1.9.1 - Virtual Size: 86.2 MB (86202502 bytes) - v2 Blob: `sha256:1ad811b381a505b39007c246fc26583d175ed158f6d6d426da1998cd07f3c827` - v2 Content-Length: 25.1 MB (25095901 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:57:56 GMT #### `ff1f6d4745634a3d5da8b765c42cd8e183e6f70325121995db86ee0115bddd73` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:17:43 GMT - Parent Layer: `cfa9734ea39e4cbd8b68aaed771ed2ae2d1945317af90468d305542cc4daa15e` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:9884333d01c97aa003857b52be91e8a4e236ad98bfd2b0459abab3f1bb7a241d` - v2 Content-Length: 267.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:57:39 GMT #### `0ac562650f2cc1a5ed55b98342a95d2cd0c3a0db1192d3db0753a62757efa281` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:17:44 GMT - Parent Layer: `ff1f6d4745634a3d5da8b765c42cd8e183e6f70325121995db86ee0115bddd73` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.5-slim` ```console $ docker pull library/python@sha256:760c40cd32674a027fc8ff1cde122a12a3a7d29a3d8b4dd9403dbdff4b6acf19 ``` - Total Virtual Size: 218.6 MB (218613942 bytes) - Total v2 Content-Length: 79.7 MB (79747289 bytes) ### Layers (11) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:59:50 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `7aaec3af18914145fb4b8ea83f1373888e910d053de6e38d2bfffc8d6d8b795e` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:14:25 GMT - Parent Layer: `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `7fb5519ede26c743f8d55a90ddf4e9f7f3e78c6be6cebaea1dd9f4fbb9b4b65a` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:14:26 GMT - Parent Layer: `7aaec3af18914145fb4b8ea83f1373888e910d053de6e38d2bfffc8d6d8b795e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cfa9734ea39e4cbd8b68aaed771ed2ae2d1945317af90468d305542cc4daa15e` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:17:41 GMT - Parent Layer: `7fb5519ede26c743f8d55a90ddf4e9f7f3e78c6be6cebaea1dd9f4fbb9b4b65a` - Docker Version: 1.9.1 - Virtual Size: 86.2 MB (86202502 bytes) - v2 Blob: `sha256:1ad811b381a505b39007c246fc26583d175ed158f6d6d426da1998cd07f3c827` - v2 Content-Length: 25.1 MB (25095901 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:57:56 GMT #### `ff1f6d4745634a3d5da8b765c42cd8e183e6f70325121995db86ee0115bddd73` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:17:43 GMT - Parent Layer: `cfa9734ea39e4cbd8b68aaed771ed2ae2d1945317af90468d305542cc4daa15e` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:9884333d01c97aa003857b52be91e8a4e236ad98bfd2b0459abab3f1bb7a241d` - v2 Content-Length: 267.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:57:39 GMT #### `0ac562650f2cc1a5ed55b98342a95d2cd0c3a0db1192d3db0753a62757efa281` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:17:44 GMT - Parent Layer: `ff1f6d4745634a3d5da8b765c42cd8e183e6f70325121995db86ee0115bddd73` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3-slim` ```console $ docker pull library/python@sha256:0021312de4f2652b2a0cb9a53d560fbad8acedfa897955379c61d34eb21a3b1f ``` - Total Virtual Size: 218.6 MB (218613942 bytes) - Total v2 Content-Length: 79.7 MB (79747289 bytes) ### Layers (11) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:59:50 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `7aaec3af18914145fb4b8ea83f1373888e910d053de6e38d2bfffc8d6d8b795e` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:14:25 GMT - Parent Layer: `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `7fb5519ede26c743f8d55a90ddf4e9f7f3e78c6be6cebaea1dd9f4fbb9b4b65a` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:14:26 GMT - Parent Layer: `7aaec3af18914145fb4b8ea83f1373888e910d053de6e38d2bfffc8d6d8b795e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cfa9734ea39e4cbd8b68aaed771ed2ae2d1945317af90468d305542cc4daa15e` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:17:41 GMT - Parent Layer: `7fb5519ede26c743f8d55a90ddf4e9f7f3e78c6be6cebaea1dd9f4fbb9b4b65a` - Docker Version: 1.9.1 - Virtual Size: 86.2 MB (86202502 bytes) - v2 Blob: `sha256:1ad811b381a505b39007c246fc26583d175ed158f6d6d426da1998cd07f3c827` - v2 Content-Length: 25.1 MB (25095901 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:57:56 GMT #### `ff1f6d4745634a3d5da8b765c42cd8e183e6f70325121995db86ee0115bddd73` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:17:43 GMT - Parent Layer: `cfa9734ea39e4cbd8b68aaed771ed2ae2d1945317af90468d305542cc4daa15e` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:9884333d01c97aa003857b52be91e8a4e236ad98bfd2b0459abab3f1bb7a241d` - v2 Content-Length: 267.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:57:39 GMT #### `0ac562650f2cc1a5ed55b98342a95d2cd0c3a0db1192d3db0753a62757efa281` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:17:44 GMT - Parent Layer: `ff1f6d4745634a3d5da8b765c42cd8e183e6f70325121995db86ee0115bddd73` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:slim` ```console $ docker pull library/python@sha256:e3d49d35932ff1068471e57b7ce523029b0c2779ee5b152fe08ae7fce8c40dc1 ``` - Total Virtual Size: 218.6 MB (218613942 bytes) - Total v2 Content-Length: 79.7 MB (79747289 bytes) ### Layers (11) #### `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` ```dockerfile ADD file:2ed80fd333c2052addd160264a94c0e3c469f808f54b58f84c4041742424e0a7 in / ``` - Created: Mon, 04 Apr 2016 22:02:00 GMT - Docker Version: 1.9.1 - Virtual Size: 125.1 MB (125051065 bytes) - v2 Blob: `sha256:efd26ecc95486998b41b3fe167236e3fb3e109c66dd1a51ab5161e40b06cf486` - v2 Content-Length: 51.3 MB (51342828 bytes) - v2 Last-Modified: Mon, 04 Apr 2016 22:04:14 GMT #### `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` ```dockerfile CMD ["/bin/bash"] ``` - Created: Mon, 04 Apr 2016 22:02:03 GMT - Parent Layer: `6b8a1ecb2364a8ea74873a6bac5104699c260a392ce403ca137b2ce5c5235114` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` ```dockerfile RUN apt-get purge -y python.* ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `d1cc0e6af8490e94cde088bec8b267615464eeb1af20bcbe577d055ff231e634` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Tue, 05 Apr 2016 03:21:07 GMT - Parent Layer: `cd07fc016d493309a37bd0a6082526ec1b0a6f56e5a69dc05d72993ecd1d79fe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` ```dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ libsqlite3-0 \ libssl1.0.0 \ && rm -rf /var/lib/apt/lists/* ``` - Created: Tue, 05 Apr 2016 03:33:39 GMT - Parent Layer: `90c06e7cb9f170f372ccc48e43797eaa46cd3696f6aa329ea4eebccc471b5390` - Docker Version: 1.9.1 - Virtual Size: 7.4 MB (7360327 bytes) - v2 Blob: `sha256:364b21a1aba71f18feda60b9d8942321b8f403ee49f334db435a8ea81b144f0c` - v2 Content-Length: 3.3 MB (3308069 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 15:54:11 GMT #### `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 03:59:50 GMT - Parent Layer: `e29c2e15e1fe50a40cb75f6f8ab8764326cf7bd35046db7e8b78ee4d82ae208e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `7aaec3af18914145fb4b8ea83f1373888e910d053de6e38d2bfffc8d6d8b795e` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:14:25 GMT - Parent Layer: `a8188731e31f2f33a0bcdf7884e60048918a99960dee686235be9a5a56ba7a71` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `7fb5519ede26c743f8d55a90ddf4e9f7f3e78c6be6cebaea1dd9f4fbb9b4b65a` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:14:26 GMT - Parent Layer: `7aaec3af18914145fb4b8ea83f1373888e910d053de6e38d2bfffc8d6d8b795e` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `cfa9734ea39e4cbd8b68aaed771ed2ae2d1945317af90468d305542cc4daa15e` ```dockerfile RUN set -ex \ && buildDeps=' \ curl \ gcc \ libbz2-dev \ libc6-dev \ libncurses-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ make \ xz-utils \ zlib1g-dev \ ' \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(nproc) \ && make install \ && ldconfig \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && apt-get purge -y --auto-remove $buildDeps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:17:41 GMT - Parent Layer: `7fb5519ede26c743f8d55a90ddf4e9f7f3e78c6be6cebaea1dd9f4fbb9b4b65a` - Docker Version: 1.9.1 - Virtual Size: 86.2 MB (86202502 bytes) - v2 Blob: `sha256:1ad811b381a505b39007c246fc26583d175ed158f6d6d426da1998cd07f3c827` - v2 Content-Length: 25.1 MB (25095901 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:57:56 GMT #### `ff1f6d4745634a3d5da8b765c42cd8e183e6f70325121995db86ee0115bddd73` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:17:43 GMT - Parent Layer: `cfa9734ea39e4cbd8b68aaed771ed2ae2d1945317af90468d305542cc4daa15e` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:9884333d01c97aa003857b52be91e8a4e236ad98bfd2b0459abab3f1bb7a241d` - v2 Content-Length: 267.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:57:39 GMT #### `0ac562650f2cc1a5ed55b98342a95d2cd0c3a0db1192d3db0753a62757efa281` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:17:44 GMT - Parent Layer: `ff1f6d4745634a3d5da8b765c42cd8e183e6f70325121995db86ee0115bddd73` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.5.1-alpine` ```console $ docker pull library/python@sha256:2e92a51718033e65b8a87b1ef8b8296c26fb287c3fad64f8ea94b12ec187fdfb ``` - Total Virtual Size: 89.7 MB (89741727 bytes) - Total v2 Content-Length: 26.4 MB (26371480 bytes) ### Layers (8) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 04:04:10 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `75902f69fab7701e629a7887ad1a5c5bb87d6b8564483a75549d00cd5d6215e2` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:19:06 GMT - Parent Layer: `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `3043757134f2a4f3b266053d2dc7652bf77d76b6b4ccdaff00e26b7400ab613c` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:19:07 GMT - Parent Layer: `75902f69fab7701e629a7887ad1a5c5bb87d6b8564483a75549d00cd5d6215e2` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `a90fcb249468eedaef0b362b9bc318b516e59ac847ef66d00445e1ccbbf27eed` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk del .fetch-deps \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:21:14 GMT - Parent Layer: `3043757134f2a4f3b266053d2dc7652bf77d76b6b4ccdaff00e26b7400ab613c` - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84943616 bytes) - v2 Blob: `sha256:04162936ac5dea0113bde8efcbd9e9e39a3fcb2327f5ba1637b42e70e0ae2ace` - v2 Content-Length: 24.1 MB (24051191 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:58:39 GMT #### `a9f1a4cde40cac95c66f038fba2df802b9df99ab6a99fac3731af9d68f8044fc` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:21:17 GMT - Parent Layer: `a90fcb249468eedaef0b362b9bc318b516e59ac847ef66d00445e1ccbbf27eed` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c355e9894a4c42f38d3727b5034489377b01a0f7ec9e76a2b025540d64183e56` - v2 Content-Length: 259.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:58:20 GMT #### `b5e903b480c360680b956a34d29ae1856a1b531ae35356699dc43ba6a159518e` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:21:18 GMT - Parent Layer: `a9f1a4cde40cac95c66f038fba2df802b9df99ab6a99fac3731af9d68f8044fc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3.5-alpine` ```console $ docker pull library/python@sha256:02e4baa5ab02fff5274591da0fcb7052d3f18c55a22ea4b2359578edff29095d ``` - Total Virtual Size: 89.7 MB (89741727 bytes) - Total v2 Content-Length: 26.4 MB (26371480 bytes) ### Layers (8) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 04:04:10 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `75902f69fab7701e629a7887ad1a5c5bb87d6b8564483a75549d00cd5d6215e2` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:19:06 GMT - Parent Layer: `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `3043757134f2a4f3b266053d2dc7652bf77d76b6b4ccdaff00e26b7400ab613c` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:19:07 GMT - Parent Layer: `75902f69fab7701e629a7887ad1a5c5bb87d6b8564483a75549d00cd5d6215e2` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `a90fcb249468eedaef0b362b9bc318b516e59ac847ef66d00445e1ccbbf27eed` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk del .fetch-deps \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:21:14 GMT - Parent Layer: `3043757134f2a4f3b266053d2dc7652bf77d76b6b4ccdaff00e26b7400ab613c` - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84943616 bytes) - v2 Blob: `sha256:04162936ac5dea0113bde8efcbd9e9e39a3fcb2327f5ba1637b42e70e0ae2ace` - v2 Content-Length: 24.1 MB (24051191 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:58:39 GMT #### `a9f1a4cde40cac95c66f038fba2df802b9df99ab6a99fac3731af9d68f8044fc` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:21:17 GMT - Parent Layer: `a90fcb249468eedaef0b362b9bc318b516e59ac847ef66d00445e1ccbbf27eed` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c355e9894a4c42f38d3727b5034489377b01a0f7ec9e76a2b025540d64183e56` - v2 Content-Length: 259.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:58:20 GMT #### `b5e903b480c360680b956a34d29ae1856a1b531ae35356699dc43ba6a159518e` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:21:18 GMT - Parent Layer: `a9f1a4cde40cac95c66f038fba2df802b9df99ab6a99fac3731af9d68f8044fc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:3-alpine` ```console $ docker pull library/python@sha256:e5804d5844c90f5c44e92572fc18f3b7909478babf375f31f5f6395fb181a7ef ``` - Total Virtual Size: 89.7 MB (89741727 bytes) - Total v2 Content-Length: 26.4 MB (26371480 bytes) ### Layers (8) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 04:04:10 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `75902f69fab7701e629a7887ad1a5c5bb87d6b8564483a75549d00cd5d6215e2` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:19:06 GMT - Parent Layer: `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `3043757134f2a4f3b266053d2dc7652bf77d76b6b4ccdaff00e26b7400ab613c` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:19:07 GMT - Parent Layer: `75902f69fab7701e629a7887ad1a5c5bb87d6b8564483a75549d00cd5d6215e2` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `a90fcb249468eedaef0b362b9bc318b516e59ac847ef66d00445e1ccbbf27eed` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk del .fetch-deps \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:21:14 GMT - Parent Layer: `3043757134f2a4f3b266053d2dc7652bf77d76b6b4ccdaff00e26b7400ab613c` - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84943616 bytes) - v2 Blob: `sha256:04162936ac5dea0113bde8efcbd9e9e39a3fcb2327f5ba1637b42e70e0ae2ace` - v2 Content-Length: 24.1 MB (24051191 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:58:39 GMT #### `a9f1a4cde40cac95c66f038fba2df802b9df99ab6a99fac3731af9d68f8044fc` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:21:17 GMT - Parent Layer: `a90fcb249468eedaef0b362b9bc318b516e59ac847ef66d00445e1ccbbf27eed` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c355e9894a4c42f38d3727b5034489377b01a0f7ec9e76a2b025540d64183e56` - v2 Content-Length: 259.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:58:20 GMT #### `b5e903b480c360680b956a34d29ae1856a1b531ae35356699dc43ba6a159518e` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:21:18 GMT - Parent Layer: `a9f1a4cde40cac95c66f038fba2df802b9df99ab6a99fac3731af9d68f8044fc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT ## `python:alpine` ```console $ docker pull library/python@sha256:34e36ed3111e4214711d0bafa03c13a78ab5678ddc17b9eedd347264099c9c59 ``` - Total Virtual Size: 89.7 MB (89741727 bytes) - Total v2 Content-Length: 26.4 MB (26371480 bytes) ### Layers (8) #### `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` ```dockerfile ADD file:033ab063740d9ff4dcfb1c69eccf25f91d88729f57cd5a73050e014e3e094aa0 in / ``` - Created: Fri, 01 Apr 2016 20:53:00 GMT - Docker Version: 1.9.1 - Virtual Size: 4.8 MB (4798063 bytes) - v2 Blob: `sha256:420890c9e918b6668faaedd9000e220190f2493b0693ee563ebd7b4cc754a57d` - v2 Content-Length: 2.3 MB (2319870 bytes) - v2 Last-Modified: Fri, 01 Apr 2016 20:55:41 GMT #### `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` ```dockerfile ENV LANG=C.UTF-8 ``` - Created: Mon, 04 Apr 2016 23:03:44 GMT - Parent Layer: `f58d61a874bedb7cdcb5a409ebb0c53b0656b880695c14e78a69902873358d5f` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` ```dockerfile ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D ``` - Created: Tue, 05 Apr 2016 04:04:10 GMT - Parent Layer: `7d9e798ad509a93c6124aa2ac03ed67052b86b5cd351bf199f8afe98e38f7dfe` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `75902f69fab7701e629a7887ad1a5c5bb87d6b8564483a75549d00cd5d6215e2` ```dockerfile ENV PYTHON_VERSION=3.5.1 ``` - Created: Tue, 05 Apr 2016 04:19:06 GMT - Parent Layer: `b1cc8224090c79b03ad3f0b62b2371e6635e21ab97ae6a929ed01b398bec4b50` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `3043757134f2a4f3b266053d2dc7652bf77d76b6b4ccdaff00e26b7400ab613c` ```dockerfile ENV PYTHON_PIP_VERSION=8.1.1 ``` - Created: Tue, 05 Apr 2016 04:19:07 GMT - Parent Layer: `75902f69fab7701e629a7887ad1a5c5bb87d6b8564483a75549d00cd5d6215e2` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT #### `a90fcb249468eedaef0b362b9bc318b516e59ac847ef66d00445e1ccbbf27eed` ```dockerfile RUN set -ex \ && apk add --no-cache --virtual .fetch-deps curl gnupg \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \ && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$GNUPGHOME" python.tar.xz.asc \ && mkdir -p /usr/src \ && tar -xJC /usr/src -f python.tar.xz \ && mv "/usr/src/Python-$PYTHON_VERSION" /usr/src/python \ && rm python.tar.xz \ && apk del .fetch-deps \ && apk add --no-cache --virtual .build-deps \ bzip2-dev \ gcc \ libc-dev \ linux-headers \ make \ ncurses-dev \ openssl-dev \ pax-utils \ readline-dev \ sqlite-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \ && make -j$(getconf _NPROCESSORS_ONLN) \ && make install \ && pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -exec rm -rf '{}' + \ && runDeps="$( \ scanelf --needed --nobanner --recursive /usr/local \ | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \ | sort -u \ | xargs -r apk info --installed \ | sort -u \ )" \ && apk add --virtual .python-rundeps $runDeps \ && apk del .build-deps \ && rm -rf /usr/src/python ``` - Created: Tue, 05 Apr 2016 04:21:14 GMT - Parent Layer: `3043757134f2a4f3b266053d2dc7652bf77d76b6b4ccdaff00e26b7400ab613c` - Docker Version: 1.9.1 - Virtual Size: 84.9 MB (84943616 bytes) - v2 Blob: `sha256:04162936ac5dea0113bde8efcbd9e9e39a3fcb2327f5ba1637b42e70e0ae2ace` - v2 Content-Length: 24.1 MB (24051191 bytes) - v2 Last-Modified: Tue, 05 Apr 2016 18:58:39 GMT #### `a9f1a4cde40cac95c66f038fba2df802b9df99ab6a99fac3731af9d68f8044fc` ```dockerfile RUN cd /usr/local/bin \ && ln -s easy_install-3.5 easy_install \ && ln -s idle3 idle \ && ln -s pydoc3 pydoc \ && ln -s python3 python \ && ln -s python3-config python-config ``` - Created: Tue, 05 Apr 2016 04:21:17 GMT - Parent Layer: `a90fcb249468eedaef0b362b9bc318b516e59ac847ef66d00445e1ccbbf27eed` - Docker Version: 1.9.1 - Virtual Size: 48.0 B - v2 Blob: `sha256:c355e9894a4c42f38d3727b5034489377b01a0f7ec9e76a2b025540d64183e56` - v2 Content-Length: 259.0 B - v2 Last-Modified: Tue, 05 Apr 2016 18:58:20 GMT #### `b5e903b480c360680b956a34d29ae1856a1b531ae35356699dc43ba6a159518e` ```dockerfile CMD ["python3"] ``` - Created: Tue, 05 Apr 2016 04:21:18 GMT - Parent Layer: `a9f1a4cde40cac95c66f038fba2df802b9df99ab6a99fac3731af9d68f8044fc` - Docker Version: 1.9.1 - Virtual Size: 0.0 B - v2 Blob: `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` - v2 Content-Length: 32.0 B - v2 Last-Modified: Sat, 14 Nov 2015 09:09:44 GMT