2024-04-22 09:37:17 UTC
230 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:755fc767289b8847bd0d0d8d75efc308c040140acf2a3426973ba9fbf022c4c0 - 50.17% (115 MB)
[#001] sha256:4b5442942dafc1a14f727b63c3eb6f05a300b07db1487d8cc24b27c6d7bfdbd7 - 0.0% (1.02 KB)
[#002] sha256:5e8a0e572a283c8a65a09a5cd07ddf79a1042c0e596cb6cdf77b19970696546e - 0.0% (1.02 KB)
[#003] sha256:b379a8d125a9a775afc9889ba18f0262d08f596e4621e0b2ade67ed2d40ead39 - 0.04% (83.9 KB)
[#004] sha256:947916e0db43525f0b3a35d8c1cda6969bba3fe7b836eca48f658af5272715ef - 0.0% (1.01 KB)
[#005] sha256:b3f15c3bed556c018f671b2ceb36a92001ac64b4aefa4002401830b9b3ab718d - 45.0% (103 MB)
[#006] sha256:e645b2dc4e5a32639efac79779d7b0cb9e558bc69cb0874ea1a25ea14e5aa3b5 - 0.05% (113 KB)
[#007] sha256:29be79fac85e0752ff343bab27b66192d2049cb2da5bcbc72dfab8bbdffcc1f2 - 0.0% (1.01 KB)
[#008] sha256:61ba9509da787a35028ad3606c87a5aa68e6cef9291ceb767595db47873611be - 0.0% (1.01 KB)
[#009] sha256:743ba3fab48f8960cd84c97714340e0022bcc0caa12dcfb75f9ac7f5d95927d2 - 0.0% (1.02 KB)
[#010] sha256:8c744187cc90041281fec0f243a9726b748ccac85f023e2de80c13c37c9d113a - 0.0% (1.01 KB)
[#011] sha256:23c890ef0326084a2da05ed2ed672ae33523e05a8fe336024f02f242626f404b - 0.0% (1.01 KB)
[#012] sha256:44dfc5b511547ad11c572b6d4dba66280c7633cb0785059c2e5a69fd4f1183c8 - 0.0% (1.02 KB)
[#013] sha256:ba2289876332ee2f566bb0ca1cff08ef30838695d49d67161fb878c4252f1fcf - 0.0% (1.01 KB)
[#014] sha256:cc41588b42347caa7e9e0817e4fde1bd5b9236bdbe4c1752433de514647b31da - 0.0% (1.22 KB)
[#015] sha256:7f30d7eb6502d0ab801aca362317155f820a34b9e0a83d12cf8c495acb6ac1e9 - 2.33% (5.36 MB)
[#016] sha256:a2ebad77f00f5f9854f784a966cdfe075b6e784f822343ecf15dee51268b7cd8 - 0.0% (3.48 KB)
[#017] sha256:529af12c8dfecf7f5e15548683f2b5e2b07b2d927e81c1326ec6404b6c4dbd50 - 0.0% (1.02 KB)
[#018] sha256:2063620cb3320329a55ed0e9d8fb834f090d6d251ee814a133c0f8acfa915529 - 0.03% (72 KB)
[#019] sha256:d2c63287a7d363862fcb4586d9b40fcc0e1e3821168ff009096f2e60623e91ae - 2.37% (5.45 MB)
[#020] sha256:043d283b60960b1d8726c58c43aa7b381f98748e81b5660bb184224d945a1b3c - 0.0% (1.01 KB)
[#021] sha256:a04b6e3a31eddb448157cc84fd41c09011fe3829d04a545170dbfbb74dfd332f - 0.0% (1.02 KB)
[#022] sha256:1f711a62ec8862821b830439709275633aed849856a010fe9b24e1727b258d55 - 0.0% (1.01 KB)
[#023] sha256:7257ec7be19a372e8e8b2735c0410b97de48456b1bfe7fb3e98f5fa7b3c4bc1a - 0.0% (1.02 KB)
[#024] sha256:92036acd3b465003688731ccfc8bc8d11a89d7af24d8ce82848bf5c60338a3b6 - 0.0% (1.02 KB)
Apply image 10.0.20348.2402
2024-04-10 17:42:16 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
2024-04-10 17:42:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2024-04-10 17:42:37 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2024-04-10 17:42:37 UTCcmd /S /C #(nop) USER ContainerUser
2024-04-10 17:42:48 UTCcmd /S /C #(nop) COPY dir:5cc62bdc4e011f093fcbd85df60582885d08364217366f239cf446d8e627e1ba in C:\Program Files\PowerShell
2024-04-10 17:43:17 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 ; }"
2024-04-10 17:43:17 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2024-04-10 17:43:18 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2024-04-22 09:37:01 UTCcmd /S /C #(nop) ARG MAJOR_VERSION
2024-04-22 09:37:02 UTCcmd /S /C #(nop) ARG ZBX_VERSION
2024-04-22 09:37:03 UTCcmd /S /C #(nop) ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-04-22 09:37:03 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/6.0/manual/installation/containers org.opencontainers.image.version=6.0.29 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2024-04-22 09:37:04 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop';]
2024-04-22 09:37:05 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) WORKDIR C:\zabbix
2024-04-22 09:37:06 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) COPY dir:42001981436e48b59d04f6a914bb6fe962e9645bd92476ae3f167162f519be91 in C:\zabbix
2024-04-22 09:37:07 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) COPY file:740906159ee1f9776247d0b79054a9c14171cad0f0148065248607a994d70c60 in C:\zabbix
2024-04-22 09:37:07 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) USER ContainerAdministrator
2024-04-22 09:37:12 UTC|3 MAJOR_VERSION=6.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_VERSION=6.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);
2024-04-22 09:37:15 UTC|3 MAJOR_VERSION=6.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_VERSION=6.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;
2024-04-22 09:37:15 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) USER zabbix
2024-04-22 09:37:16 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 10050/TCP
2024-04-22 09:37:16 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"]
2024-04-22 09:37:17 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) LABEL org.opencontainers.image.created=2024-04-22T09:29:21.943Z
2024-04-22 09:37:17 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) LABEL org.opencontainers.image.revision=efefeb655d126ebaa85f0fcb1b0fa4c5f830da94
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.