2025-04-18 03:30:55 UTC
2.13 GB
v2.9.1
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 63.87% (1.36 GB)
[#001] sha256:b0b6ee194dfee460cc53e0f761b7ff976c08380d6cd1e70cc50ff92cfa99d176 - 35.44% (774 MB)
[#002] sha256:9c64ab72795edfb0ea7fae56070eeabae8aac5e8d76f0b44434075011926813e - 0.0% (1.26 KB)
[#003] sha256:bd20a351eaed36a72519bf80eb163d3bfc147983f41b8e9844944a43307693f9 - 0.02% (349 KB)
[#004] sha256:1de40864ac5c9b93d1e1a212699e6841119e71e1d92ebfad03df09f358ad2042 - 0.0% (1.25 KB)
[#005] sha256:4417bc1632b54bfb9e3280bf39a017fe16b20dd08655698bc98f0f2bee576c79 - 0.66% (14.3 MB)
[#006] sha256:db4e51de2b7d1a086d0a35048663b6767c8213aece9103ae48e294b0cfcaab86 - 0.0% (1.25 KB)
[#007] sha256:a3cf9167f8fca030d834d2097f043cb0250b8517f59c5501820cdaa4d5cf37a3 - 0.0% (1.25 KB)
[#008] sha256:98fe8daff46b925952de1b5fd6e18ee380d40d99c949065ae151f59ac072e956 - 0.0% (1.25 KB)
[#009] sha256:3f63725a7413c567bce4a524c49164e9a3e01489b9e20a328dd077d2e4a2f514 - 0.0% (1.25 KB)
[#010] sha256:09cfd6a3ea5bda6db21ffc1c0b28f1115932f4265079765ca34f48bfe8462176 - 0.0% (1.26 KB)
[#011] sha256:b94d6ace0433d84781717da6ddf1d780962a383a2866f629a720b3870d2d982b - 0.0% (1.25 KB)
[#012] sha256:152df2ee72b5451dcf2971e10a86a154765b249574e246ebfd88b1942aba878a - 0.0% (1.25 KB)
[#013] sha256:545d1d912acea6afa7fb039d01a4e78542f6fcc238201117777b2e97d4360df2 - 0.0% (1.26 KB)
[#014] sha256:e47ea61f9ff05474058bd1466dc756991a5a7fb72448068729933c008544f027 - 0.0% (1.35 KB)
[#015] sha256:ed57e6d1bb5b93dc359b34e025775e9945fce7723e8a5dfb7392608546e9cc44 - 0.0% (1.33 KB)
[#016] sha256:83b13e9cb296f1d74b3386be11e580e168f2ad9a061921883bc9462664d10bff - 0.0% (1.25 KB)
[#017] sha256:a28e2455c028a4075dd12fbc342d11b999d87c12fb66b515256b287b54d51400 - 0.0% (1.28 KB)
[#018] sha256:431ab1818b95862632af6c6651cb07ed56b8bb9016864bafa4a2e63e22c0b56e - 0.0% (1.35 KB)
[#019] sha256:0abfe2475444f153112c04f04300a69eb9edf9280ee15e47b50b503b98d8efa0 - 0.0% (1.32 KB)
[#020] sha256:f48c73da5eec7f179d0e1dae6c2eff576e472bde7a370ab6dd942b5f60738efa - 0.01% (331 KB)
[#021] sha256:e5711901a370637b62e3f2fc22252cd94574868cf8309e48c83fc3e1c06958f0 - 0.0% (1.26 KB)
Apply image 10.0.20348.2700
2025-04-16 03:49:18 UTCInstall update 10.0.20348.3566
2025-04-18 03:30:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-04-18 03:30:32 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"
2025-04-18 03:30:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.9.1
2025-04-18 03:30:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.9.1/caddy_2.9.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('4f0f85b42015ff2276d08705751472e6a98bdc7fda5ec76dd41b7a0c16fee90af012f1a7beb226164408cfbe656bd3453ed5ccbb596f80c45d0fa1c749fc8da2')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2025-04-18 03:30:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2025-04-18 03:30:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2025-04-18 03:30:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.9.1
2025-04-18 03:30:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2025-04-18 03:30:45 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
2025-04-18 03:30:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2025-04-18 03:30:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2025-04-18 03:30:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2025-04-18 03:30:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2025-04-18 03:30:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2025-04-18 03:30:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2025-04-18 03:30:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2025-04-18 03:30:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2025-04-18 03:30:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2025-04-18 03:30:55 UTCcaddy version
2025-04-18 03:30:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2025-04-18 03:29:56 UTC
2.03 GB
v2.9.1
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 78.87% (1.6 GB)
[#001] sha256:632102e3f287de7b6ffd6cab740fb7afe94ac8418060651b0954506aeecc48f1 - 20.41% (425 MB)
[#002] sha256:f80c94cc03984a44506f96991a8eab821271cebcf8fdec613448ee2b65c2cf6c - 0.0% (1.34 KB)
[#003] sha256:c760c8a8d49a94e2807c57ac028f624822f604d85a75bd7b6a6feee7d9ed8216 - 0.02% (345 KB)
[#004] sha256:dffd1fbbada01064099fa8111e2a345f9b05d3c14739e3ba599f5bc17410b7c4 - 0.0% (1.26 KB)
[#005] sha256:f3bce804c31c965fef5ddfecc72f414fc250a19867bf11b248954cf371ef2cf8 - 0.69% (14.3 MB)
[#006] sha256:1103feb99bcc59ced37c34ef3fc5c0f67cbca91226fbda677300e6b16e5dc947 - 0.0% (1.26 KB)
[#007] sha256:189fdd82e33f56f53655741170c058f0d0f22770c23141db8039a9f03377d892 - 0.0% (1.26 KB)
[#008] sha256:db0f4f7ab6b7bd6afbfdc9711fd481d6c20068be902b373915819b31cff9e0ab - 0.0% (1.26 KB)
[#009] sha256:f9687d9369ac879f26a2028a4f064f7f5c51c5f5d875f831d82c48d3c2b65fae - 0.0% (1.26 KB)
[#010] sha256:4f46b61768c7dd26c7810609d95831d35b01c123b59d3a28a3664a31dbccdb30 - 0.0% (1.26 KB)
[#011] sha256:0501c3c0571d1400d9d6a19a80ee907dd392510583598413f3490e0d8d8c296c - 0.0% (1.25 KB)
[#012] sha256:f09a888a8e166fb9aa2bb4d69e3b2a25cbe5821e490f5a525ebb4eddfd4a2439 - 0.0% (1.26 KB)
[#013] sha256:d84054a3917985ff0f598383f2d6fdf53ac3974979bd60fec5e58c35db727db7 - 0.0% (1.27 KB)
[#014] sha256:637c87346a84276062e3adfdd6c0efb5d2e986877d2f808edd476c8660fecb1f - 0.0% (1.24 KB)
[#015] sha256:8efbe219e273aa67a49a661e1b90b3b1e2e9aff70958982f9c58c9ad2116e6fc - 0.0% (1.27 KB)
[#016] sha256:475c5bd0db5d3496e78608ccd14fd3fd306cccf6236c30f68d4411f8a58948d0 - 0.0% (1.26 KB)
[#017] sha256:9b6cdac155d44a8ff1e73e62b08a0b1cfae5a81416e9a245c8279de55a839982 - 0.0% (1.26 KB)
[#018] sha256:8cc36bee6e9661e5250cabe821b02e5920cb85e3d9af85e52a619a3af456f3f6 - 0.0% (1.26 KB)
[#019] sha256:c0ce66872780113d7a9fe28bbb79190d7f9a7415320990c97fb66c54258dd8fd - 0.0% (1.24 KB)
[#020] sha256:71c03bbe5201f975ec6cc16ca71e55639cc4751559506ffb84654df6b33bf08a - 0.02% (329 KB)
[#021] sha256:ac9ca96e2ee8a56eedd38855bbe9ae35ee3024d40bd60277c2a727f0a27a2013 - 0.0% (1.26 KB)
Apply image 10.0.17763.6293
2025-04-15 01:47:49 UTCInstall update 10.0.17763.7249
2025-04-18 03:28:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-04-18 03:29:32 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"
2025-04-18 03:29:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.9.1
2025-04-18 03:29:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.9.1/caddy_2.9.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('4f0f85b42015ff2276d08705751472e6a98bdc7fda5ec76dd41b7a0c16fee90af012f1a7beb226164408cfbe656bd3453ed5ccbb596f80c45d0fa1c749fc8da2')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2025-04-18 03:29:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2025-04-18 03:29:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2025-04-18 03:29:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.9.1
2025-04-18 03:29:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2025-04-18 03:29: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
2025-04-18 03:29:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2025-04-18 03:29:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2025-04-18 03:29:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2025-04-18 03:29:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2025-04-18 03:29:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2025-04-18 03:29:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2025-04-18 03:29:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2025-04-18 03:29:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2025-04-18 03:29:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2025-04-18 03:29:55 UTCcaddy version
2025-04-18 03:29:56 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.