2026-09-09 22:49:47 UTC
2.31 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 61.5% (1.42 GB)
[#001] sha256:57ad760a8a0dac5abb352847ef76295f82b76df46372259a4df2102ad3adf78b - 37.74% (891 MB)
[#002] sha256:c10168a5b915c41c4bd65cf1279b53e33fa3cc32e694a759db1ea2ba4ffc50b2 - 0.0% (1.27 KB)
[#003] sha256:048d968b85a667c0d3d175771541d5d229aed7cfe41bdc95e85f032fe7b9c23a - 0.02% (365 KB)
[#004] sha256:494d3bc632fe8a7037cedccc12d6dfaef713532c0c86cdd2bdd5d8dd0e278f87 - 0.0% (1.25 KB)
[#005] sha256:861ce25bdedce894a9048ca339c6d5b298bb9bc3183a4c49511d61a3f32dacc4 - 0.73% (17.2 MB)
[#006] sha256:0dfa99a6efbd1d09109bb0fe86ea4c5bfa7911f7e028bfe6ed9d2e03ece946e5 - 0.0% (1.23 KB)
[#007] sha256:7397b8b1a5f2c785e903937e9ca0544643aa33524500ba73036d4977bda108a5 - 0.0% (1.23 KB)
[#008] sha256:467b2c1b1d516d0e679b69175800e141ad4ece75b7ca4f8ced870f98709c8f6a - 0.0% (1.27 KB)
[#009] sha256:016ef428f0fc182c7bc390e99da1f6086d2deaf24b692710850422f78dda057b - 0.0% (1.25 KB)
[#010] sha256:1d2cc7594b4e0b1c189f2b6c839780ba074085ce23d6673e21a64ec4e48a6c8a - 0.0% (1.25 KB)
[#011] sha256:c2c7d2b9499d3d76c8dcd42a17ef2fbb46ea206addd4ccff774960bf31a0db20 - 0.0% (1.23 KB)
[#012] sha256:58bff559f7372701575f8388b430b6543a9f78f5d36f06e26e3f98973852830c - 0.0% (1.25 KB)
[#013] sha256:57318a4a3ac2c6f802ff49a02a5f9733920a003d398d5f259654271394c8a8d4 - 0.0% (1.23 KB)
[#014] sha256:3ae8f565be3241387d3e53b4a56155339e9537484657695d975688fed579c05e - 0.0% (1.25 KB)
[#015] sha256:57f33e02e554731bdb80fda5493849adb581b25ac1a03da33774de9ecb029331 - 0.0% (1.26 KB)
[#016] sha256:a5174506ae9314b1209e6dbe305cedad1c13cd2c7469a3d8c1f9e64d64084c8a - 0.0% (1.26 KB)
[#017] sha256:4b877efbe27585db7961ea672e93168ac613ba4b36b1d9245ef708726abe7df5 - 0.0% (1.26 KB)
[#018] sha256:7d97be5467963259c00e3779ef2dbb9b7991e9008f59963bafa689b748329cb2 - 0.0% (1.26 KB)
[#019] sha256:2eaa9169d3d4045cd822af9595bdf20d3388e48c22323f929a57503f8d4e9c2e - 0.0% (1.26 KB)
[#020] sha256:93357330ecac32780ddb428e48fcc4697edf59dd9fc80be13ddbe82b1cb16482 - 0.01% (350 KB)
[#021] sha256:f0ffe891e85f574995d0ddc30e3f4dbc86e7505630000f64c8de36ee6675bbf3 - 0.0% (1.29 KB)
Apply image 10.0.26100.32230
2026-09-05 17:41:23 UTCInstall update 10.0.26100.33438
2026-09-09 22:36:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-09-09 22:49:16 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-09-09 22:49:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-09-09 22:49:27 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-09-09 22:49:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-09-09 22:49:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-09-09 22:49:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-09-09 22:49:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-09-09 22:49:32 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-09-09 22:49:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-09-09 22:49:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-09-09 22:49:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-09-09 22:49:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-09-09 22:49:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-09-09 22:49:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-09-09 22:49:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-09-09 22:49:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-09-09 22:49:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-09-09 22:49:46 UTCcaddy version
2026-09-09 22:49:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2026-09-09 22:52:46 UTC
2.08 GB
v2.11.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 66.53% (1.39 GB)
[#001] sha256:415798186eb335ced6c3ef7f07db644b7c42771bc47e33781ec5cea24c3285b6 - 32.64% (697 MB)
[#002] sha256:b68a4effca28d16bcb5099d80abf377f9661f7d87ac3775bee9e2c6cb8c24867 - 0.0% (1.3 KB)
[#003] sha256:b363d8f829e744da6d9a5210267891abd6a144ebecb2f62b4ba4fd9eb86ee8c3 - 0.02% (346 KB)
[#004] sha256:2bc0b2d577cf4ad7d1ad5ce243e2042ffd7d7515b53437515a0f31abc6c19a63 - 0.0% (1.27 KB)
[#005] sha256:35adb45c9d1068db3edaccf2ef44fa23f601d668097b02536cb80dc7f7ad126f - 0.8% (17.1 MB)
[#006] sha256:92b366350bd880cb5e61ad9517211b363b509c45628f12ee8e84c34551f74ef3 - 0.0% (1.29 KB)
[#007] sha256:f452e1828d9b594afb6246d80a700d3e6478064a3f7d5692d9b0c02e7a363b8e - 0.0% (1.29 KB)
[#008] sha256:139605ff4c189488845df395e30ae36c31eb0c1d5540e0fc7d10d9ec46dcceda - 0.0% (1.27 KB)
[#009] sha256:279a48ee6ca71e84587e16d2e706bb6adce1f33a491de9b7d963c3bb8408e328 - 0.0% (1.27 KB)
[#010] sha256:2eb675316b678e0354fbf6fca44e5d9ea0d15d2b5d7aad83d8978a342a634701 - 0.0% (1.29 KB)
[#011] sha256:202a2bba0b9ac7eeaeabeb55fc836ec16901c5783661ee5096de82014dc013aa - 0.0% (1.27 KB)
[#012] sha256:dce6f202997576a83775816ff4bf3af61f0058c78fd9d758b26021e10d0f0eaf - 0.0% (1.3 KB)
[#013] sha256:bad187f971b784b7cbb5b4e22f9ab6cbcc75280a74733757c37744c96eb637ae - 0.0% (1.29 KB)
[#014] sha256:a9f57ce921ecd0a8245d68ece207761d7f82a2d9083f7121358ea8715a56c265 - 0.0% (1.28 KB)
[#015] sha256:78350ff866550acd7fd49d53bffc00ee2d6e7c5bd980bd585e42d70d7186ae65 - 0.0% (1.29 KB)
[#016] sha256:382a5b2dd878bbed082b8ac1ee43215db49c6cd530e3698b9892e8fe5d8ebcaa - 0.0% (1.27 KB)
[#017] sha256:51d00fbab6319e00ad464112da6abde1902dcda1ec1b04a54a3773446911aafb - 0.0% (1.29 KB)
[#018] sha256:d5a531c44bb3e5e7606d29c9b1fba44c43d1561cb454125156922a568954817b - 0.0% (1.26 KB)
[#019] sha256:7422bbc413d636d875377e783cda8ae066b19bd33fcf2f909514334fb6dcc233 - 0.0% (1.3 KB)
[#020] sha256:a388ae177adf6cac8ea8b62523439437e9e28574a737ed552e79f503fa68a54b - 0.02% (334 KB)
[#021] sha256:8b543ff01c34920bdfe1334290ef06509b72a48d0cc771ed7a9e95cc16306479 - 0.0% (1.26 KB)
Apply image 10.0.20348.4294
2026-09-05 23:48:54 UTCInstall update 10.0.20348.5622
2026-09-09 22:45:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-09-09 22:52:16 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-09-09 22:52:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.11.4
2026-09-09 22:52:25 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-09-09 22:52:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2026-09-09 22:52:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2026-09-09 22:52:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.11.4
2026-09-09 22:52:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2026-09-09 22:52:29 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-09-09 22:52:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2026-09-09 22:52:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2026-09-09 22:52:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2026-09-09 22:52:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2026-09-09 22:52:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2026-09-09 22:52:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2026-09-09 22:52:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2026-09-09 22:52:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2026-09-09 22:52:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2026-09-09 22:52:45 UTCcaddy version
2026-09-09 22:52:46 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.