2026-06-03 18:04:06 UTC
2.07 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 68.46% (1.42 GB)
[#001] sha256:f787ad06f38db673c3d304f21c09a82ff9a1ced32062515ea52fdb0383457b24 - 30.7% (651 MB)
[#002] sha256:75d009066146e2b8d6f07be8fc134922887ca07ed2a2856837e11098a81e2420 - 0.0% (1.3 KB)
[#003] sha256:01355b4d9be23fc9a91f6e41b7b7f642d3a22ca6aa67fb4bab8e9f7372205b98 - 0.02% (390 KB)
[#004] sha256:74c8d0ae10d8aa44c72bffdb92baa04a10ff623355d68fda27652c170a4ef10b - 0.0% (1.25 KB)
[#005] sha256:584eec3b1be54f40c462ea65663d0004987e944408b4c6220d76c50fbf3658ca - 0.81% (17.1 MB)
[#006] sha256:3517ad2ecf856d415502b47ea74f793b8f23ad57ed9e8a989bd48ec308ee5d5b - 0.0% (1.25 KB)
[#007] sha256:cb2aed3098964739430dcfb0681cb8d3c9ff66270b7ff180c104faeb69eca4d3 - 0.0% (1.26 KB)
[#008] sha256:b7b9c72d10db1a6db7a7e567ad278fa24331db5299e8072f5941bfb1602993e9 - 0.0% (1.25 KB)
[#009] sha256:5218c6e91fa8f2c89090f066e1de88df3283f46e7a5e16b6eb1a3fe5dc62d379 - 0.0% (1.25 KB)
[#010] sha256:41d393d593f70b100d9e93fd5746bc28dfb78bb5f15ad03bfbfe3c2eb6353975 - 0.0% (1.23 KB)
[#011] sha256:46b8e54d73d2276f9271a919037d01a2be2f292619c0968e7b6017ec5856bb35 - 0.0% (1.23 KB)
[#012] sha256:9f0ecf308771be68e6f23dde2d508e1a4110bbdca0798d23343f98ef7592758f - 0.0% (1.27 KB)
[#013] sha256:3bcf258469e960bb9f6226e0255e8d1e9a314867d02135ee8beaccbaa5381a8e - 0.0% (1.27 KB)
[#014] sha256:6548125d157ee3d37417e7bb194b826d06dd3686fd2f7264f92343297703ba7f - 0.0% (1.23 KB)
[#015] sha256:81ce223ae6884faa1857e297eafd4d775b13e3d190c736e76ca375a82b942f8c - 0.0% (1.27 KB)
[#016] sha256:4d5caef6555fb089b809e1df2249fd722eeee7b1585c289b9c44388a661abc99 - 0.0% (1.27 KB)
[#017] sha256:3f80e0b929845cc7dc7c7c6c298e3e3fb35caeeff7018513485a8a35ba57010a - 0.0% (1.26 KB)
[#018] sha256:f3dca27f896945a02229e4692049a1948f347a24e4111f5067c39ca057e18596 - 0.0% (1.25 KB)
[#019] sha256:5006ec5a544ad8b2c71486cf916fd98e341b3bd02b5948f2cd3b63cc5a986cd1 - 0.0% (1.24 KB)
[#020] sha256:9fea30aee55cc38743e75c82b9b95238330889617a05907833417ccee96b4f13 - 0.02% (335 KB)
[#021] sha256:697917b73989875dc97696e2e59c596ca9d01ee1f22ca32e804d7019ad6ca533 - 0.0% (1.25 KB)
Apply image 10.0.26100.32230
2026-05-10 10:08:54 UTCInstall update 10.0.26100.32860
2026-06-03 18:01:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-06-03 18:03:06 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-03 18:03:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-06-03 18:03:32 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-03 18:03:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-06-03 18:03:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-06-03 18:03:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-06-03 18:03:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-06-03 18:03:39 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-03 18:03:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-06-03 18:03:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-06-03 18:03:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-06-03 18:03:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-06-03 18:03:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-06-03 18:03:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-06-03 18:03:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-06-03 18:03:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-06-03 18:03:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-06-03 18:04:06 UTCcaddy version
2026-06-03 18:04:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2026-06-03 18:14:31 UTC
1.99 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 69.54% (1.39 GB)
[#001] sha256:857865ad3eca4da109d969134a9cab7225d9de49597914ae325d43661900f513 - 29.58% (604 MB)
[#002] sha256:a48b65aa2f858149a8b7639ddd8a400431d015b5ed9512da127d78ebefe9485f - 0.0% (1.3 KB)
[#003] sha256:a7765c7f088fb5b10961c994b3ddc487d6acee0743f96fd13bfb51ba25eff996 - 0.02% (507 KB)
[#004] sha256:a6f9d02e782708921d41c624737914aa6fc5fa1492863216bf9e4ce937278735 - 0.0% (1.3 KB)
[#005] sha256:44d786665f0efa1e5bf7125656aaa2b624b6fd6d8884cbdcb9e29f8f953d532b - 0.84% (17.1 MB)
[#006] sha256:27e1ecc7c7f6ff427c51e7e478dd193c18b880ea7e8635ab3dc650decbfd8a1a - 0.0% (1.29 KB)
[#007] sha256:81a50244973ace44b602ec7b00d7645bdc3f37e2961b14bc03e4342367f0fa8a - 0.0% (1.25 KB)
[#008] sha256:3199533988e101d1b0146be04663062dbf1d1f71ed4e8d399b5d2e955a45a7b4 - 0.0% (1.26 KB)
[#009] sha256:2537f061dde4ee99613f0b75220c1c35a31e5f332646b9da6e769d71fab26114 - 0.0% (1.26 KB)
[#010] sha256:6c5b5947fbd0af494e4d625197b43c1f84e24c00a7b65b04e3cc7f07c4bb5a3c - 0.0% (1.3 KB)
[#011] sha256:fe28d36112fcbd878539a87ab4c4e50a4342348302380cc9bce2d69438210a62 - 0.0% (1.27 KB)
[#012] sha256:78d8bef97bd3a897797f3f9c1624632d7c3e42866da466628992eec274e9a65c - 0.0% (1.26 KB)
[#013] sha256:f1b3d84306c3d1452d1effd083991353e1935d5862c50fac0278da7d925c605d - 0.0% (1.26 KB)
[#014] sha256:886903821b8e67b3eedff37bdf85c66985cd631860f022aef61c92653e3f77f4 - 0.0% (1.3 KB)
[#015] sha256:a94f070aba5b033f0a309b1e20bbb4a2d197510f4753241f0320475d110ff5bc - 0.0% (1.3 KB)
[#016] sha256:07054b043175b0eea4882586d246490cf574f2ac8a2628ab42ccfce7561f3c42 - 0.0% (1.29 KB)
[#017] sha256:db657f92fde5ab19a42cdbe5b56f55be4e8a292659ea54aef068549763aac7da - 0.0% (1.29 KB)
[#018] sha256:a807c1ad83dcdee647b90214f27757a255baad6d24afd5cd246f8ae695ca82c2 - 0.0% (1.3 KB)
[#019] sha256:3cc28e0c80eff31bfc37760727d99d1383e47a88abd16e659a55f192f89352ad - 0.0% (1.3 KB)
[#020] sha256:f6a5ad0ab029055922929dd25e70f97dcbd68e085084084967772fb5a7351977 - 0.02% (329 KB)
[#021] sha256:52838e2c7e1d3abd9110e1e76c6bd095612a877504f310a99f141b60cf2f7171 - 0.0% (1.26 KB)
Apply image 10.0.20348.4294
2026-05-07 03:49:54 UTCInstall update 10.0.20348.5139
2026-06-03 18:12:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-06-03 18:13:34 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-03 18:13:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-06-03 18:14:01 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-03 18:14:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-06-03 18:14:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-06-03 18:14:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-06-03 18:14:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-06-03 18:14: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-06-03 18:14:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-06-03 18:14:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-06-03 18:14:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-06-03 18:14:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-06-03 18:14:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-06-03 18:14:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-06-03 18:14:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-06-03 18:14:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-06-03 18:14:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-06-03 18:14:30 UTCcaddy version
2026-06-03 18:14:31 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.