2026-06-09 22:26:29 UTC
2.14 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 66.28% (1.42 GB)
[#001] sha256:2ee71d57b2226db82d002abc39a97b7dd144f007db435566364a0285bf115b83 - 32.9% (721 MB)
[#002] sha256:dde3f87c92fa7d0ae280c09db445ee43c8fe0d6469fc2c7ef39eccb597a279d6 - 0.0% (1.29 KB)
[#003] sha256:e360bfbda1e55ce94d337b5396421db6756ed730505064e75449e4c60b02b88a - 0.02% (385 KB)
[#004] sha256:a5db79a01bebb17426e9b63f6c5a9351bd28366b97688d431c9adf7cf743e446 - 0.0% (1.26 KB)
[#005] sha256:dd01e82f72949e6e033175232354022fbc995decbeb33041869425875482067e - 0.78% (17.2 MB)
[#006] sha256:6904fb58d8987fbdd0326c44975ca3008acd8d3f925b652bd37073d14f72a01a - 0.0% (1.25 KB)
[#007] sha256:4c67c318d923890a514bbbfbd42ceeccff672769626d04ca84c20e6bef69888d - 0.0% (1.28 KB)
[#008] sha256:faf3b950dd87965e5d0fc17ef866484aff2c0684da8604ceb49718059d186e7d - 0.0% (1.23 KB)
[#009] sha256:7c539e77d231f1c663e7736ad60597c429ed078d7a67fcfe8e15b9cd9d9cd2a1 - 0.0% (1.26 KB)
[#010] sha256:763dcbde3a685b5d2599dec4a51f16821a89dc3a2aef7915ec5cdb676534e3ad - 0.0% (1.23 KB)
[#011] sha256:fe284cc5ceb3675165b1a3f4c94b1ff7273d52d584dec68fb17d67e7b3b9714c - 0.0% (1.26 KB)
[#012] sha256:52096844f631ca485ade87ba458bb042eb910c873ae05e1f1e3725ad538e1997 - 0.0% (1.27 KB)
[#013] sha256:a1920ec21746b52c33204de41aa730aa89fd34fadf22ef821221b8eba556bdfb - 0.0% (1.23 KB)
[#014] sha256:3e9d1281e77880d885857c611af2061356a1e62d0f432b3b6308ac326e08204c - 0.0% (1.27 KB)
[#015] sha256:11cff14d774f7dd06ea184d1d8186889ea5ece5376022233e98311f397a3fa2b - 0.0% (1.23 KB)
[#016] sha256:a7d4e104ab5016dccf3965ba864f0da5836043e7cfa36cd7e6cfd2e3cc197bb8 - 0.0% (1.23 KB)
[#017] sha256:ef1dd04d423ce6e72102c59a3d1bed79b34980bcdd6f9e3152999d97de5c5c34 - 0.0% (1.25 KB)
[#018] sha256:1ce261bf443f00253a550ae1beae6523ecddbacdff0db6394c2a9627e082adc2 - 0.0% (1.28 KB)
[#019] sha256:46150411ec27e77a50981a8ad544762fb2fc0c8c7476cc7d954a5db44bdffb01 - 0.0% (1.27 KB)
[#020] sha256:84ae57b0fb0f96f19b0cf1337a131c6b7d01d1b0d14fa7ceec2897b4a984d6f0 - 0.02% (358 KB)
[#021] sha256:f72c619e12cdea49a12f9bd7cc1f8b242b3c4b9a9eb7734b50755b1d5021b1ab - 0.0% (1.23 KB)
Apply image 10.0.26100.32230
2026-06-07 07:36:39 UTCInstall update 10.0.26100.32995
2026-06-09 22:13:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-06-09 22:26:05 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-06-09 22:26:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-06-09 22:26:14 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-06-09 22:26:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-06-09 22:26:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-06-09 22:26:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-06-09 22:26:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-06-09 22:26:17 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-06-09 22:26:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-06-09 22:26:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-06-09 22:26:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-06-09 22:26:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-06-09 22:26:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-06-09 22:26:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-06-09 22:26:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-06-09 22:26:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-06-09 22:26:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-06-09 22:26:28 UTCcaddy version
2026-06-09 22:26:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2026-06-09 22:28:26 UTC
2 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 69.23% (1.39 GB)
[#001] sha256:6897a04901ec162be0eabd7eb636b5ac50d6e37c880f1db618610f2d777b1ce6 - 29.9% (613 MB)
[#002] sha256:b02c9b713a469c080f684d10fd327070faf916b6d9b86f859442eebbd39bdd7b - 0.0% (1.29 KB)
[#003] sha256:c8b1ced4c8cfa0dbbd43af9b93396b3af2b091d98cbd1bea6a3ddad62a96687d - 0.02% (482 KB)
[#004] sha256:73f60bbec883fbc888217b91d0f1736a41acdca276532afee89bc5fdf94ce32d - 0.0% (1.26 KB)
[#005] sha256:ba522b73e146dcae1eb1f6b94c4309dfc2ed50b2543860b7ab8501b57745fed2 - 0.84% (17.1 MB)
[#006] sha256:69c06a0832629ff422d4ade1ba10a0c86ff623f04caae7de03ac40cf77ed8c4c - 0.0% (1.27 KB)
[#007] sha256:8ffff5f23115b6af13fa1b2e7deef2d5a2976dec31238b904a5ee87760b4d885 - 0.0% (1.26 KB)
[#008] sha256:a16c09915e69a7ed78317c058b8420472631522a93ff39ce3c31806facad9460 - 0.0% (1.26 KB)
[#009] sha256:b173b02d4fc9fb06437e8597e172c651eaacb6b645789159394afad94c33af05 - 0.0% (1.26 KB)
[#010] sha256:8ce704cd1d3b50bba17eb54234fe2f423647f81369fd4435e14aeced3a13703d - 0.0% (1.26 KB)
[#011] sha256:f9c758878291e8ad8eeb7eeb698f6691cb053e6d428384143c9086ded8426e04 - 0.0% (1.29 KB)
[#012] sha256:e1623806b1a0ea02a5340f4eae7a87692ac1115a895a831283d79b908a591ecd - 0.0% (1.3 KB)
[#013] sha256:49698f8a7c3460243731067b2a60fd9bdb8a577c7d9df52a00813ef0dc45b9e7 - 0.0% (1.29 KB)
[#014] sha256:b97ca9f506dbcb70c6b905a82b256d8ae8ec7a8bc6c9a16794738bdb5ff46c0e - 0.0% (1.3 KB)
[#015] sha256:62533b1e80e1580bf0fc529d872ca32c04c11ffacbda48b5638ad42d5d9d3aa7 - 0.0% (1.29 KB)
[#016] sha256:aa9c40f3270080665d0f39706de4e1dc7f07d250510c9ee6149ae78c89ca1cbf - 0.0% (1.26 KB)
[#017] sha256:7397445385fbf996a2443c3292565babfd3e54744e10831eeb699fb55575d319 - 0.0% (1.29 KB)
[#018] sha256:93427fdf559bf2543c84e6916926f82c41f8df911013aed752654128450cc297 - 0.0% (1.27 KB)
[#019] sha256:c6cfc50bf1fc1145ca044f46bf27e2739e26226d697d52edafbf6cb3f9e765af - 0.0% (1.29 KB)
[#020] sha256:9d07fe0891d24efe790869dff272546f15bc7571a36912ccc161c15c3cb0baf4 - 0.02% (331 KB)
[#021] sha256:36af44d06925143e0ffa6271d7e6f569b18767de9fa6bda62decc87fff083bb5 - 0.0% (1.29 KB)
Apply image 10.0.20348.4294
2026-06-07 06:43:23 UTCInstall update 10.0.20348.5256
2026-06-09 22:09:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-06-09 22:28:01 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-06-09 22:28:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-06-09 22:28:10 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-06-09 22:28:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-06-09 22:28:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-06-09 22:28:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-06-09 22:28:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-06-09 22:28:13 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-06-09 22:28:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-06-09 22:28:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-06-09 22:28:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-06-09 22:28:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-06-09 22:28:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-06-09 22:28:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-06-09 22:28:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-06-09 22:28:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-06-09 22:28:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-06-09 22:28:25 UTCcaddy version
2026-06-09 22:28:26 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.