2022-11-02 19:39:27 UTC
225 MB
PSDocker-NanoServer-ltsc2022
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:38fa349577729651ac1fc3ec785f908719a8100da5f5ba9bd3f549411061f583 - 50.13% (113 MB)
[#001] sha256:31e685cf7890a8fc4ed482811ded33da84ec8ba0096c8e2f7e5b897d26e27b8a - 0.0% (1.01 KB)
[#002] sha256:454911fb8c6974befe808555e8145b1da51de0c542b72e2de442321dfc037438 - 0.0% (1.01 KB)
[#003] sha256:8a2738e8cff73ec4bacc86895d39554790fab84e6ec391c57fbaf2735875c7bd - 0.04% (84.9 KB)
[#004] sha256:ff7fcdbbc118d3e6f5c68f6afee8b1e4ccd645ed5f71992cc6dc6ecb7ea5785e - 0.0% (1.01 KB)
[#005] sha256:bcb31477fff78ca6d174ab25a4ab3f01174685829ecfc0cd6897cfb7d2c1d36a - 46.22% (104 MB)
[#006] sha256:2530ad6227de13693fdb6ec0e158c65a0fead85f6346dec352dc3d38142386da - 0.05% (112 KB)
[#007] sha256:1aa6af282141cd2809bc8f1a5fd48cae24082b8b48dbc911d1a1ff0558ec5abe - 0.0% (1.01 KB)
[#008] sha256:4adc8f9c4da586028ae8d37f109784f4035fdc242a9f6c14b1c265ae07ff5701 - 0.0% (1.01 KB)
[#009] sha256:8c91c3dbbb6c1b021717cab7e86bb96f75492b839f4b967b1e0427db592b09b4 - 0.0% (1021 Bytes)
[#010] sha256:198e5f8a1ffaeba5339e0a821ff864f2f1f3f2c9ce621af592950159fa260d85 - 0.0% (1.02 KB)
[#011] sha256:c36a7eba0aca22341a625b91a8e5b3ef60d1b910a47226b9020012f30ca35a57 - 0.0% (1.01 KB)
[#012] sha256:b483ec40f5090f9e7a6b079ca926b840dcb3fbbfa41b54c9a927fa32436befee - 0.0% (1.01 KB)
[#013] sha256:b7f7c2db963d74b3efc0a41db506f707b076d1fb294503e9b306538403d8c660 - 0.0% (1.02 KB)
[#014] sha256:62a20bf0689ae4cab1fc311bef68c0a405127e10be4f7cdd2d045c43c85cf15a - 0.0% (1.22 KB)
[#015] sha256:0ab2361f18d72882621ef4b366e44c52c7689114780d69cf34c6b4f9362460ae - 1.74% (3.92 MB)
[#016] sha256:c89b655fe7fa798589c96c795baa68829607dbb9ca992677b189716d465ee888 - 0.0% (3.41 KB)
[#017] sha256:7fe066589087599898359558865cb1eca1340e50c7c08999470a52b5e2202e2d - 0.0% (1.01 KB)
[#018] sha256:37501f6475d01442ed01c12e58f5ec2e4cd385a8e58799bdc3d75d4e1aef1ddd - 0.03% (71.1 KB)
[#019] sha256:940be42e39c0f0c60c36af78dd6655744a8a0b04e2e699642e37fdc90bb83ed6 - 1.78% (4 MB)
[#020] sha256:8112a29f07875f46618f028ece6a46cb3bb8e659b268e1dc1cc68400785a32fa - 0.0% (1.02 KB)
[#021] sha256:1c0641c1cf7c62d9eb1db8782e689d28072602cfc871b502ebfcb91a9ff57838 - 0.0% (1.02 KB)
[#022] sha256:cc6a8044315cf01d6161b557ba31d44eb3bdca39a38f3ac796f27b38671e7e55 - 0.0% (1.02 KB)
[#023] sha256:e2720743b5862917716fb26fdac34f32c6d764ce8ddb8236690130da2e988ade - 0.0% (1.02 KB)
[#024] sha256:fd419fc7b909a11081e0acd831a30b8183dcaec8fd9bcd3a25879531c534301b - 0.0% (1.05 KB)
Apply image 10.0.20348.1129
2022-10-26 17:50:52 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-ltsc2022
2022-10-26 17:50:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2022-10-26 17:50:59 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2022-10-26 17:50:59 UTCcmd /S /C #(nop) USER ContainerUser
2022-10-26 17:51:11 UTCcmd /S /C #(nop) COPY dir:bf7e5681a687a9b739d71967418b034dffee5a00a4a0ca14504240c39cc3497e in C:\Program Files\PowerShell
2022-10-26 17:51:42 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2022-10-26 17:51:42 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2022-10-26 17:51:43 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2022-11-02 19:39:09 UTCcmd /S /C #(nop) ARG MAJOR_VERSION
2022-11-02 19:39:10 UTCcmd /S /C #(nop) ARG ZBX_VERSION
2022-11-02 19:39:11 UTCcmd /S /C #(nop) ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-11-02 19:39:11 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.title=Zabbix agent org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications org.opencontainers.image.licenses=GPL v2.0 org.opencontainers.image.documentation=https://www.zabbix.com/documentation/5.0/manual/installation/containers org.opencontainers.image.version=5.0.29 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2022-11-02 19:39:12 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop';]
2022-11-02 19:39:13 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) WORKDIR C:\zabbix
2022-11-02 19:39:14 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) COPY dir:222ce34effd7ce2aec0a4efcf28de0159f4006f101b03c1499cd8d53d1e68c50 in C:\zabbix
2022-11-02 19:39:15 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) COPY file:729127e38fe73b3b5afcb7a80fac4b0c01fca2a2d238d3d54ea0344e6f36024b in C:\zabbix
2022-11-02 19:39:15 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) USER ContainerAdministrator
2022-11-02 19:39:21 UTC|3 MAJOR_VERSION=5.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_VERSION=5.0.29 pwsh -Command $ErrorActionPreference = 'Stop'; $env:PATH = [string]::Format('{0}\zabbix\sbin;{0}\zabbix\bin;', $env:SystemDrive) + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); $env:ZBX_HOME = [string]::Format('{0}\zabbix', $env:SystemDrive); [Environment]::SetEnvironmentVariable('ZBX_HOME', $env:ZBX_HOME, [EnvironmentVariableTarget]::Machine);
2022-11-02 19:39:25 UTC|3 MAJOR_VERSION=5.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_VERSION=5.0.29 pwsh -Command $ErrorActionPreference = 'Stop'; Set-Location -Path $env:SystemDrive\.; New-Item -ItemType directory -Path $env:ZBX_HOME\conf\zabbix_agentd.d | Out-Null; New-Item -ItemType directory -Path $env:ZBX_HOME\enc | Out-Null; New-Item -ItemType directory -Path $env:ZBX_HOME\modules | Out-Null; New-Item -ItemType directory -Path $env:ZBX_HOME\buffer | Out-Null; net accounts /MaxPWAge:unlimited; net user /add zabbix /expire:never /passwordreq:no; $acl = Get-Acl -Path $env:ZBX_HOME; $ace = New-Object Security.AccessControl.FileSystemAccessRule ('zabbix', 'Modify', 'ContainerInherit, ObjectInherit', 'InheritOnly', 'Allow'); $acl.AddAccessRule($ace); Set-Acl -AclObject $acl -Path $env:ZBX_HOME;
2022-11-02 19:39:25 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) USER zabbix
2022-11-02 19:39:26 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 10050/TCP
2022-11-02 19:39:26 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["pwsh -Command $ErrorActionPreference = 'Stop'; C:\\zabbix\\docker-entrypoint.ps1 C:\\zabbix\\sbin\\zabbix_agentd.exe -c C:\\zabbix\\conf\\zabbix_agentd.win.conf -f"]
2022-11-02 19:39:27 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) LABEL org.opencontainers.image.created=2022-11-02T19:34:05.644Z
2022-11-02 19:39:27 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) LABEL org.opencontainers.image.revision=d9f2a89aaee7a73d4c7759ad22333a35f819d8f5
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.