2024-12-11 20:42:40 UTC
2.11 GB
v2.9.0-beta.3
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 64.43% (1.36 GB)
[#001] sha256:90641eccc9d7a78ab99d123ca3884acb8ffc002eb44bc5e68f261f0810d5202b - 34.88% (755 MB)
[#002] sha256:4ecee5c4ad43b157cf9967e540f64b4c8847c62589e842c9d02ce539cf749dce - 0.0% (1.26 KB)
[#003] sha256:97fc31e64f93ba0a4a6bf125d7f5f4eae35109950a4dd3a2ed324c38686cddb5 - 0.02% (359 KB)
[#004] sha256:6e6a9af6f307d91ee352c042cf7ea8214d8d845830e3a68859e838019bc5691c - 0.0% (1.26 KB)
[#005] sha256:50639f8f64cc8f8632565e1b858b45508ef584c353f19d6cf2a72b68bde07452 - 0.66% (14.3 MB)
[#006] sha256:2503f156c1047f1f0734c7181c909c0052b211454484f6170251f08cef46e5a6 - 0.0% (1.26 KB)
[#007] sha256:3e6acf4ca9f98f66d23057dd0a4837e5d80fc6eca0ee995bb13a48400da84bf6 - 0.0% (1.25 KB)
[#008] sha256:ab7db33b2dc0e03c9c03dccd30885689ec898865768a7db97dd5652c8dae0235 - 0.0% (1.25 KB)
[#009] sha256:95ad72d301ea93a65d84d137f1fa70ca15c309f3851f9cd254d7217a3d1071e2 - 0.0% (1.26 KB)
[#010] sha256:0c91a59d760582311572ed361b9f4d8385a0663da33058f5fc8093961649626c - 0.0% (1.25 KB)
[#011] sha256:b4bd1cbe635316e8eb0b029228b79301e40e244ca042bbfa1d760d0825dacf09 - 0.0% (1.26 KB)
[#012] sha256:27f5127921a4fd02e0d82217516b4492564e8f56f0c352c560bcd9fcd89cf85d - 0.0% (1.26 KB)
[#013] sha256:1e20122a377077802fa84948cac9068edf9c812411ba3cd3762ece376eb23983 - 0.0% (1.26 KB)
[#014] sha256:f8e184a6ce6e1f3c6d841168f776eea71ef560c6399a562a112dfbf91007976a - 0.0% (1.23 KB)
[#015] sha256:c20828f56e5bc3b8c81ffd337b768230e3cf0701d25a172a6f2aacaa937a5bad - 0.0% (1.25 KB)
[#016] sha256:880e637b1961091652debab1e152931535765bdcbede7f6bd269b81b402f7590 - 0.0% (1.25 KB)
[#017] sha256:42ea15c1409aba29c762a423773612fb6f3b4f91e16f0146b772b912c68e768e - 0.0% (1.25 KB)
[#018] sha256:3336c6a735a7d65e426616a4158783b537122bf81881295c5adb4caecb71e960 - 0.0% (1.26 KB)
[#019] sha256:01b0edf8db4649eb5b04a3239f4a1e49fcad9e206260bc6c8d740df33860b300 - 0.0% (1.25 KB)
[#020] sha256:92a9fc45a55c710439656c130ba09b3fc4b34425236fab0ab15eb1d850159164 - 0.01% (330 KB)
[#021] sha256:1955c72c3a493e6048a822fafb4273f9c42454c5af146ba7e4da8e921d1d4a32 - 0.0% (1.25 KB)
Apply image 10.0.20348.2700
2024-12-05 01:36:58 UTCInstall update 10.0.20348.2966
2024-12-11 20:42:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-12-11 20:42: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"
2024-12-11 20:42:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.9.0-beta.3
2024-12-11 20:42:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.9.0-beta.3/caddy_2.9.0-beta.3_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('582aab60c12764c75ef13523daf1c72e420b45883936440e47a1f006f0dd8a012f2dedec6c5304549ca2789cbc07b28894eac08b3b86050da9d4ff7f885ce8c3')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2024-12-11 20:42:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2024-12-11 20:42:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2024-12-11 20:42:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.9.0-beta.3
2024-12-11 20:42:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2024-12-11 20:42:28 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
2024-12-11 20:42:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2024-12-11 20:42:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2024-12-11 20:42:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2024-12-11 20:42:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2024-12-11 20:42:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2024-12-11 20:42:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2024-12-11 20:42:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2024-12-11 20:42:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2024-12-11 20:42:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2024-12-11 20:42:40 UTCcaddy version
2024-12-11 20:42:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2024-12-11 20:42:49 UTC
1.89 GB
v2.9.0-beta.3
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 84.74% (1.6 GB)
[#001] sha256:3308b54d35b61854238974280a5b0ecc72a98e2ead17d04f42770a7b35407090 - 14.48% (280 MB)
[#002] sha256:b8e6901c3ebaa3de8f60c98d9fb5e99b04d8b29473e5b287c3cac7a7f4992ef5 - 0.0% (1.26 KB)
[#003] sha256:36563b05e1996583cfdb7fb076b9ac349dd33c3bdeff6227dd53ba459be31e50 - 0.02% (455 KB)
[#004] sha256:3ba6cabf2821a324f10b442111bebfe60444eda999eb675410483f462d88b15d - 0.0% (1.26 KB)
[#005] sha256:c0d40a773a71e888ab89b04d2dbf4be994bc3a484814e69181221586eaf8befc - 0.74% (14.3 MB)
[#006] sha256:57970c37190f3282b4a01558f6f7da0ae3f0617db63969d907599d52ace7d47f - 0.0% (1.26 KB)
[#007] sha256:1bcb70f79f987797b47326f955804af31b4b498201f608455a4034e988a8eb5e - 0.0% (1.26 KB)
[#008] sha256:b588fffae66c6579cb23564e789af9af62da3781aadb64216491b1eb71437bb9 - 0.0% (1.27 KB)
[#009] sha256:cfa09682dc709509aefe58162e36047dccb8e8ff37ad9ef17cf1dd489d396dfe - 0.0% (1.27 KB)
[#010] sha256:388be206692451aaa4340ee8b2aeb8efa4edbb0ff3323ff874037e4506e8a287 - 0.0% (1.27 KB)
[#011] sha256:8bc6ea640db42d8ba896fe6ae7bee74525f971bf9d4a476de90b0b7fe2ecb47b - 0.0% (1.27 KB)
[#012] sha256:1b806a501c4b6fcaa98371b94a9d159236ec213ccbe1e300bbdc564caedb3bb0 - 0.0% (1.26 KB)
[#013] sha256:cfb08fcf6c014ea569bda1a9dc450872981500af52d21f3b4cf915ff1b7b2d1f - 0.0% (1.25 KB)
[#014] sha256:550bab108490eab768c7a11bc9bc4e73c24a5162eab403d926846dec412bd1d8 - 0.0% (1.26 KB)
[#015] sha256:77c524a1233576e832eda1cbce8d59062857d760c9febbe760541e91e9ba3ac7 - 0.0% (1.26 KB)
[#016] sha256:bd36c52acf6d93423455c13759171397e5931f64d94d50290ee31b86c81fdd37 - 0.0% (1.27 KB)
[#017] sha256:8f44ebda40b8612740e7c125555fcfdf8d0c88b12e41f193c46fcc9a2c31de23 - 0.0% (1.37 KB)
[#018] sha256:c4983ef681bb3b953cadb9c2e148e524b4762806acd1752d96ecae70b5376675 - 0.0% (1.37 KB)
[#019] sha256:e5fc4ef9f3a69457a41a25c60f37d4c87832e5deb25c1e2e267fea82e4c87f7d - 0.0% (1.3 KB)
[#020] sha256:93148b97c985b903ada9d38620c0e0ba628d28953ebb08a0c8f477d1e4f8f16a - 0.02% (317 KB)
[#021] sha256:979855a6ac6a241b56b4d4ce2806989f44a1b06e5c92a18c8312cc76126ba8d0 - 0.0% (1.27 KB)
Apply image 10.0.17763.6293
2024-12-05 05:10:22 UTCInstall update 10.0.17763.6659
2024-12-11 20:42:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-12-11 20:42:25 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"
2024-12-11 20:42:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.9.0-beta.3
2024-12-11 20:42:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.9.0-beta.3/caddy_2.9.0-beta.3_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('582aab60c12764c75ef13523daf1c72e420b45883936440e47a1f006f0dd8a012f2dedec6c5304549ca2789cbc07b28894eac08b3b86050da9d4ff7f885ce8c3')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2024-12-11 20:42:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2024-12-11 20:42:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2024-12-11 20:42:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.9.0-beta.3
2024-12-11 20:42:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2024-12-11 20:42: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
2024-12-11 20:42:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2024-12-11 20:42:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2024-12-11 20:42:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2024-12-11 20:42:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2024-12-11 20:42:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2024-12-11 20:42:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2024-12-11 20:42:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2024-12-11 20:42:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2024-12-11 20:42:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2024-12-11 20:42:48 UTCcaddy version
2024-12-11 20:42:49 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.