Namespace
library
Image / Tag
python:3.7-rc-windowsservercore-1709
Content Digest
sha256:da99cdac04ca576ea1e64efd4204e80f5581ae0f6b6ef9c4878668d3507c37b4
Details
Created

2018-06-28 10:51:20 UTC

Size

2.94 GB

Content Digest
Environment
PYTHON_PIP_VERSION

10.0.1

PYTHON_RELEASE

3.7.0

PYTHON_VERSION

3.7.0b5


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 72.07% (2.12 GB)

[#001] sha256:3b9c63e313c8b374d5767c602fd6f2b947a3f1df9a8f8c5fcecb2fa6b1cfa968 - 26.1% (785 MB)

[#002] sha256:c64dfe6152b178e35770ab15c53bfcc70f8dd47d8a0551e325ccfa665416b738 - 0.0% (1.16 KB)

[#003] sha256:b0ca6a3cfd4163b1c97b751fe61cbc6b9aa2655d565f5d229f10638c9160cfbd - 0.0% (1.17 KB)

[#004] sha256:d9c2083847976b6d6a28f2ab70800f7f5f4a282d76d88e9de661d50fec752e13 - 0.0% (1.15 KB)

[#005] sha256:05ee16b5fecedc797d2f10229107f642805a44bd73851f77da60eb87ba49e6e3 - 1.53% (46 MB)

[#006] sha256:899454b4691de8939db432681e15304a9947f547f0ead9d1096e0a730e180dd0 - 0.0% (1.17 KB)

[#007] sha256:9341350483b2734f3888d1b75f792eecb3ad43a0ae11642d5d83b69a41fde223 - 0.3% (9.02 MB)

[#008] sha256:55daba92e0647650d5e6b478db279096e85f64c1f31f404482659780e7ac407b - 0.0% (1.17 KB)


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2018-06-11 20:38:48 UTC

Install update 10.0.16299.492

2018-06-16 10:25:10 UTC

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

2018-06-28 10:45:54 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.7.0b5

2018-06-28 10:45:54 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.7.0

2018-06-28 10:49:47 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $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); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $url -OutFile '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.';

2018-06-28 10:49:48 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=10.0.1

2018-06-28 10:51:19 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri 'https://bootstrap.pypa.io/get-pip.py' -OutFile '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.';

2018-06-28 10:51:20 UTC

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