2026-07-15 23:17:15 UTC
2.21 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 64.16% (1.42 GB)
[#001] sha256:e24b28706e4e5f31fae7935e5a79e6df5d7a2eb3e69c8c19ca723f41f0b45f6f - 35.05% (793 MB)
[#002] sha256:e08040b6c2a47fa777abf8cdc803505a8f12162da0bf31c0316b04adea497771 - 0.0% (1.25 KB)
[#003] sha256:af728e69c45a862970ca946ad8e16b44bebb45d1d71d0276486c67d9e1e890ba - 0.02% (387 KB)
[#004] sha256:5f0fbf91f5a286236f988541efa85313ad13c01c073ae06a46ffc601b83127c1 - 0.0% (1.23 KB)
[#005] sha256:02d039a889c6ce073f52bafabe2c1cde70b781dcdb846d7b12dc4c1a4d590157 - 0.76% (17.2 MB)
[#006] sha256:ebbf067b377376b8f8a67565af55617336288242de238690c7b5d3765f6101cb - 0.0% (1.27 KB)
[#007] sha256:c54200e162b68a9dd668bac4e82f0762abf83208720b785cecfee2a84b64e4f9 - 0.0% (1.25 KB)
[#008] sha256:437ef5aba6ca637d4242548493f7cb44d3e4f299b56be3507cd6e13f4a4ea3d3 - 0.0% (1.25 KB)
[#009] sha256:1e0b0b8319f627fbb7e3ed0d0a569e9995f86ae17b16a64d58453b9053d535ba - 0.0% (1.25 KB)
[#010] sha256:d1fd53057d936f58bba49111d1edf5a265c2b6b1713c97fd6be886beb3b48317 - 0.0% (1.23 KB)
[#011] sha256:b1d163008ee9a2ce352f834109026e444506001ff058b7fb2bcec0a61bb51b5b - 0.0% (1.25 KB)
[#012] sha256:e3c706231c57a91eeb034dada8b680b2f22820b54e65eeddbbb5e4d2502a0872 - 0.0% (1.25 KB)
[#013] sha256:bb0916a89087e3fd4a0f7d0d314e7da1cb654436ad3101de34ec6af30041c4ed - 0.0% (1.25 KB)
[#014] sha256:d53355331b71bd0944d65cbe85933ecd5a21ec56364da98e86a895f396f8d9b9 - 0.0% (1.23 KB)
[#015] sha256:cee2493044be2ae7184933af8e17433ee570a78d9a7e0a03be3633471b94e14f - 0.0% (1.23 KB)
[#016] sha256:4c684df0d51a1029aed1c9eb4836cfa08d0162c66cdcc574c1edc3847f623b18 - 0.0% (1.25 KB)
[#017] sha256:aca171e3e6730f6ed1f7aeafe7d8efea9f054e1e7576dcd5721a539875d910ae - 0.0% (1.26 KB)
[#018] sha256:125c8466e8d0cea1ad477012cf090a61b0dd9a8f0ae1d838a6b292b717548e60 - 0.0% (1.23 KB)
[#019] sha256:ab025c306a499e2b7c219ab2a86524f989b0be804b5de05b96b4cccfaadb8160 - 0.0% (1.23 KB)
[#020] sha256:e96fc516832b473efd8ab51936b71eb4b2b4ad543c4df95b24e6031a3c039cbb - 0.02% (361 KB)
[#021] sha256:ef8dad92c4a2dfb8772046c532449540d37be2eb28e12f62cab01f43139491e6 - 0.0% (1.26 KB)
Apply image 10.0.26100.32230
2026-07-11 23:02:35 UTCInstall update 10.0.26100.33158
2026-07-15 23:03:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-07-15 23:16:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; mkdir /config; mkdir /data; mkdir /etc/caddy; mkdir /usr/share/caddy; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/33ae08ff08d168572df2956ed14fbc4949880d94/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/33ae08ff08d168572df2956ed14fbc4949880d94/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2026-07-15 23:16:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-07-15 23:17:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.11.4/caddy_2.11.4_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('cd5ccfd86a4b40732cf715890d0dca5bf3f63adefec5a7914de85adf240c60ce7e5d2791631b88ef9758e46b23bb1730e020b9c5d696889740b284ffd4788e35')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2026-07-15 23:17:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-07-15 23:17:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-07-15 23:17:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-07-15 23:17:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-07-15 23:17:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
2026-07-15 23:17:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-07-15 23:17:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-07-15 23:17:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-07-15 23:17:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-07-15 23:17:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-07-15 23:17:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-07-15 23:17:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-07-15 23:17:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-07-15 23:17:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-07-15 23:17:14 UTCcaddy version
2026-07-15 23:17:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2026-07-15 23:39:21 UTC
2.03 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 68.42% (1.39 GB)
[#001] sha256:0675e37b24741ccc9e6ff6dda8512e3be78ba3519c8af33b04872e4738349249 - 30.72% (638 MB)
[#002] sha256:994cede515cc4c582c17da43dcaa795da3cf61d077ceb3d6fb375312a1065825 - 0.0% (1.26 KB)
[#003] sha256:5cbcf8d9513bc7b3c24e2f06141ea809013cd3c5087f80be789f3c6101ed7d70 - 0.02% (484 KB)
[#004] sha256:ac370edba374eeb83e0386ea30e4694a2141f6b03c5ebca253f79dee37cdf2a1 - 0.0% (1.26 KB)
[#005] sha256:57f4d6a36aef79705dccef133c75b80f2cb8d3b207b2cb62bfa4bea19496e3e4 - 0.83% (17.1 MB)
[#006] sha256:9dafb4bb46f12f01487742caf4cfdf5813f8495f566c538bf896d3f8738e2502 - 0.0% (1.26 KB)
[#007] sha256:6891b681242e21348a610a57bd45ef67e804586c86a87a1f4d2d82e2c8d51994 - 0.0% (1.28 KB)
[#008] sha256:e56362fa8d83b8ef25abb7be47f3db24952bfd543ce383c9e8d456f842f3fae7 - 0.0% (1.26 KB)
[#009] sha256:e9fcd39a68734f5cc7303d5464c7e5c9d958373ee5b7074be90470d1d219cfb7 - 0.0% (1.29 KB)
[#010] sha256:77a6304830dc332e4dd04e4ce6153b08bde22d7d25f35730000b763c7c50a0c6 - 0.0% (1.29 KB)
[#011] sha256:495dae0a26c2076589b75983e6df40d6523ffed4fad526e7e8bcca508bf0e524 - 0.0% (1.29 KB)
[#012] sha256:e4059f702d1e6cbe4c5509e5e0be8f640e8cd1b816c488313efe11fb3e8502d2 - 0.0% (1.29 KB)
[#013] sha256:bf2f6ab1033a1fe4b6e320c45153c0ec82fbad976c969e3168bff8a6d520e318 - 0.0% (1.26 KB)
[#014] sha256:0a82bbaf7be1b047b20e4c5345792d0998a7f05580c2f8343f99986627878010 - 0.0% (1.29 KB)
[#015] sha256:1c32c3e780a50bdee92017a11aa61e3744a1ea33d9cbbfa8b6b521a1d278c3c7 - 0.0% (1.27 KB)
[#016] sha256:321d7e45c161d5d74e6c413d7c1630337632b72c08683b6b25d1876b4b6ca346 - 0.0% (1.29 KB)
[#017] sha256:62684acc2c43b521d13659ef67fa0947169c5a004b98b5f1118cf561589764c3 - 0.0% (1.29 KB)
[#018] sha256:bc776a9e71282521ecac38b9b48bc904c310c82e60e0b4687551a1ac6e72a2f0 - 0.0% (1.3 KB)
[#019] sha256:152649c21d73fa876a7ca8f1a9efab9b2bb465316b47385d96f4d7e6968f10c9 - 0.0% (1.3 KB)
[#020] sha256:252fdb9cdbb3139dabe98ecd37a304db165e1b949a78c0bface23e2b0771bfcf - 0.02% (345 KB)
[#021] sha256:3a4c7fb8defc9943c0bc42eee0c00cf411d1aff711d07e3547d158fb1f33be80 - 0.0% (1.29 KB)
Apply image 10.0.20348.4294
2026-07-11 16:30:20 UTCInstall update 10.0.20348.5386
2026-07-15 23:38:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-07-15 23:38:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; mkdir /config; mkdir /data; mkdir /etc/caddy; mkdir /usr/share/caddy; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/33ae08ff08d168572df2956ed14fbc4949880d94/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/33ae08ff08d168572df2956ed14fbc4949880d94/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2026-07-15 23:38:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-07-15 23:39:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.11.4/caddy_2.11.4_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('cd5ccfd86a4b40732cf715890d0dca5bf3f63adefec5a7914de85adf240c60ce7e5d2791631b88ef9758e46b23bb1730e020b9c5d696889740b284ffd4788e35')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2026-07-15 23:39:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-07-15 23:39:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-07-15 23:39:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-07-15 23:39:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-07-15 23:39:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
2026-07-15 23:39:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-07-15 23:39:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-07-15 23:39:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-07-15 23:39:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-07-15 23:39:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-07-15 23:39:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-07-15 23:39:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-07-15 23:39:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-07-15 23:39:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-07-15 23:39:20 UTCcaddy version
2026-07-15 23:39:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
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.