Namespace
library
Image / Tag
python:3.6-rc-onbuild
Content Digest
sha256:48b5a6a0dce616ef0223c219d2afac6364966a2ea6d954dcdc4ee83954c66003
Details
Created

2017-07-10 21:16:07 UTC

Size

258 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

9.0.1

PYTHON_VERSION

3.6.2rc2


Layers

[#000] sha256:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 19.43% (50.2 MB)

[#001] sha256:d3942a742d221ef22a0a335c4eebf09e15a36dcfb224b5a2d0cdcc405f374ccb - 7.11% (18.4 MB)

[#002] sha256:c6575234aef399808d6e3b63e57255301698ec6b1d5e62994f2df6605eed4e24 - 15.96% (41.2 MB)

[#003] sha256:8af5f3519ed25221b1b1ebd27ca51b29c699bccc4404f8866c6de452a2d06301 - 48.69% (126 MB)

[#004] sha256:27868e2bc876c3ad2363f9b6769bb192e8e2e05d61bee6b0941830ae5659cc2e - 1.07% (2.76 MB)

[#005] sha256:1af35b08ea8afdca7549ea24a158ebbf9a206be61c249a50ec39914b14c29562 - 7.13% (18.4 MB)

[#006] sha256:909a0f51c331dba954ee1a5125f3117c75e01ce88914a0de8671622c9512a2a9 - 0.0% (233 Bytes)

[#007] sha256:68ea45273c967f68856e4bffabc0f60f382c1680462ce9305e9d262993c2d1c0 - 0.61% (1.58 MB)

[#008] sha256:d6a55c667868ed6dd07a6fb09795689a0afff6785c08c7bcddcf3f5ed02f1971 - 0.0% (126 Bytes)


History
2017-06-20 20:13:32 UTC

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

2017-06-20 20:13:34 UTC

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

2017-06-20 21:03:33 UTC

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

2017-07-06 22:11:14 UTC

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

2017-07-06 22:12:05 UTC

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

2017-07-06 22:14:32 UTC

/bin/sh -c set -ex; 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 libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-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 $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2017-07-08 04:54:11 UTC

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

2017-07-08 04:54:11 UTC

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

2017-07-08 04:54:21 UTC

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

2017-07-08 04:59:26 UTC

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

2017-07-10 21:07:58 UTC

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

2017-07-10 21:09:41 UTC

/bin/sh -c set -ex && buildDeps=' dpkg-dev tcl-dev tk-dev ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && find /usr/local -depth \( \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python

2017-07-10 21:09:43 UTC

/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2017-07-10 21:09:43 UTC

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

2017-07-10 21:09:48 UTC

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

2017-07-10 21:09:48 UTC

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

2017-07-10 21:16:05 UTC

/bin/sh -c mkdir -p /usr/src/app

2017-07-10 21:16:06 UTC

/bin/sh -c #(nop) WORKDIR /usr/src/app

2017-07-10 21:16:06 UTC

/bin/sh -c #(nop) ONBUILD COPY requirements.txt /usr/src/app/

2017-07-10 21:16:07 UTC

/bin/sh -c #(nop) ONBUILD RUN pip install --no-cache-dir -r requirements.txt

2017-07-10 21:16:07 UTC

/bin/sh -c #(nop) ONBUILD COPY . /usr/src/app