tag-details.md 63 KB

Tags of django

django:1.9.7-python3

$ docker pull django@sha256:3ab7ac7252d18241c936efea47dd471a4054abb5254deb135710cbb7c0ec2e54
  • Platforms:
    • linux; amd64

django:1.9.7-python3 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 156.8 MB (156793333 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:2982df0d2d1de9c4ae4adb3aa0a9ebab86b9d1fef2f71ac546a82eaa5a40243b
  • Default Command: ["python3"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:47:20 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:16:35 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:16:37 GMT
    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
    # Tue, 28 Jun 2016 23:16:37 GMT
    CMD ["python3"]
    # Wed, 29 Jun 2016 00:02:33 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:02:34 GMT
    ENV DJANGO_VERSION=1.9.7
    # Wed, 29 Jun 2016 00:03:01 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:6f3e49e67e1b9b4aca0c528598a35d6de6a73dec67c5b257eb9cef26d100ef5b
      Last Modified: Tue, 28 Jun 2016 23:35:20 GMT
      Size: 21.0 MB (20975286 bytes)
    • sha256:e405e2867e7f7387dd6f1e490b10fd5b2f8d792816c08b03a00c037174c51e4d
      Last Modified: Tue, 28 Jun 2016 23:35:13 GMT
      Size: 267.0 B
    • sha256:f9d47f66494b316dcfc926ae0c5d82e1e824168611bdcada5275d24a400648c9
      Last Modified: Wed, 29 Jun 2016 00:03:27 GMT
      Size: 66.2 MB (66229554 bytes)
    • sha256:63f3a8f1291a779ec4fcdd43560e4d1e44cb3b2506e16a24a3cf9810b7aa62f8
      Last Modified: Wed, 29 Jun 2016 00:03:13 GMT
      Size: 14.9 MB (14899552 bytes)

django:1.9-python3

$ docker pull django@sha256:3ab7ac7252d18241c936efea47dd471a4054abb5254deb135710cbb7c0ec2e54
  • Platforms:
    • linux; amd64

django:1.9-python3 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 156.8 MB (156793333 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:2982df0d2d1de9c4ae4adb3aa0a9ebab86b9d1fef2f71ac546a82eaa5a40243b
  • Default Command: ["python3"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:47:20 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:16:35 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:16:37 GMT
    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
    # Tue, 28 Jun 2016 23:16:37 GMT
    CMD ["python3"]
    # Wed, 29 Jun 2016 00:02:33 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:02:34 GMT
    ENV DJANGO_VERSION=1.9.7
    # Wed, 29 Jun 2016 00:03:01 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:6f3e49e67e1b9b4aca0c528598a35d6de6a73dec67c5b257eb9cef26d100ef5b
      Last Modified: Tue, 28 Jun 2016 23:35:20 GMT
      Size: 21.0 MB (20975286 bytes)
    • sha256:e405e2867e7f7387dd6f1e490b10fd5b2f8d792816c08b03a00c037174c51e4d
      Last Modified: Tue, 28 Jun 2016 23:35:13 GMT
      Size: 267.0 B
    • sha256:f9d47f66494b316dcfc926ae0c5d82e1e824168611bdcada5275d24a400648c9
      Last Modified: Wed, 29 Jun 2016 00:03:27 GMT
      Size: 66.2 MB (66229554 bytes)
    • sha256:63f3a8f1291a779ec4fcdd43560e4d1e44cb3b2506e16a24a3cf9810b7aa62f8
      Last Modified: Wed, 29 Jun 2016 00:03:13 GMT
      Size: 14.9 MB (14899552 bytes)

django:1-python3

$ docker pull django@sha256:3ab7ac7252d18241c936efea47dd471a4054abb5254deb135710cbb7c0ec2e54
  • Platforms:
    • linux; amd64

django:1-python3 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 156.8 MB (156793333 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:2982df0d2d1de9c4ae4adb3aa0a9ebab86b9d1fef2f71ac546a82eaa5a40243b
  • Default Command: ["python3"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:47:20 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:16:35 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:16:37 GMT
    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
    # Tue, 28 Jun 2016 23:16:37 GMT
    CMD ["python3"]
    # Wed, 29 Jun 2016 00:02:33 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:02:34 GMT
    ENV DJANGO_VERSION=1.9.7
    # Wed, 29 Jun 2016 00:03:01 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:6f3e49e67e1b9b4aca0c528598a35d6de6a73dec67c5b257eb9cef26d100ef5b
      Last Modified: Tue, 28 Jun 2016 23:35:20 GMT
      Size: 21.0 MB (20975286 bytes)
    • sha256:e405e2867e7f7387dd6f1e490b10fd5b2f8d792816c08b03a00c037174c51e4d
      Last Modified: Tue, 28 Jun 2016 23:35:13 GMT
      Size: 267.0 B
    • sha256:f9d47f66494b316dcfc926ae0c5d82e1e824168611bdcada5275d24a400648c9
      Last Modified: Wed, 29 Jun 2016 00:03:27 GMT
      Size: 66.2 MB (66229554 bytes)
    • sha256:63f3a8f1291a779ec4fcdd43560e4d1e44cb3b2506e16a24a3cf9810b7aa62f8
      Last Modified: Wed, 29 Jun 2016 00:03:13 GMT
      Size: 14.9 MB (14899552 bytes)

django:python3

$ docker pull django@sha256:3ab7ac7252d18241c936efea47dd471a4054abb5254deb135710cbb7c0ec2e54
  • Platforms:
    • linux; amd64

django:python3 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 156.8 MB (156793333 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:2982df0d2d1de9c4ae4adb3aa0a9ebab86b9d1fef2f71ac546a82eaa5a40243b
  • Default Command: ["python3"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:47:20 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:16:35 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:16:37 GMT
    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
    # Tue, 28 Jun 2016 23:16:37 GMT
    CMD ["python3"]
    # Wed, 29 Jun 2016 00:02:33 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:02:34 GMT
    ENV DJANGO_VERSION=1.9.7
    # Wed, 29 Jun 2016 00:03:01 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:6f3e49e67e1b9b4aca0c528598a35d6de6a73dec67c5b257eb9cef26d100ef5b
      Last Modified: Tue, 28 Jun 2016 23:35:20 GMT
      Size: 21.0 MB (20975286 bytes)
    • sha256:e405e2867e7f7387dd6f1e490b10fd5b2f8d792816c08b03a00c037174c51e4d
      Last Modified: Tue, 28 Jun 2016 23:35:13 GMT
      Size: 267.0 B
    • sha256:f9d47f66494b316dcfc926ae0c5d82e1e824168611bdcada5275d24a400648c9
      Last Modified: Wed, 29 Jun 2016 00:03:27 GMT
      Size: 66.2 MB (66229554 bytes)
    • sha256:63f3a8f1291a779ec4fcdd43560e4d1e44cb3b2506e16a24a3cf9810b7aa62f8
      Last Modified: Wed, 29 Jun 2016 00:03:13 GMT
      Size: 14.9 MB (14899552 bytes)

django:1.9.7

$ docker pull django@sha256:3ab7ac7252d18241c936efea47dd471a4054abb5254deb135710cbb7c0ec2e54
  • Platforms:
    • linux; amd64

django:1.9.7 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 156.8 MB (156793333 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:2982df0d2d1de9c4ae4adb3aa0a9ebab86b9d1fef2f71ac546a82eaa5a40243b
  • Default Command: ["python3"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:47:20 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:16:35 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:16:37 GMT
    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
    # Tue, 28 Jun 2016 23:16:37 GMT
    CMD ["python3"]
    # Wed, 29 Jun 2016 00:02:33 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:02:34 GMT
    ENV DJANGO_VERSION=1.9.7
    # Wed, 29 Jun 2016 00:03:01 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:6f3e49e67e1b9b4aca0c528598a35d6de6a73dec67c5b257eb9cef26d100ef5b
      Last Modified: Tue, 28 Jun 2016 23:35:20 GMT
      Size: 21.0 MB (20975286 bytes)
    • sha256:e405e2867e7f7387dd6f1e490b10fd5b2f8d792816c08b03a00c037174c51e4d
      Last Modified: Tue, 28 Jun 2016 23:35:13 GMT
      Size: 267.0 B
    • sha256:f9d47f66494b316dcfc926ae0c5d82e1e824168611bdcada5275d24a400648c9
      Last Modified: Wed, 29 Jun 2016 00:03:27 GMT
      Size: 66.2 MB (66229554 bytes)
    • sha256:63f3a8f1291a779ec4fcdd43560e4d1e44cb3b2506e16a24a3cf9810b7aa62f8
      Last Modified: Wed, 29 Jun 2016 00:03:13 GMT
      Size: 14.9 MB (14899552 bytes)

django:1.9

$ docker pull django@sha256:3ab7ac7252d18241c936efea47dd471a4054abb5254deb135710cbb7c0ec2e54
  • Platforms:
    • linux; amd64

django:1.9 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 156.8 MB (156793333 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:2982df0d2d1de9c4ae4adb3aa0a9ebab86b9d1fef2f71ac546a82eaa5a40243b
  • Default Command: ["python3"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:47:20 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:16:35 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:16:37 GMT
    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
    # Tue, 28 Jun 2016 23:16:37 GMT
    CMD ["python3"]
    # Wed, 29 Jun 2016 00:02:33 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:02:34 GMT
    ENV DJANGO_VERSION=1.9.7
    # Wed, 29 Jun 2016 00:03:01 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:6f3e49e67e1b9b4aca0c528598a35d6de6a73dec67c5b257eb9cef26d100ef5b
      Last Modified: Tue, 28 Jun 2016 23:35:20 GMT
      Size: 21.0 MB (20975286 bytes)
    • sha256:e405e2867e7f7387dd6f1e490b10fd5b2f8d792816c08b03a00c037174c51e4d
      Last Modified: Tue, 28 Jun 2016 23:35:13 GMT
      Size: 267.0 B
    • sha256:f9d47f66494b316dcfc926ae0c5d82e1e824168611bdcada5275d24a400648c9
      Last Modified: Wed, 29 Jun 2016 00:03:27 GMT
      Size: 66.2 MB (66229554 bytes)
    • sha256:63f3a8f1291a779ec4fcdd43560e4d1e44cb3b2506e16a24a3cf9810b7aa62f8
      Last Modified: Wed, 29 Jun 2016 00:03:13 GMT
      Size: 14.9 MB (14899552 bytes)

django:1

$ docker pull django@sha256:3ab7ac7252d18241c936efea47dd471a4054abb5254deb135710cbb7c0ec2e54
  • Platforms:
    • linux; amd64

django:1 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 156.8 MB (156793333 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:2982df0d2d1de9c4ae4adb3aa0a9ebab86b9d1fef2f71ac546a82eaa5a40243b
  • Default Command: ["python3"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:47:20 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:16:35 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:16:37 GMT
    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
    # Tue, 28 Jun 2016 23:16:37 GMT
    CMD ["python3"]
    # Wed, 29 Jun 2016 00:02:33 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:02:34 GMT
    ENV DJANGO_VERSION=1.9.7
    # Wed, 29 Jun 2016 00:03:01 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:6f3e49e67e1b9b4aca0c528598a35d6de6a73dec67c5b257eb9cef26d100ef5b
      Last Modified: Tue, 28 Jun 2016 23:35:20 GMT
      Size: 21.0 MB (20975286 bytes)
    • sha256:e405e2867e7f7387dd6f1e490b10fd5b2f8d792816c08b03a00c037174c51e4d
      Last Modified: Tue, 28 Jun 2016 23:35:13 GMT
      Size: 267.0 B
    • sha256:f9d47f66494b316dcfc926ae0c5d82e1e824168611bdcada5275d24a400648c9
      Last Modified: Wed, 29 Jun 2016 00:03:27 GMT
      Size: 66.2 MB (66229554 bytes)
    • sha256:63f3a8f1291a779ec4fcdd43560e4d1e44cb3b2506e16a24a3cf9810b7aa62f8
      Last Modified: Wed, 29 Jun 2016 00:03:13 GMT
      Size: 14.9 MB (14899552 bytes)

django:latest

$ docker pull django@sha256:3ab7ac7252d18241c936efea47dd471a4054abb5254deb135710cbb7c0ec2e54
  • Platforms:
    • linux; amd64

django:latest - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 156.8 MB (156793333 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:2982df0d2d1de9c4ae4adb3aa0a9ebab86b9d1fef2f71ac546a82eaa5a40243b
  • Default Command: ["python3"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:47:20 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:12:36 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:16:35 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:16:37 GMT
    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
    # Tue, 28 Jun 2016 23:16:37 GMT
    CMD ["python3"]
    # Wed, 29 Jun 2016 00:02:33 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:02:34 GMT
    ENV DJANGO_VERSION=1.9.7
    # Wed, 29 Jun 2016 00:03:01 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:6f3e49e67e1b9b4aca0c528598a35d6de6a73dec67c5b257eb9cef26d100ef5b
      Last Modified: Tue, 28 Jun 2016 23:35:20 GMT
      Size: 21.0 MB (20975286 bytes)
    • sha256:e405e2867e7f7387dd6f1e490b10fd5b2f8d792816c08b03a00c037174c51e4d
      Last Modified: Tue, 28 Jun 2016 23:35:13 GMT
      Size: 267.0 B
    • sha256:f9d47f66494b316dcfc926ae0c5d82e1e824168611bdcada5275d24a400648c9
      Last Modified: Wed, 29 Jun 2016 00:03:27 GMT
      Size: 66.2 MB (66229554 bytes)
    • sha256:63f3a8f1291a779ec4fcdd43560e4d1e44cb3b2506e16a24a3cf9810b7aa62f8
      Last Modified: Wed, 29 Jun 2016 00:03:13 GMT
      Size: 14.9 MB (14899552 bytes)

django:python3-onbuild

$ docker pull django@sha256:df6f10d03ed756c53f28a025bc4111ab21016290fb6771e0945d957c2e065022
  • Platforms:
    • linux; amd64

django:python3-onbuild - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 277.6 MB (277625524 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:60d58fa2f104df9d3d08028df3508836e2c1ad3be4f7c76408d3358edf32363d
  • Default Command: ["python","manage.py","runserver","0.0.0.0:8000"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Thu, 09 Jun 2016 21:35:50 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
    # Thu, 09 Jun 2016 21:37:09 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
    # Thu, 09 Jun 2016 21:39:19 GMT
    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 		libdb-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/*
    # Fri, 10 Jun 2016 20:09:38 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 20:09:38 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:44:44 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:10:00 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:10:00 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:12:34 GMT
    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 -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& rm -rf /usr/src/python ~/.cache
    # Tue, 28 Jun 2016 23:12:35 GMT
    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
    # Tue, 28 Jun 2016 23:12:35 GMT
    CMD ["python3"]
    # Tue, 28 Jun 2016 23:21:42 GMT
    RUN mkdir -p /usr/src/app
    # Tue, 28 Jun 2016 23:21:42 GMT
    WORKDIR /usr/src/app
    # Tue, 28 Jun 2016 23:21:42 GMT
    ONBUILD COPY requirements.txt /usr/src/app/
    # Tue, 28 Jun 2016 23:21:43 GMT
    ONBUILD RUN pip install --no-cache-dir -r requirements.txt
    # Tue, 28 Jun 2016 23:21:43 GMT
    ONBUILD COPY . /usr/src/app
    # Wed, 29 Jun 2016 00:00:49 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:00:50 GMT
    EXPOSE 8000/tcp
    # Wed, 29 Jun 2016 00:00:51 GMT
    CMD ["python" "manage.py" "runserver" "0.0.0.0:8000"]
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437
      Last Modified: Thu, 09 Jun 2016 21:46:24 GMT
      Size: 18.5 MB (18547219 bytes)
    • sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33
      Last Modified: Thu, 09 Jun 2016 21:46:52 GMT
      Size: 42.5 MB (42525371 bytes)
    • sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e
      Last Modified: Thu, 09 Jun 2016 21:47:38 GMT
      Size: 129.7 MB (129704383 bytes)
    • sha256:7663bd2e167e1baec490bc208bdf854dae81b324bed9595edecc9136f06da7fe
      Last Modified: Wed, 15 Jun 2016 21:14:50 GMT
      Size: 242.5 KB (242498 bytes)
    • sha256:b02b62470313e60c4f307f5e47c0830a53ce8a2e072679f8052443d8a133bd62
      Last Modified: Tue, 28 Jun 2016 23:34:53 GMT
      Size: 18.9 MB (18850914 bytes)
    • sha256:5abb647385eeeecd782b42e3e2c85b3cf542f01c3067cfab5013f31f372fc209
      Last Modified: Tue, 28 Jun 2016 23:34:47 GMT
      Size: 266.0 B
    • sha256:6597e4d37dfff4ed145f38428c995e464d9500f3d03c025191c846aacbaf1b9c
      Last Modified: Tue, 28 Jun 2016 23:36:36 GMT
      Size: 127.0 B
    • sha256:a73733baa38fd34333e2c125e72ca3db59b37b63ffc4a26073cee2a7fb557a4d
      Last Modified: Wed, 29 Jun 2016 00:01:02 GMT
      Size: 16.4 MB (16402211 bytes)

django:onbuild

$ docker pull django@sha256:df6f10d03ed756c53f28a025bc4111ab21016290fb6771e0945d957c2e065022
  • Platforms:
    • linux; amd64

django:onbuild - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 277.6 MB (277625524 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:60d58fa2f104df9d3d08028df3508836e2c1ad3be4f7c76408d3358edf32363d
  • Default Command: ["python","manage.py","runserver","0.0.0.0:8000"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Thu, 09 Jun 2016 21:35:50 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
    # Thu, 09 Jun 2016 21:37:09 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
    # Thu, 09 Jun 2016 21:39:19 GMT
    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 		libdb-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/*
    # Fri, 10 Jun 2016 20:09:38 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 20:09:38 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:44:44 GMT
    ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
    # Tue, 28 Jun 2016 23:10:00 GMT
    ENV PYTHON_VERSION=3.4.5
    # Tue, 28 Jun 2016 23:10:00 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:12:34 GMT
    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 -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& rm -rf /usr/src/python ~/.cache
    # Tue, 28 Jun 2016 23:12:35 GMT
    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
    # Tue, 28 Jun 2016 23:12:35 GMT
    CMD ["python3"]
    # Tue, 28 Jun 2016 23:21:42 GMT
    RUN mkdir -p /usr/src/app
    # Tue, 28 Jun 2016 23:21:42 GMT
    WORKDIR /usr/src/app
    # Tue, 28 Jun 2016 23:21:42 GMT
    ONBUILD COPY requirements.txt /usr/src/app/
    # Tue, 28 Jun 2016 23:21:43 GMT
    ONBUILD RUN pip install --no-cache-dir -r requirements.txt
    # Tue, 28 Jun 2016 23:21:43 GMT
    ONBUILD COPY . /usr/src/app
    # Wed, 29 Jun 2016 00:00:49 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Wed, 29 Jun 2016 00:00:50 GMT
    EXPOSE 8000/tcp
    # Wed, 29 Jun 2016 00:00:51 GMT
    CMD ["python" "manage.py" "runserver" "0.0.0.0:8000"]
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437
      Last Modified: Thu, 09 Jun 2016 21:46:24 GMT
      Size: 18.5 MB (18547219 bytes)
    • sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33
      Last Modified: Thu, 09 Jun 2016 21:46:52 GMT
      Size: 42.5 MB (42525371 bytes)
    • sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e
      Last Modified: Thu, 09 Jun 2016 21:47:38 GMT
      Size: 129.7 MB (129704383 bytes)
    • sha256:7663bd2e167e1baec490bc208bdf854dae81b324bed9595edecc9136f06da7fe
      Last Modified: Wed, 15 Jun 2016 21:14:50 GMT
      Size: 242.5 KB (242498 bytes)
    • sha256:b02b62470313e60c4f307f5e47c0830a53ce8a2e072679f8052443d8a133bd62
      Last Modified: Tue, 28 Jun 2016 23:34:53 GMT
      Size: 18.9 MB (18850914 bytes)
    • sha256:5abb647385eeeecd782b42e3e2c85b3cf542f01c3067cfab5013f31f372fc209
      Last Modified: Tue, 28 Jun 2016 23:34:47 GMT
      Size: 266.0 B
    • sha256:6597e4d37dfff4ed145f38428c995e464d9500f3d03c025191c846aacbaf1b9c
      Last Modified: Tue, 28 Jun 2016 23:36:36 GMT
      Size: 127.0 B
    • sha256:a73733baa38fd34333e2c125e72ca3db59b37b63ffc4a26073cee2a7fb557a4d
      Last Modified: Wed, 29 Jun 2016 00:01:02 GMT
      Size: 16.4 MB (16402211 bytes)

django:1.9.7-python2

$ docker pull django@sha256:047ce227f93ddff0b11bf7dc75a10810560e2b848697784b8b425348b44fc5f3
  • Platforms:
    • linux; amd64

django:1.9.7-python2 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 153.2 MB (153232152 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:38dc50ed6821f26ff938c609ff4ab44ce0e8318df118c44a46ab530659e93529
  • Default Command: ["python2"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:30:15 GMT
    ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
    # Tue, 28 Jun 2016 23:01:59 GMT
    ENV PYTHON_VERSION=2.7.12
    # Tue, 28 Jun 2016 23:01:59 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:05:31 GMT
    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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:05:32 GMT
    CMD ["python2"]
    # Tue, 28 Jun 2016 23:57:02 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Tue, 28 Jun 2016 23:57:03 GMT
    ENV DJANGO_VERSION=1.9.7
    # Tue, 28 Jun 2016 23:57:26 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:5ee2ca7bcf24ec23502ac42c13ed7c4cbb27251c6384dc93d03c4d2b5556781b
      Last Modified: Tue, 28 Jun 2016 23:30:38 GMT
      Size: 17.4 MB (17443498 bytes)
    • sha256:4dfe8f7d00515c1283dab73f213c37adcb27a9feeddc804e2dcb88f5bf12019e
      Last Modified: Tue, 28 Jun 2016 23:57:54 GMT
      Size: 66.2 MB (66229801 bytes)
    • sha256:6489f14c08d722472ed0d252fa21b62f2bcbcc941cecdaa6780c9d97808ba901
      Last Modified: Tue, 28 Jun 2016 23:57:39 GMT
      Size: 14.9 MB (14870179 bytes)

django:1.9-python2

$ docker pull django@sha256:047ce227f93ddff0b11bf7dc75a10810560e2b848697784b8b425348b44fc5f3
  • Platforms:
    • linux; amd64

django:1.9-python2 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 153.2 MB (153232152 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:38dc50ed6821f26ff938c609ff4ab44ce0e8318df118c44a46ab530659e93529
  • Default Command: ["python2"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:30:15 GMT
    ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
    # Tue, 28 Jun 2016 23:01:59 GMT
    ENV PYTHON_VERSION=2.7.12
    # Tue, 28 Jun 2016 23:01:59 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:05:31 GMT
    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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:05:32 GMT
    CMD ["python2"]
    # Tue, 28 Jun 2016 23:57:02 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Tue, 28 Jun 2016 23:57:03 GMT
    ENV DJANGO_VERSION=1.9.7
    # Tue, 28 Jun 2016 23:57:26 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:5ee2ca7bcf24ec23502ac42c13ed7c4cbb27251c6384dc93d03c4d2b5556781b
      Last Modified: Tue, 28 Jun 2016 23:30:38 GMT
      Size: 17.4 MB (17443498 bytes)
    • sha256:4dfe8f7d00515c1283dab73f213c37adcb27a9feeddc804e2dcb88f5bf12019e
      Last Modified: Tue, 28 Jun 2016 23:57:54 GMT
      Size: 66.2 MB (66229801 bytes)
    • sha256:6489f14c08d722472ed0d252fa21b62f2bcbcc941cecdaa6780c9d97808ba901
      Last Modified: Tue, 28 Jun 2016 23:57:39 GMT
      Size: 14.9 MB (14870179 bytes)

django:1-python2

$ docker pull django@sha256:047ce227f93ddff0b11bf7dc75a10810560e2b848697784b8b425348b44fc5f3
  • Platforms:
    • linux; amd64

django:1-python2 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 153.2 MB (153232152 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:38dc50ed6821f26ff938c609ff4ab44ce0e8318df118c44a46ab530659e93529
  • Default Command: ["python2"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:30:15 GMT
    ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
    # Tue, 28 Jun 2016 23:01:59 GMT
    ENV PYTHON_VERSION=2.7.12
    # Tue, 28 Jun 2016 23:01:59 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:05:31 GMT
    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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:05:32 GMT
    CMD ["python2"]
    # Tue, 28 Jun 2016 23:57:02 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Tue, 28 Jun 2016 23:57:03 GMT
    ENV DJANGO_VERSION=1.9.7
    # Tue, 28 Jun 2016 23:57:26 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:5ee2ca7bcf24ec23502ac42c13ed7c4cbb27251c6384dc93d03c4d2b5556781b
      Last Modified: Tue, 28 Jun 2016 23:30:38 GMT
      Size: 17.4 MB (17443498 bytes)
    • sha256:4dfe8f7d00515c1283dab73f213c37adcb27a9feeddc804e2dcb88f5bf12019e
      Last Modified: Tue, 28 Jun 2016 23:57:54 GMT
      Size: 66.2 MB (66229801 bytes)
    • sha256:6489f14c08d722472ed0d252fa21b62f2bcbcc941cecdaa6780c9d97808ba901
      Last Modified: Tue, 28 Jun 2016 23:57:39 GMT
      Size: 14.9 MB (14870179 bytes)

django:python2

$ docker pull django@sha256:047ce227f93ddff0b11bf7dc75a10810560e2b848697784b8b425348b44fc5f3
  • Platforms:
    • linux; amd64

django:python2 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 153.2 MB (153232152 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:38dc50ed6821f26ff938c609ff4ab44ce0e8318df118c44a46ab530659e93529
  • Default Command: ["python2"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Fri, 10 Jun 2016 18:44:45 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 18:44:45 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:30:15 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
    # Fri, 10 Jun 2016 20:30:15 GMT
    ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
    # Tue, 28 Jun 2016 23:01:59 GMT
    ENV PYTHON_VERSION=2.7.12
    # Tue, 28 Jun 2016 23:01:59 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:05:31 GMT
    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 -depth 		\( 		    \( -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 ~/.cache
    # Tue, 28 Jun 2016 23:05:32 GMT
    CMD ["python2"]
    # Tue, 28 Jun 2016 23:57:02 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Tue, 28 Jun 2016 23:57:03 GMT
    ENV DJANGO_VERSION=1.9.7
    # Tue, 28 Jun 2016 23:57:26 GMT
    RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f
      Last Modified: Tue, 28 Jun 2016 23:30:34 GMT
      Size: 3.3 MB (3336139 bytes)
    • sha256:5ee2ca7bcf24ec23502ac42c13ed7c4cbb27251c6384dc93d03c4d2b5556781b
      Last Modified: Tue, 28 Jun 2016 23:30:38 GMT
      Size: 17.4 MB (17443498 bytes)
    • sha256:4dfe8f7d00515c1283dab73f213c37adcb27a9feeddc804e2dcb88f5bf12019e
      Last Modified: Tue, 28 Jun 2016 23:57:54 GMT
      Size: 66.2 MB (66229801 bytes)
    • sha256:6489f14c08d722472ed0d252fa21b62f2bcbcc941cecdaa6780c9d97808ba901
      Last Modified: Tue, 28 Jun 2016 23:57:39 GMT
      Size: 14.9 MB (14870179 bytes)

django:python2-onbuild

$ docker pull django@sha256:f126f30e4119e13d4b71eff5324de2b315656ac82c9da18db26fc83abf406bd2
  • Platforms:
    • linux; amd64

django:python2-onbuild - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 277.6 MB (277563191 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:e38084662dd81e604b1900d1436607455de343172d8f9aaaa257d0a8789466c2
  • Default Command: ["python","manage.py","runserver","0.0.0.0:8000"]

    # Thu, 09 Jun 2016 21:28:42 GMT
    ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
    # Thu, 09 Jun 2016 21:28:43 GMT
    CMD ["/bin/bash"]
    # Thu, 09 Jun 2016 21:35:50 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
    # Thu, 09 Jun 2016 21:37:09 GMT
    RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
    # Thu, 09 Jun 2016 21:39:19 GMT
    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 		libdb-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/*
    # Fri, 10 Jun 2016 20:09:38 GMT
    RUN apt-get purge -y python.*
    # Fri, 10 Jun 2016 20:09:38 GMT
    ENV LANG=C.UTF-8
    # Fri, 10 Jun 2016 20:26:56 GMT
    ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
    # Tue, 28 Jun 2016 22:59:39 GMT
    ENV PYTHON_VERSION=2.7.12
    # Tue, 28 Jun 2016 22:59:40 GMT
    ENV PYTHON_PIP_VERSION=8.1.2
    # Tue, 28 Jun 2016 23:01:54 GMT
    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 -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& rm -rf /usr/src/python ~/.cache
    # Tue, 28 Jun 2016 23:01:57 GMT
    RUN pip install --no-cache-dir virtualenv
    # Tue, 28 Jun 2016 23:01:58 GMT
    CMD ["python2"]
    # Tue, 28 Jun 2016 23:09:57 GMT
    RUN mkdir -p /usr/src/app
    # Tue, 28 Jun 2016 23:09:57 GMT
    WORKDIR /usr/src/app
    # Tue, 28 Jun 2016 23:09:58 GMT
    ONBUILD COPY requirements.txt /usr/src/app/
    # Tue, 28 Jun 2016 23:09:58 GMT
    ONBUILD RUN pip install --no-cache-dir -r requirements.txt
    # Tue, 28 Jun 2016 23:09:58 GMT
    ONBUILD COPY . /usr/src/app
    # Tue, 28 Jun 2016 23:59:28 GMT
    RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
    # Tue, 28 Jun 2016 23:59:29 GMT
    EXPOSE 8000/tcp
    # Tue, 28 Jun 2016 23:59:30 GMT
    CMD ["python" "manage.py" "runserver" "0.0.0.0:8000"]
    
  • Layers:

    • sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b
      Last Modified: Thu, 09 Jun 2016 21:30:47 GMT
      Size: 51.4 MB (51352535 bytes)
    • sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437
      Last Modified: Thu, 09 Jun 2016 21:46:24 GMT
      Size: 18.5 MB (18547219 bytes)
    • sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33
      Last Modified: Thu, 09 Jun 2016 21:46:52 GMT
      Size: 42.5 MB (42525371 bytes)
    • sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e
      Last Modified: Thu, 09 Jun 2016 21:47:38 GMT
      Size: 129.7 MB (129704383 bytes)
    • sha256:7663bd2e167e1baec490bc208bdf854dae81b324bed9595edecc9136f06da7fe
      Last Modified: Wed, 15 Jun 2016 21:14:50 GMT
      Size: 242.5 KB (242498 bytes)
    • sha256:fbb7dce8e64f15ac2b5a6f5e5d1982c91d620b72f4b0f65c878aafb99cfca20c
      Last Modified: Tue, 28 Jun 2016 23:30:04 GMT
      Size: 15.5 MB (15546699 bytes)
    • sha256:9c4317aaf0d0646b15ab0335c026656f34291bf007788c4d532da882fe6fbeb7
      Last Modified: Tue, 28 Jun 2016 23:30:00 GMT
      Size: 3.3 MB (3257071 bytes)
    • sha256:46fc621e5db66421279d633105193c2addba506b331d71b3a2692a2b0912cab0
      Last Modified: Tue, 28 Jun 2016 23:32:16 GMT
      Size: 127.0 B
    • sha256:bc96f51e700c87ea442395bb3bc98273a7270e1830734b3f5eaa6721c4672d49
      Last Modified: Tue, 28 Jun 2016 23:59:41 GMT
      Size: 16.4 MB (16387288 bytes)