Namespace
library
Image / Tag
python:3.6-rc-windowsservercore
Content Digest
sha256:b8a86e55a972aa3e81484b48c5548173201e379b105ebbfeda64227d1626202c
Details
Created

2017-07-12 18:29:11 UTC

Size

4.92 GB

Content Digest
Environment
PYTHON_PIP_VERSION

9.0.1

PYTHON_RELEASE

3.6.2

PYTHON_VERSION

3.6.2rc2


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 76.97% (3.79 GB)

[#001] sha256:6d4d50238ed13902c153bc3efc3a22f8a96bca4168ea03624d01da1063728dc2 - 21.97% (1.08 GB)

[#002] sha256:2869ce7d2a7c3a942c84de08ac9b045cb0a8deefa17949b571dffa5cd1cc28cd - 0.0% (1.19 KB)

[#003] sha256:d36418a96041da6d39db1a451d38edb7a541b4879aab2964ade6b98d57dd7620 - 0.0% (1.19 KB)

[#004] sha256:1ca2e2b6a47f197f44896be3f63e89c733c5ed8e6d542e9c06081f6d9befaf71 - 0.0% (1.2 KB)

[#005] sha256:3ca75edab20d386bc73b7108ca0b766158aacc8c66df982ac1d3852e6898841a - 0.89% (44.8 MB)

[#006] sha256:965294a6074a492261d3afa757eefd7322d5ee27338c3f2033dfad1b04a698c4 - 0.0% (1.2 KB)

[#007] sha256:d368f7603bbf13a87bda0b3e71106fc892f948808a889aee2c034c40428be355 - 0.17% (8.73 MB)

[#008] sha256:b28fdf698ed72be10e95b8a97cf130b41eeabac251f304de6a3df6dee8f050e9 - 0.0% (1.19 KB)


History
2016-11-22 15:24:24 -0800

Apply image 10.0.14393.0

2017-04-10 15:00:56 -0700

Install update 10.0.14393.1066

2017-04-18 17:08:48 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2017-07-12 18:26:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV PYTHON_VERSION=3.6.2rc2

2017-07-12 18:27:00 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV PYTHON_RELEASE=3.6.2

2017-07-12 18:28:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); Write-Host ('Downloading {0} ...' -f $url); (New-Object System.Net.WebClient).DownloadFile($url, 'python.exe'); Write-Host 'Installing ...'; Start-Process python.exe -Wait -ArgumentList @( '/quiet', 'InstallAllUsers=1', 'TargetDir=C:\Python', 'PrependPath=1', 'Shortcuts=0', 'Include_doc=0', 'Include_pip=0', 'Include_test=0' ); $env:PATH = [Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' python --version'; python --version; Write-Host 'Removing ...'; Remove-Item python.exe -Force; Write-Host 'Complete.';

2017-07-12 18:28:18 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV PYTHON_PIP_VERSION=9.0.1

2017-07-12 18:29:08 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); (New-Object System.Net.WebClient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'get-pip.py'); python get-pip.py --disable-pip-version-check --no-cache-dir ('pip=={0}' -f $env:PYTHON_PIP_VERSION) ; Remove-Item get-pip.py -Force; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.';

2017-07-12 18:29:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["python"]