2023-04-03 08:21:06 UTC
213 MB
PSDocker-NanoServer-1809
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:896318806a73dd33fcc3cd54fed0262719155d50e4958ebd650b0153a3229e2c - 46.24% (98.5 MB)
[#001] sha256:f675ec8cb6e995585ee8ccd1bc2d050da5901eb87db1f640ae6ca9e9b33401f3 - 0.0% (1.01 KB)
[#002] sha256:cb23de18a25cf97f06115df532911620e4cc49ffa1e6c12cba6fb64a1393aac7 - 0.0% (1.01 KB)
[#003] sha256:56ab3b5a1de101fe259106b4d6017b61b3e43dc4e9e12daa6dccda2858f41bf1 - 0.03% (73.7 KB)
[#004] sha256:48356d0c48e985f2505529526e0b947cf57d056e87d728aada89da3624f99463 - 0.0% (1.05 KB)
[#005] sha256:c9a9545508085b88a4be800a2a1b43b2de03a1bfee52f3d6f271b0f18059777d - 48.8% (104 MB)
[#006] sha256:545b6ebecc874179245945fac1c586e0cc49e02f4c959fc58024ec66125a1ce2 - 0.07% (157 KB)
[#007] sha256:1242371c99855c4c8c480be7a5365c34e87a98056709428e5b1b3b4516dd8e31 - 0.0% (1.01 KB)
[#008] sha256:074466d323d159aeaa1953295d602cb1611a1cebe4121e0c3006d2b22decaf6e - 0.0% (1.02 KB)
[#009] sha256:54b0a43fe5ebf3dc8126a55abd1e6e3cac2bb46e94de4187aef5a7e968b6b1dd - 0.0% (1.04 KB)
[#010] sha256:bca338ea78da263f13e636b6e46389832d88ec88f191685974b34e064e22580a - 0.0% (1 KB)
[#011] sha256:92704e90fce062345059f237ab4b3daffee4cffd65d39c41e064b674fdcbe667 - 0.0% (1.02 KB)
[#012] sha256:24d23f93d0fc0e539e08b4e867d07dc63c34b56be3230f4c6bb50d22aa2c6e27 - 0.0% (1.01 KB)
[#013] sha256:ed2a06615991e9c7bdda9766a8da6972ab7eb86fc8bd51e856122399f8d91a25 - 0.0% (1 KB)
[#014] sha256:448476934a2e31fadd1deb426152f1e38777dd211d145bf81015cce33cb405e9 - 0.0% (1.22 KB)
[#015] sha256:4a26b59aa1ca54eb6c7cd066bf0f7a450f25c9a2eb07d68d64516d736ac96513 - 2.38% (5.07 MB)
[#016] sha256:ee7f24ac2cd20a0b55fe26a10fb85bb30d64541e307cae36d44c907c030fd744 - 0.0% (3.48 KB)
[#017] sha256:6dc436e82e2a87723eb502d53c77a4c413a7938c197fd7f92d2f8e7c87ca34c2 - 0.0% (1.04 KB)
[#018] sha256:ceadf00ce95569f2880c2409b19eb14a31c375b0c4b4b28378b3ded815304a6f - 0.04% (76.8 KB)
[#019] sha256:2def2084affd9d57617184403bd0aaf3b5bb1d8dde2cd8a168815b93812a6a58 - 2.42% (5.16 MB)
[#020] sha256:3f673e0bca1ce581eb3042023a049648bf660befb24b85defb6b5d7d127845e4 - 0.0% (1.02 KB)
[#021] sha256:ed9d638b81756e51da20fad7bcedf80454b57d33ab8242e1d412738dcf9c4318 - 0.0% (1.01 KB)
[#022] sha256:558b9890400696109e15c8c0b2ce14c8644cc79c9f5161eb30b49ddf045548a7 - 0.0% (1.02 KB)
[#023] sha256:dd9eccdeddcf2673f76654d48ffa5c2db89468d7341d129b7222c028915d31db - 0.0% (1.02 KB)
[#024] sha256:006f95e52e6971a2a8253a3891d99511a400c57699d756cdae0afa655429deb5 - 0.0% (1.02 KB)
Apply image 10.0.17763.4131
2023-03-28 20:20:50 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-1809
2023-03-28 20:20:50 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-03-28 20:21:04 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-03-28 20:21:05 UTCcmd /S /C #(nop) USER ContainerUser
2023-03-28 20:21:16 UTCcmd /S /C #(nop) COPY dir:28a7ff83bf774ed3a82a30bb05805202b6492a6048d216f30617807304d03501 in C:\Program Files\PowerShell
2023-03-28 20:21: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 ; }"
2023-03-28 20:21:42 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-03-28 20:21:43 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2023-04-03 08:20:32 UTCcmd /S /C #(nop) ARG MAJOR_VERSION
2023-04-03 08:20:34 UTCcmd /S /C #(nop) ARG ZBX_VERSION
2023-04-03 08:20:35 UTCcmd /S /C #(nop) ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-04-03 08:20:36 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.15 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2023-04-03 08:20:37 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop';]
2023-04-03 08:20:37 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) WORKDIR C:\zabbix
2023-04-03 08:20:39 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) COPY dir:f4539f514cff1117ab1821aea5f03e8801d109c39f7db68b8b05884aa74c930e in C:\zabbix
2023-04-03 08:20:40 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) COPY file:a11f96b82725dac9f5d23bb727f39ce37e12d1d73d255aefc63db2f2c7b4cf10 in C:\zabbix
2023-04-03 08:20:41 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) USER ContainerAdministrator
2023-04-03 08:20:58 UTC|3 MAJOR_VERSION=6.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_VERSION=6.0.15 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-04-03 08:21:02 UTC|3 MAJOR_VERSION=6.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_VERSION=6.0.15 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-04-03 08:21:03 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) USER zabbix
2023-04-03 08:21:04 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 10050/TCP
2023-04-03 08:21:04 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-04-03 08:21:05 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) LABEL org.opencontainers.image.created=2023-04-03T08:12:32.919Z
2023-04-03 08:21:06 UTCpwsh -Command $ErrorActionPreference = 'Stop'; #(nop) LABEL org.opencontainers.image.revision=e96dd5c4d7e6132275627eedb19f32f78d845988
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.