tag-details.md 66 KB

Tags of django

django:1.9.8-python3

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

django:1.9.8-python3 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 157.5 MB (157543050 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194
  • 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, 19 Jul 2016 20:58:06 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:58:08 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, 19 Jul 2016 20:58:08 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 23:14: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/*
    # Tue, 19 Jul 2016 23:14:35 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:15:25 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:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede
      Last Modified: Tue, 19 Jul 2016 21:45:13 GMT
      Size: 21.6 MB (21623305 bytes)
    • sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc
      Last Modified: Tue, 19 Jul 2016 21:45:01 GMT
      Size: 267.0 B
    • sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc
      Last Modified: Tue, 19 Jul 2016 23:16:08 GMT
      Size: 66.2 MB (66239813 bytes)
    • sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b
      Last Modified: Tue, 19 Jul 2016 23:15:44 GMT
      Size: 15.0 MB (14990991 bytes)

django:1.9-python3

$ docker pull django@sha256:212196c2c7854e10b29aa417246690fbb029011131358fd1f3949d9489062b9e
  • 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: 157.5 MB (157543050 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194
  • 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, 19 Jul 2016 20:58:06 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:58:08 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, 19 Jul 2016 20:58:08 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 23:14: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/*
    # Tue, 19 Jul 2016 23:14:35 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:15:25 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:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede
      Last Modified: Tue, 19 Jul 2016 21:45:13 GMT
      Size: 21.6 MB (21623305 bytes)
    • sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc
      Last Modified: Tue, 19 Jul 2016 21:45:01 GMT
      Size: 267.0 B
    • sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc
      Last Modified: Tue, 19 Jul 2016 23:16:08 GMT
      Size: 66.2 MB (66239813 bytes)
    • sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b
      Last Modified: Tue, 19 Jul 2016 23:15:44 GMT
      Size: 15.0 MB (14990991 bytes)

django:1-python3

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

django:1-python3 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 157.5 MB (157543050 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194
  • 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, 19 Jul 2016 20:58:06 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:58:08 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, 19 Jul 2016 20:58:08 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 23:14: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/*
    # Tue, 19 Jul 2016 23:14:35 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:15:25 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:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede
      Last Modified: Tue, 19 Jul 2016 21:45:13 GMT
      Size: 21.6 MB (21623305 bytes)
    • sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc
      Last Modified: Tue, 19 Jul 2016 21:45:01 GMT
      Size: 267.0 B
    • sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc
      Last Modified: Tue, 19 Jul 2016 23:16:08 GMT
      Size: 66.2 MB (66239813 bytes)
    • sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b
      Last Modified: Tue, 19 Jul 2016 23:15:44 GMT
      Size: 15.0 MB (14990991 bytes)

django:python3

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

django:python3 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 157.5 MB (157543050 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194
  • 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, 19 Jul 2016 20:58:06 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:58:08 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, 19 Jul 2016 20:58:08 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 23:14: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/*
    # Tue, 19 Jul 2016 23:14:35 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:15:25 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:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede
      Last Modified: Tue, 19 Jul 2016 21:45:13 GMT
      Size: 21.6 MB (21623305 bytes)
    • sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc
      Last Modified: Tue, 19 Jul 2016 21:45:01 GMT
      Size: 267.0 B
    • sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc
      Last Modified: Tue, 19 Jul 2016 23:16:08 GMT
      Size: 66.2 MB (66239813 bytes)
    • sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b
      Last Modified: Tue, 19 Jul 2016 23:15:44 GMT
      Size: 15.0 MB (14990991 bytes)

django:1.9.8

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

django:1.9.8 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 157.5 MB (157543050 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194
  • 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, 19 Jul 2016 20:58:06 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:58:08 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, 19 Jul 2016 20:58:08 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 23:14: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/*
    # Tue, 19 Jul 2016 23:14:35 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:15:25 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:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede
      Last Modified: Tue, 19 Jul 2016 21:45:13 GMT
      Size: 21.6 MB (21623305 bytes)
    • sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc
      Last Modified: Tue, 19 Jul 2016 21:45:01 GMT
      Size: 267.0 B
    • sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc
      Last Modified: Tue, 19 Jul 2016 23:16:08 GMT
      Size: 66.2 MB (66239813 bytes)
    • sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b
      Last Modified: Tue, 19 Jul 2016 23:15:44 GMT
      Size: 15.0 MB (14990991 bytes)

django:1.9

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

django:1.9 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 157.5 MB (157543050 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194
  • 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, 19 Jul 2016 20:58:06 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:58:08 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, 19 Jul 2016 20:58:08 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 23:14: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/*
    # Tue, 19 Jul 2016 23:14:35 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:15:25 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:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede
      Last Modified: Tue, 19 Jul 2016 21:45:13 GMT
      Size: 21.6 MB (21623305 bytes)
    • sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc
      Last Modified: Tue, 19 Jul 2016 21:45:01 GMT
      Size: 267.0 B
    • sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc
      Last Modified: Tue, 19 Jul 2016 23:16:08 GMT
      Size: 66.2 MB (66239813 bytes)
    • sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b
      Last Modified: Tue, 19 Jul 2016 23:15:44 GMT
      Size: 15.0 MB (14990991 bytes)

django:1

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

django:1 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 157.5 MB (157543050 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194
  • 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, 19 Jul 2016 20:58:06 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:58:08 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, 19 Jul 2016 20:58:08 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 23:14: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/*
    # Tue, 19 Jul 2016 23:14:35 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:15:25 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:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede
      Last Modified: Tue, 19 Jul 2016 21:45:13 GMT
      Size: 21.6 MB (21623305 bytes)
    • sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc
      Last Modified: Tue, 19 Jul 2016 21:45:01 GMT
      Size: 267.0 B
    • sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc
      Last Modified: Tue, 19 Jul 2016 23:16:08 GMT
      Size: 66.2 MB (66239813 bytes)
    • sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b
      Last Modified: Tue, 19 Jul 2016 23:15:44 GMT
      Size: 15.0 MB (14990991 bytes)

django:latest

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

django:latest - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 157.5 MB (157543050 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194
  • 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, 19 Jul 2016 20:58:06 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:58:08 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, 19 Jul 2016 20:58:08 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 23:14: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/*
    # Tue, 19 Jul 2016 23:14:35 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:15:25 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:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede
      Last Modified: Tue, 19 Jul 2016 21:45:13 GMT
      Size: 21.6 MB (21623305 bytes)
    • sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc
      Last Modified: Tue, 19 Jul 2016 21:45:01 GMT
      Size: 267.0 B
    • sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc
      Last Modified: Tue, 19 Jul 2016 23:16:08 GMT
      Size: 66.2 MB (66239813 bytes)
    • sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b
      Last Modified: Tue, 19 Jul 2016 23:15:44 GMT
      Size: 15.0 MB (14990991 bytes)

django:python3-onbuild

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

django:python3-onbuild - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 280.6 MB (280556614 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:b31dd7ed2f293cf244fdc305cc802a3005a1aeee33f6b05e68dd7c432a9331d0
  • 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, 19 Jul 2016 20:51:16 GMT
    RUN set -ex 	&& buildDeps=' 		tcl-dev 		tk-dev 	' 	&& runDeps=' 		tcl 		tk 	' 	&& apt-get update && apt-get install -y $runDeps $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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:51:18 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, 19 Jul 2016 20:51:19 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 21:07:03 GMT
    RUN mkdir -p /usr/src/app
    # Tue, 19 Jul 2016 21:07:03 GMT
    WORKDIR /usr/src/app
    # Tue, 19 Jul 2016 21:07:04 GMT
    ONBUILD COPY requirements.txt /usr/src/app/
    # Tue, 19 Jul 2016 21:07:04 GMT
    ONBUILD RUN pip install --no-cache-dir -r requirements.txt
    # Tue, 19 Jul 2016 21:07:04 GMT
    ONBUILD COPY . /usr/src/app
    # Tue, 19 Jul 2016 23:12:05 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, 19 Jul 2016 23:12:06 GMT
    EXPOSE 8000/tcp
    # Tue, 19 Jul 2016 23:12:07 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:db2bd34048ff680edd3c7e8e42b2b7a6d8db46d79eeb991ecef6916d827f6515
      Last Modified: Tue, 19 Jul 2016 21:44:32 GMT
      Size: 21.8 MB (21800311 bytes)
    • sha256:247d62217c1c43db236ae2c765f82e51bc08cd65e2c602901e06a1231a3f900c
      Last Modified: Tue, 19 Jul 2016 21:44:04 GMT
      Size: 266.0 B
    • sha256:a61c4cef8c5a44e0bf8e2784ec3c8e6cfab83e12254567f7913a3ca27023d739
      Last Modified: Tue, 19 Jul 2016 21:47:05 GMT
      Size: 125.0 B
    • sha256:43c72010390b85e654d4c7bed4c7128173e4df364f0d8c330225d455519fe454
      Last Modified: Tue, 19 Jul 2016 23:12:25 GMT
      Size: 16.4 MB (16383906 bytes)

django:onbuild

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

django:onbuild - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 280.6 MB (280556614 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:b31dd7ed2f293cf244fdc305cc802a3005a1aeee33f6b05e68dd7c432a9331d0
  • 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, 19 Jul 2016 20:51:16 GMT
    RUN set -ex 	&& buildDeps=' 		tcl-dev 		tk-dev 	' 	&& runDeps=' 		tcl 		tk 	' 	&& apt-get update && apt-get install -y $runDeps $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-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:51:18 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, 19 Jul 2016 20:51:19 GMT
    CMD ["python3"]
    # Tue, 19 Jul 2016 21:07:03 GMT
    RUN mkdir -p /usr/src/app
    # Tue, 19 Jul 2016 21:07:03 GMT
    WORKDIR /usr/src/app
    # Tue, 19 Jul 2016 21:07:04 GMT
    ONBUILD COPY requirements.txt /usr/src/app/
    # Tue, 19 Jul 2016 21:07:04 GMT
    ONBUILD RUN pip install --no-cache-dir -r requirements.txt
    # Tue, 19 Jul 2016 21:07:04 GMT
    ONBUILD COPY . /usr/src/app
    # Tue, 19 Jul 2016 23:12:05 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, 19 Jul 2016 23:12:06 GMT
    EXPOSE 8000/tcp
    # Tue, 19 Jul 2016 23:12:07 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:db2bd34048ff680edd3c7e8e42b2b7a6d8db46d79eeb991ecef6916d827f6515
      Last Modified: Tue, 19 Jul 2016 21:44:32 GMT
      Size: 21.8 MB (21800311 bytes)
    • sha256:247d62217c1c43db236ae2c765f82e51bc08cd65e2c602901e06a1231a3f900c
      Last Modified: Tue, 19 Jul 2016 21:44:04 GMT
      Size: 266.0 B
    • sha256:a61c4cef8c5a44e0bf8e2784ec3c8e6cfab83e12254567f7913a3ca27023d739
      Last Modified: Tue, 19 Jul 2016 21:47:05 GMT
      Size: 125.0 B
    • sha256:43c72010390b85e654d4c7bed4c7128173e4df364f0d8c330225d455519fe454
      Last Modified: Tue, 19 Jul 2016 23:12:25 GMT
      Size: 16.4 MB (16383906 bytes)

django:1.9.8-python2

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

django:1.9.8-python2 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 154.0 MB (154013397 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:5237faea5e4b9971b00a104562c6a8325d5b8fe56fde86778f62ddc2da5c7bc2
  • 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, 19 Jul 2016 20:11:23 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:11:24 GMT
    CMD ["python2"]
    # Tue, 19 Jul 2016 23:06:57 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, 19 Jul 2016 23:06:59 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:07:34 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:d59b56cfc4bf0112cc2b5e7572bc74226e60628de2553ddf7727ccde6aab4dcf
      Last Modified: Tue, 19 Jul 2016 21:37:44 GMT
      Size: 18.1 MB (18112485 bytes)
    • sha256:aea67edfba36400cfdaa593176e06386a2b2233dc82b95005b90445c2c35904c
      Last Modified: Tue, 19 Jul 2016 23:08:16 GMT
      Size: 66.2 MB (66239730 bytes)
    • sha256:791ab07ad0d8603bb8a573dd84f8d722bc82e5f81f9e3345e2c04da0dcb0e92c
      Last Modified: Tue, 19 Jul 2016 23:07:53 GMT
      Size: 15.0 MB (14972508 bytes)

django:1.9-python2

$ docker pull django@sha256:47eccfd65e4b1e9fae51382a15fcb419ea5761440831304f13e17c90200ee7f7
  • 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: 154.0 MB (154013397 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:5237faea5e4b9971b00a104562c6a8325d5b8fe56fde86778f62ddc2da5c7bc2
  • 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, 19 Jul 2016 20:11:23 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:11:24 GMT
    CMD ["python2"]
    # Tue, 19 Jul 2016 23:06:57 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, 19 Jul 2016 23:06:59 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:07:34 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:d59b56cfc4bf0112cc2b5e7572bc74226e60628de2553ddf7727ccde6aab4dcf
      Last Modified: Tue, 19 Jul 2016 21:37:44 GMT
      Size: 18.1 MB (18112485 bytes)
    • sha256:aea67edfba36400cfdaa593176e06386a2b2233dc82b95005b90445c2c35904c
      Last Modified: Tue, 19 Jul 2016 23:08:16 GMT
      Size: 66.2 MB (66239730 bytes)
    • sha256:791ab07ad0d8603bb8a573dd84f8d722bc82e5f81f9e3345e2c04da0dcb0e92c
      Last Modified: Tue, 19 Jul 2016 23:07:53 GMT
      Size: 15.0 MB (14972508 bytes)

django:1-python2

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

django:1-python2 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 154.0 MB (154013397 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:5237faea5e4b9971b00a104562c6a8325d5b8fe56fde86778f62ddc2da5c7bc2
  • 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, 19 Jul 2016 20:11:23 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:11:24 GMT
    CMD ["python2"]
    # Tue, 19 Jul 2016 23:06:57 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, 19 Jul 2016 23:06:59 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:07:34 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:d59b56cfc4bf0112cc2b5e7572bc74226e60628de2553ddf7727ccde6aab4dcf
      Last Modified: Tue, 19 Jul 2016 21:37:44 GMT
      Size: 18.1 MB (18112485 bytes)
    • sha256:aea67edfba36400cfdaa593176e06386a2b2233dc82b95005b90445c2c35904c
      Last Modified: Tue, 19 Jul 2016 23:08:16 GMT
      Size: 66.2 MB (66239730 bytes)
    • sha256:791ab07ad0d8603bb8a573dd84f8d722bc82e5f81f9e3345e2c04da0dcb0e92c
      Last Modified: Tue, 19 Jul 2016 23:07:53 GMT
      Size: 15.0 MB (14972508 bytes)

django:python2

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

django:python2 - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 154.0 MB (154013397 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:5237faea5e4b9971b00a104562c6a8325d5b8fe56fde86778f62ddc2da5c7bc2
  • 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, 19 Jul 2016 20:11:23 GMT
    RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		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 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:11:24 GMT
    CMD ["python2"]
    # Tue, 19 Jul 2016 23:06:57 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, 19 Jul 2016 23:06:59 GMT
    ENV DJANGO_VERSION=1.9.8
    # Tue, 19 Jul 2016 23:07:34 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:d59b56cfc4bf0112cc2b5e7572bc74226e60628de2553ddf7727ccde6aab4dcf
      Last Modified: Tue, 19 Jul 2016 21:37:44 GMT
      Size: 18.1 MB (18112485 bytes)
    • sha256:aea67edfba36400cfdaa593176e06386a2b2233dc82b95005b90445c2c35904c
      Last Modified: Tue, 19 Jul 2016 23:08:16 GMT
      Size: 66.2 MB (66239730 bytes)
    • sha256:791ab07ad0d8603bb8a573dd84f8d722bc82e5f81f9e3345e2c04da0dcb0e92c
      Last Modified: Tue, 19 Jul 2016 23:07:53 GMT
      Size: 15.0 MB (14972508 bytes)

django:python2-onbuild

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

django:python2-onbuild - linux; amd64

  • Docker Version: 1.10.3
  • Manifest MIME: application/vnd.docker.distribution.manifest.v2+json
  • Total Size: 280.5 MB (280531160 bytes)
    (compressed transfer size, not on-disk size)
  • Image ID: sha256:90175561cad2541c26c9b01e2b6a3d21d08b2d21cda827c63f659852b5b1cced
  • 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, 19 Jul 2016 20:04:04 GMT
    RUN set -ex 	&& buildDeps=' 		tcl-dev 		tk-dev 	' 	&& runDeps=' 		tcl 		tk 	' 	&& apt-get update && apt-get install -y $runDeps $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 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$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, 19 Jul 2016 20:04:08 GMT
    RUN pip install --no-cache-dir virtualenv
    # Tue, 19 Jul 2016 20:04:09 GMT
    CMD ["python2"]
    # Tue, 19 Jul 2016 20:20:52 GMT
    RUN mkdir -p /usr/src/app
    # Tue, 19 Jul 2016 20:20:52 GMT
    WORKDIR /usr/src/app
    # Tue, 19 Jul 2016 20:20:53 GMT
    ONBUILD COPY requirements.txt /usr/src/app/
    # Tue, 19 Jul 2016 20:20:54 GMT
    ONBUILD RUN pip install --no-cache-dir -r requirements.txt
    # Tue, 19 Jul 2016 20:20:54 GMT
    ONBUILD COPY . /usr/src/app
    # Tue, 19 Jul 2016 23:10:18 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, 19 Jul 2016 23:10:19 GMT
    EXPOSE 8000/tcp
    # Tue, 19 Jul 2016 23:10:20 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:b68f5aeb12b3e87ab85cd6da870e24504adb9f53845c99e1ee478f537f2a932a
      Last Modified: Tue, 19 Jul 2016 21:36:56 GMT
      Size: 18.5 MB (18531429 bytes)
    • sha256:a0ff23346326ed09a5305df63e1d48d629cdf5a69d935d60ce7567fc6b6ecc12
      Last Modified: Tue, 19 Jul 2016 21:36:48 GMT
      Size: 3.3 MB (3257142 bytes)
    • sha256:7c4b07a5274dfabe447ac40e4908d636fe880917cce8b125af74af2639e3b504
      Last Modified: Tue, 19 Jul 2016 21:40:06 GMT
      Size: 128.0 B
    • sha256:bf51096b9d3c0d25a44957c51dd5bbb503d7e671e5c439e3ef3c8465c1f0ad8b
      Last Modified: Tue, 19 Jul 2016 23:10:38 GMT
      Size: 16.4 MB (16370455 bytes)