Namespace
library
Image / Tag
python:3.7.0b3-windowsservercore-1709
Content Digest
sha256:2b7315576940cf214e241814614898d577df1bfd627e6fea4b0f18fe7e6b9b93
Details
Created

2018-04-27 09:36:23 UTC

Size

2.88 GB

Content Digest
Environment
PYTHON_PIP_VERSION

10.0.1

PYTHON_RELEASE

3.7.0

PYTHON_VERSION

3.7.0b3


Layers

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

[#001] sha256:2dd7b93d509d5e7086ff08713d58180cc639adf9536c560a2dca5bf7139f5323 - 24.62% (726 MB)

[#002] sha256:c87bca28288a632bcbf4a2a60ebf89a3e996de2cd79edec70cde506458b9b16c - 0.0% (1.18 KB)

[#003] sha256:c0a2439d9532c805f58bf45f7b2e175c28ed7668272edaaefec255c6f3722c6d - 0.0% (1.18 KB)

[#004] sha256:d4d81ab482e8ca9d5db2385c2aefbd02c891e66c18d423a5e4559e5b82746969 - 0.0% (1.17 KB)

[#005] sha256:7a99a1557a4f4a5a6ed3648787fa444590fa9a6499e8344598bfbe128cea4093 - 1.55% (45.9 MB)

[#006] sha256:319c865e2f0f699f345a4ebbc22025459377433f96d93d573aeb8822c3f9db3e - 0.0% (1.17 KB)

[#007] sha256:8263c791a380176e34a32ab06a26bda00e7af59c0f497e808414c500d659c6f6 - 0.3% (8.99 MB)

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


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

Apply image 10.0.16299.15

2018-04-02 18:15:35 UTC

Install update 10.0.16299.371

2018-04-11 09:40:22 UTC

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

2018-04-27 09:32:37 UTC

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

2018-04-27 09:32:37 UTC

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

2018-04-27 09:34:59 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-04-27 09:35:00 UTC

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

2018-04-27 09:36:22 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-04-27 09:36:23 UTC

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