KS
Size: a a a
KS
PG
KS
KS
PG
KS
KS
IK
KS
KS
OT
KS
KS
OT
KS
DL
FROM mcr.microsoft.com/windows/servercore:1809-amd64
<подготовка к установке питона>
RUN powershell -Command Start-Process c:\python.exe -ArgumentList '/quiet InstallAllUsers=1 PrependPath=1 TargetDir=C:\Python36' -Wait -PassThru
DL
Step 5/6 : RUN powershell ...
---> Running in 84bdd7dd9b96
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
------- ------ ----- ----- ------ -- -- -----------
192 14 2520 9264 0.08 21448 11 python
Step 5/6 : RUN powershell ...
---> Running in 18f8eca3f5e8
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
------- ------ ----- ----- ------ -- -- -----------
0 0 0 0.00 8664
PG
DL
Step 1/6 : FROM mcr.microsoft.com/windows/servercore:1809-amd64
---> ca26d503ca6d
Step 2/6 : ARG CI_PYTHON_SOURCE
---> Running in 97db598b5145
Removing intermediate container 97db598b5145
---> 43982b8c5969
Step 3/6 : RUN powershell -Command $ProgressPreference = 'SilentlyContinue'
---> Running in ed2cad72fc1e
Removing intermediate container ed2cad72fc1e
---> 5a9d5ed0b73c
Step 4/6 : RUN powershell -Command Invoke-WebRequest -Uri $env:CI_PYTHON_SOURCE -OutFile 'C:\python.exe'
---> Running in a8261a6d5a46
Removing intermediate container a8261a6d5a46
---> 73a4c5689e39
Step 5/6 : RUN powershell -Command Start-Process c:\python.exe -ArgumentList '/quiet InstallAllUsers=1 PrependPath=1 TargetDir=C:\Python36' -Wait -PassThru
---> Running in 5df4bd07a578
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
------- ------ ----- ----- ------ -- -- -----------
0 0 0 0.00 9212
Removing intermediate container 5df4bd07a578
---> 99de8e9eb8a6
Step 6/6 : ENTRYPOINT powershell
---> Running in 5741b6e29923
Removing intermediate container 5741b6e29923
---> d4e6da9802b0
Successfully built d4e6da9802b0
Successfully tagged test:test
Б
