2026-08-12 17:51:01 UTC
2.29 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 61.92% (1.42 GB)
[#001] sha256:0e5abeeefbb7b11eb6332573ca632d3d8807213461f1b97f3cfee8899a29583f - 37.31% (875 MB)
[#002] sha256:f45c3fa4e19fb5e29c4ec3f18616552d3f4d5c6452158d23ed3c31746089abe4 - 0.0% (1.26 KB)
[#003] sha256:18967fd56605f06b61b18a6e2b84c01af9ccf7f08a19fd43e60c7aa1f18ab0a9 - 0.02% (365 KB)
[#004] sha256:eef197bd1a00e2aeacee0df9cca1084d34823e3ada13a5d62d509b6938190595 - 0.0% (1.26 KB)
[#005] sha256:540b58aa1b7d915bd6926face5472d8ced60872fc848c4dada38b0771a84769f - 0.73% (17.2 MB)
[#006] sha256:82dc0b787d4793bb7ad51afb2c8d6a56ef9a1fc07c806ac73d84fdbf440ce50f - 0.0% (1.23 KB)
[#007] sha256:3a511f49f4326e206aaa42fd3362e997e12741ace9ee31455505ebb3612d8cb1 - 0.0% (1.26 KB)
[#008] sha256:ba5acd984c39037e742fec2d904da225e5eebabe5ab17876aa65bccf56aa2405 - 0.0% (1.26 KB)
[#009] sha256:e03948843b97673058af3ee70b9715249054cbc2d001ad8581e0babae3f83624 - 0.0% (1.23 KB)
[#010] sha256:9f8b65edebdd0b266b540d081c43b2827c120dfedcda0ff82ea72c61a62fb796 - 0.0% (1.26 KB)
[#011] sha256:7117ade84a45dc2e0877f10107f8ccfed31b34ca7f728df1e84ba305cd47d262 - 0.0% (1.27 KB)
[#012] sha256:7069ed7c4bbe8c20c2e70479bbcd5d4553e82bc51212ea615619d3c39c8a3c37 - 0.0% (1.27 KB)
[#013] sha256:60d315dc568292702a660b6e5637a15703305989babe441988264a6afe9c28ab - 0.0% (1.26 KB)
[#014] sha256:4d62c251b5b029447c7d21997ff4d0ecafdc3a05fe4a90941fe6add354985da8 - 0.0% (1.27 KB)
[#015] sha256:3918315aa0e195625f9f0b0e150e48107f02aefe6ca66b5662feb947a63c5817 - 0.0% (1.25 KB)
[#016] sha256:c58a11e452b5ab3e68079eb04ab5de3b5f286675eca4b3589fbb6a384411927d - 0.0% (1.26 KB)
[#017] sha256:e228d6f2216c9076c212e7c60f391b3f1a385fddca40878f5c57c7569b0e35d6 - 0.0% (1.26 KB)
[#018] sha256:d1131c94a40a802a941c7adc805fb634b8f2885c2cb69122d0737c5c7dd7291d - 0.0% (1.27 KB)
[#019] sha256:9dd3cfe0232696a8e05a76982edb6d9b9a415b7e4090eb512eb57135ae068a3d - 0.0% (1.26 KB)
[#020] sha256:5ad0c2a756099848472564ebf5e5fd85274703366597ae2d375a0f5632ef17a4 - 0.01% (349 KB)
[#021] sha256:0b7987406dde012f37e396cdb65c443ac4e694a0d66323ceab78b7caf2eb7077 - 0.0% (1.25 KB)
Apply image 10.0.26100.32230
2026-08-09 09:10:21 UTCInstall update 10.0.26100.33296
2026-08-12 17:34:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-08-12 17:50:35 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-08-12 17:50:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-08-12 17:50:43 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-08-12 17:50:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-08-12 17:50:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-08-12 17:50:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-08-12 17:50:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-08-12 17:50:46 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-08-12 17:50:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-08-12 17:50:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-08-12 17:50:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-08-12 17:50:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-08-12 17:50:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-08-12 17:50:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-08-12 17:50:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-08-12 17:50:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-08-12 17:50:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-08-12 17:51:01 UTCcaddy version
2026-08-12 17:51:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2026-08-12 17:53:13 UTC
2.05 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 67.6% (1.39 GB)
[#001] sha256:16a37dc2b2d3c6043d57b7ca0e32bc7d3fe761174f2d192d1aabe93b7895c9b7 - 31.55% (663 MB)
[#002] sha256:fa77844fa45c88c88d3d7cb41191d07bd170cba0a05207c58ecdecafd0e8e6df - 0.0% (1.26 KB)
[#003] sha256:f7507b5cace530f6baf4a387a8765c92a5ca0822989ac0c7572ef7260761bb0d - 0.02% (351 KB)
[#004] sha256:5159d9676b16f98a1c3144f89efcb98da1a25c46fb0ff98face6fcc36976c7a2 - 0.0% (1.26 KB)
[#005] sha256:af844fdb5fafbb0d38b1668e47ee6db4b274a2ecb0b19253b59cfbd7d8338bca - 0.82% (17.1 MB)
[#006] sha256:f7bfb367aa4e4388997c7d11cbebc4f4537a0644d97fa71351bd3c4edb95818d - 0.0% (1.26 KB)
[#007] sha256:313a43fa5db27918e5dd187d504e8d4ed89dcded09fd2a35cd9fc20a2e5b6d2b - 0.0% (1.27 KB)
[#008] sha256:717fc7e943db1a210cff8ca476d53c0e9fdadf93879e35650c06b3203dbe150c - 0.0% (1.26 KB)
[#009] sha256:fbfd1029d38832f3059da9a215c66c716487ce8939fa53df6346fd019877720b - 0.0% (1.29 KB)
[#010] sha256:e013f65be73147e17705685bd780c0dc99e99a1d9c43cff34247110aeed0b968 - 0.0% (1.3 KB)
[#011] sha256:082ed28c79814caa9e7ed76000168d74bab5ae068684ef68d304bb9ea54489ff - 0.0% (1.26 KB)
[#012] sha256:4a1a4c51a9754deb713920f4b3711b0f504083876810ca73fad4e9e9a89471b8 - 0.0% (1.26 KB)
[#013] sha256:2ee236123db03265c4e5c00a3bc8ad9228282678d8c3171bc0c27a8488f6ce0b - 0.0% (1.26 KB)
[#014] sha256:9e014ae6f3ea95e67b1b70820e6b8c314d1f0919af6a7eaaf75aaf99d1ffba52 - 0.0% (1.3 KB)
[#015] sha256:8a1ec4c94402e3af66684415f141cd78f0f1852899702aefbd8f36382046f990 - 0.0% (1.26 KB)
[#016] sha256:5e6d56a3095cd96fb4f18758c803652112a7a15c1ae48f7641d91f28f0f72a45 - 0.0% (1.26 KB)
[#017] sha256:9979b9d0b42b1ee85cc1f41468c4e7cde58e6bb14f1c88c47e41d4fd4120c274 - 0.0% (1.26 KB)
[#018] sha256:2b5ca7bc46f22e63e6fb02f5fece33d989f21446fff7e0992103cdd1bdaa014b - 0.0% (1.29 KB)
[#019] sha256:a4f370eed15411c7f1a13e9018088ea61f152c140260b95a01dcbd6c7ed7c846 - 0.0% (1.3 KB)
[#020] sha256:8f128afab0a068303faaea52ce1b92b985fca5aa03028a893235f2f43b31aced - 0.02% (332 KB)
[#021] sha256:9bbd755ce32a72a39614caa321498051f3fd8eb0b292b4a7f89ff213a7bc3cf1 - 0.0% (1.3 KB)
Apply image 10.0.20348.4294
2026-08-09 04:19:26 UTCInstall update 10.0.20348.5499
2026-08-12 17:37:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-08-12 17:52:47 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-08-12 17:52:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-08-12 17:52:57 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-08-12 17:52:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-08-12 17:52:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-08-12 17:52:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-08-12 17:53:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-08-12 17:53:01 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-08-12 17:53:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-08-12 17:53:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-08-12 17:53:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-08-12 17:53:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-08-12 17:53:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-08-12 17:53:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-08-12 17:53:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-08-12 17:53:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-08-12 17:53:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-08-12 17:53:12 UTCcaddy version
2026-08-12 17:53:13 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.