2022-07-12 21:04:51 UTC
2.5 GB
v2.5.1
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 69.87% (1.75 GB)
[#001] sha256:7aca8de30754f19fe03ee4c21eed0762efb5e91bf684b0cc36cc92b2af13446d - 29.59% (758 MB)
[#002] sha256:912efe6370f7047e630e1f70d9201e3143571e3ed1fe50a1e61754d2d536ea95 - 0.0% (1.39 KB)
[#003] sha256:31bef76419737006aed31e08290249d329a05ed10a4c4566bd669fae88218c88 - 0.01% (355 KB)
[#004] sha256:5ef8a8019fd762ae153c43f714fd21304f41d4908f7f956851d9d66885dfb0d1 - 0.0% (1.37 KB)
[#005] sha256:7925f76cd18c89331c24bdb8542da766976ab51df5ea41336f7b78e07c4ca51e - 0.52% (13.4 MB)
[#006] sha256:0f30315a526566e46f779eee3590fa94b3c132b660bd24fc13a2c5310b7a737b - 0.0% (1.37 KB)
[#007] sha256:643fc454cea2d0487926ddacffbfd78b6fc1f492fdf25615c4ae3b1c57a71369 - 0.0% (1.35 KB)
[#008] sha256:d4c3cc1deec0c8645ddca64580321bee7fa6158dcc74476e7d19c191e19e993b - 0.0% (1.35 KB)
[#009] sha256:9114e4c82654bee43572ba6ebba1a1505b85c736ed6622c5f44dd06d45ee662e - 0.0% (1.4 KB)
[#010] sha256:c1348aeddc8f2b0ee779ddf91fec9a083e46ba5237229eff9bed3f60c7d8a220 - 0.0% (1.39 KB)
[#011] sha256:c317434d68eba3b8958926f02459decf49b4c25cb42dccaaefa2e824d786470d - 0.0% (1.38 KB)
[#012] sha256:5a2e91eb168bc71fe2eae9fb71f808958fc8b3ae0394c958e61ab78713a188a4 - 0.0% (1.34 KB)
[#013] sha256:858f0b575a4e4e56bf791a93922498dd50591dca0219d3181a997e1c99e4c5f9 - 0.0% (1.37 KB)
[#014] sha256:138fa86d9d5d32d6f96333fa809ac1fe75e57bb56bb07d7c73ba5f394ce8e26a - 0.0% (1.34 KB)
[#015] sha256:50a8b341825d420901361dae5bec1374ed25ab67028eca6ea729a154a3c33fe3 - 0.0% (1.38 KB)
[#016] sha256:8a54a8a51c9ea29dc6e29da8fbacc21c6cf4f68bc5c8502a9fc65412b02e6bd3 - 0.0% (1.37 KB)
[#017] sha256:0ef25d5c05081d158cea0702e1bb922c641ec629beb8b84bd6036b9d76f973e6 - 0.0% (1.34 KB)
[#018] sha256:4aa2d3ec3911fb5e9e031c2479ad631ca55d9fd2bdecd49a69be5be3081f0fac - 0.0% (1.36 KB)
[#019] sha256:c5278a61248829326a1c17e8c139d74d29633667fe552974ea4d7d1ae399cf24 - 0.01% (301 KB)
[#020] sha256:328045049d150e0cc57cda42c28ab079d6c50d51a3c51141f4d77d3d60d8adb0 - 0.0% (1.33 KB)
Apply image 10.0.17763.2803
2022-07-06 22:37:15 UTCInstall update 10.0.17763.3165
2022-07-12 19:32:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-07-12 21:02:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; mkdir /config; mkdir /data; mkdir /etc/caddy; mkdir /usr/share/caddy; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/69bb1c539b3ee03fc91271a71653a77ca1e9d131/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/69bb1c539b3ee03fc91271a71653a77ca1e9d131/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2022-07-12 21:02:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.5.1
2022-07-12 21:03:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.5.1/caddy_2.5.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('4294796c4bd4bed0c593d83606a5413de30f35f88d624e1b1e5b6cd8672ffbcc7a689d7ce4ef30c1abea0e95eda62220faac15d2a6aca0c3e2b418abe7a74118')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2022-07-12 21:03:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2022-07-12 21:03:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2022-07-12 21:03:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.5.1
2022-07-12 21:03:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2022-07-12 21:03:52 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
2022-07-12 21:03:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2022-07-12 21:03:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2022-07-12 21:03:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2022-07-12 21:03:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2022-07-12 21:03:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2022-07-12 21:03:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2022-07-12 21:03:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2022-07-12 21:03:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2022-07-12 21:04:51 UTCcaddy version
2022-07-12 21:04:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2022-07-12 21:06:31 UTC
2.16 GB
v2.5.1
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 62.05% (1.34 GB)
[#001] sha256:e1a27cb9d4615dec325f2cbabac4ca1f65413bdbb8b440cc961df032993a9b81 - 37.29% (823 MB)
[#002] sha256:6452cb934201756f0ed9fb5e0cbea54a22a66412cb696ff30a1923d456e28bcf - 0.0% (1.4 KB)
[#003] sha256:d2b663eff38faad72244f8548731bf581964c01831187244566c697f3bcf94ca - 0.03% (647 KB)
[#004] sha256:b2e468f072008ddbfd7e2528cbb303d2a9d97ffd16de53731d25cdb976086dd5 - 0.0% (1.38 KB)
[#005] sha256:6d6b155a7e8806d23e43b6bc343d1b0db43a55a1322020ec019deada3fab35f6 - 0.62% (13.6 MB)
[#006] sha256:8549abe12330bf88674122311a83239cb196d623dedd7ddfd34e94516f45eed4 - 0.0% (1.37 KB)
[#007] sha256:8ce0bbc04a2295bd3e9ed45e9f9515634f6ed3be80abd2e2061d184a2e730892 - 0.0% (1.38 KB)
[#008] sha256:d0e474c9f2b15c6b5e6cbcb57b116d43f686815a7e7ad475ece49c330eea3377 - 0.0% (1.38 KB)
[#009] sha256:460e528a456494d9750219cb82330a2fb454311f86f4b83b0eab6f52a832ed8a - 0.0% (1.38 KB)
[#010] sha256:75f4578aa914d92629a25fbb501e099295c94db63200d1a9021c2758689c84a1 - 0.0% (1.38 KB)
[#011] sha256:b95f74b10adddfd2a771b5a4752cc082a40e30f4cd85e86327fd92148f78ea56 - 0.0% (1.39 KB)
[#012] sha256:0476848a862539a06b32e1ec82f556135288512c6394ccf7cef952d9040b5d29 - 0.0% (1.36 KB)
[#013] sha256:2a0c126d62749fdd37a034b38717997581a9057a3f441b2e30f228f9a57d5275 - 0.0% (1.37 KB)
[#014] sha256:3aa39e635a66b534ee7dd3538744dd3f8603a59c4fac9abbf974b226d2624671 - 0.0% (1.34 KB)
[#015] sha256:7109f8c2f46ce79dc903ac36ee7e16569f2bd6ed24c352137d5e929776c2d80f - 0.0% (1.36 KB)
[#016] sha256:5e644e88f94ba2df58a3ce7cff64489be1aa5ad1670094b385c6a99caf729d4f - 0.0% (1.35 KB)
[#017] sha256:7aad12ddd0064eafa56e1acfb3098b5935a51b82f939b3c2721aa47ae249fbe7 - 0.0% (1.34 KB)
[#018] sha256:2d8f5e772abab28df039764c06865eadd2334f25365de8c5ae7606768f660b5a - 0.0% (1.32 KB)
[#019] sha256:89798db4399cbb2ee3f184326a624db393aa9a56512e8ae1a8ae61b9b8844788 - 0.01% (334 KB)
[#020] sha256:52a993e9151d5c25b74f703ce7fe0ecae20cf1b1601cc65ffca749bf245781af - 0.0% (1.38 KB)
Apply image 10.0.20348.643
2022-07-04 17:46:55 UTCInstall update 10.0.20348.825
2022-07-12 19:25:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-07-12 21:05:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; mkdir /config; mkdir /data; mkdir /etc/caddy; mkdir /usr/share/caddy; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/69bb1c539b3ee03fc91271a71653a77ca1e9d131/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/69bb1c539b3ee03fc91271a71653a77ca1e9d131/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2022-07-12 21:05:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.5.1
2022-07-12 21:06:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.5.1/caddy_2.5.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('4294796c4bd4bed0c593d83606a5413de30f35f88d624e1b1e5b6cd8672ffbcc7a689d7ce4ef30c1abea0e95eda62220faac15d2a6aca0c3e2b418abe7a74118')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2022-07-12 21:06:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2022-07-12 21:06:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2022-07-12 21:06:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.5.1
2022-07-12 21:06:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2022-07-12 21:06:05 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
2022-07-12 21:06:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2022-07-12 21:06:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2022-07-12 21:06:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2022-07-12 21:06:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2022-07-12 21:06:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2022-07-12 21:06:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2022-07-12 21:06:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2022-07-12 21:06:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2022-07-12 21:06:30 UTCcaddy version
2022-07-12 21:06: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.