2023-03-07 19:25:12 UTC
227 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:546fcac75d6aa22d344ab9e46a6d58f10c82a49a6462291786940f8c15c29eae - 49.63% (113 MB)
[#001] sha256:5e3b916caa03d4a4119457ee73fb5987b58d2de441e56d5fc16dfe03bb787826 - 0.0% (1.01 KB)
[#002] sha256:4f074e58cf622dbf71660e8a035ad476340e8a200bbbfdaed7ef9e3fa6bb1f4c - 0.0% (1.02 KB)
[#003] sha256:4920b9cb515672e38f4cbaccdc83b225c8c5b7ef7885c6971dfaee220f5af95c - 0.04% (83.5 KB)
[#004] sha256:f52bac7d494227d51b07b1b11e677fb7ff9a3aaac70e001a9fe5243f6ff9db8a - 0.0% (1.02 KB)
[#005] sha256:ecd3145f1bb274a60c12f942317f2f7d8bdfd21a55ae7c62a58c917baef43b4d - 45.72% (104 MB)
[#006] sha256:e9997e8282c28f74562249e2b656fb0423707e375019c521fa8021128009042f - 0.05% (114 KB)
[#007] sha256:85ef107d4dd2b344206a56e26e527fc81d07a3100fd5793e7299cd3f2ef5a23a - 0.0% (1.01 KB)
[#008] sha256:13283d78112b1ff1b3e39075a66310d7332a9cac94ef7b19489425651a33f4a2 - 0.0% (1 KB)
[#009] sha256:e22f501e25a593b089c7c7cb47678ef80d746e3dde59832ea95674936d5f99fc - 0.0% (1.02 KB)
[#010] sha256:b0671cba38bd7fb1e980c32f7daf42f86a0b08f7e5368a03bbdf87def8245c24 - 0.0% (1.02 KB)
[#011] sha256:a58d21bed0edbad77f37efd9a3aeca8ee409b51c4b83ff568e1ac767690f796c - 0.0% (1018 Bytes)
[#012] sha256:561f16ba411f47a0790268f6b8fa249d9098d97414b1ce1ac377cee567eb339d - 0.0% (1.02 KB)
[#013] sha256:0bda3fb52eb8abd6fd44524519f32bdded1875846c0e44b872acfaea2fcfb1d8 - 0.0% (1.02 KB)
[#014] sha256:c5bbbc4c36f9fe615b43b4cba5be3f52599239e1feabee550a4de2df66c3381d - 0.0% (1.19 KB)
[#015] sha256:c9284df85fa167e649729b45189b518818ead08c5de991eb4fd8d72ab1a44658 - 2.24% (5.09 MB)
[#016] sha256:6647062364dd19fc45f5443695c303dee3e01252a3611f0aa81878e024e1513c - 0.0% (3.52 KB)
[#017] sha256:6be933e04b9d2f1ceccb41a664c687e571a54428804b2fd673331bccdf5356af - 0.0% (1.01 KB)
[#018] sha256:edc8a2ba837f6ad9e171d681121e973af91c84811bccaea5cd771cd364ef051c - 0.03% (72.6 KB)
[#019] sha256:0c717130a1e4b9395526df106e6369843b2106f078fa990cdfeb98384983aade - 2.28% (5.19 MB)
[#020] sha256:a291cf013ad370c88946a0830ac37b8d7ffb8ad58dc66aca1931bf0968d17d8a - 0.0% (1.01 KB)
[#021] sha256:a14346e2bb099ea7aa2efbafb395c4991d35c2f5a3f8daeae826abbd9db0c43d - 0.0% (1 KB)
[#022] sha256:0540e79f0e2629fae678ab6533e9449cda1a90e15b8f25a48e95055c8acd7b2f - 0.0% (1.02 KB)
[#023] sha256:7dc54870752a7c40955e7e4c2a49d5c36c0a06adfc9ef44fdd6299fab934c25f - 0.0% (1.01 KB)
[#024] sha256:974cd272c350e00ed46ef833f493c3221b48790deb3591727bc1cef0b8bd0c9c - 0.0% (1.02 KB)
Apply image 10.0.20348.1547
2023-02-28 22:29:34 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
2023-02-28 22:29:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-02-28 22:29:41 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-02-28 22:29:42 UTCcmd /S /C #(nop) USER ContainerUser
2023-02-28 22:29:53 UTCcmd /S /C #(nop) COPY dir:28a7ff83bf774ed3a82a30bb05805202b6492a6048d216f30617807304d03501 in C:\Program Files\PowerShell
2023-02-28 22:30:23 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 ; }"
2023-02-28 22:30:23 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-02-28 22:30:24 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2023-03-07 19:24:47 UTCcmd /S /C #(nop) ARG MAJOR_VERSION
2023-03-07 19:24:49 UTCcmd /S /C #(nop) ARG ZBX_VERSION
2023-03-07 19:24:50 UTCcmd /S /C #(nop) ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 19:24:51 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.4/manual/installation/containers org.opencontainers.image.version=6.4.0 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 19:24:52 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop';]
2023-03-07 19:24:53 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) WORKDIR C:\zabbix
2023-03-07 19:24:55 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) COPY dir:5854bfcd541c76f79d0dd4930c90a8762bf87b095c5d0212ff32e8b642f679e2 in C:\zabbix
2023-03-07 19:24:56 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) COPY file:66f22327fe6eeaa3109c0097028accf5d9c6bd31d2b735c7f79d1a572a348212 in C:\zabbix
2023-03-07 19:24:57 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) USER ContainerAdministrator
2023-03-07 19:25:03 UTC|3 MAJOR_VERSION=6.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_VERSION=6.4.0 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);
2023-03-07 19:25:08 UTC|3 MAJOR_VERSION=6.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_VERSION=6.4.0 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;
2023-03-07 19:25:09 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) USER zabbix
2023-03-07 19:25:10 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 10050/TCP
2023-03-07 19:25:11 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"]
2023-03-07 19:25:12 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) LABEL org.opencontainers.image.created=2023-03-07T19:18:44.349Z
2023-03-07 19:25:12 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) LABEL org.opencontainers.image.revision=9f2e726e554b23595489eb66c8e11e5d114b573f
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.