2023-07-14 00:44:30 UTC
1.82 GB
v2.6.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 84.43% (1.54 GB)
[#001] sha256:e36dba1ee29cd36713c8785a5de7dd2a487244d734ed4c5e7b0a6890bffb806e - 14.79% (276 MB)
[#002] sha256:2e991bb72ebb8bf12a5cb5fcb2075d938e3508db6634bdfe6a5bb73e4c612051 - 0.0% (1.31 KB)
[#003] sha256:42bb4f1e513e5b8067f0b87accb23692464bc0eb6d0b33abbdab5d3ba562731c - 0.02% (445 KB)
[#004] sha256:fe4254b85bc800cd3c6ac27302489d67e69720482341903662f497236bbe0ac0 - 0.0% (1.4 KB)
[#005] sha256:c2e2003eb358f3acca4f74b748abe497fe7537f1803403e594fc9bff212d05de - 0.75% (13.9 MB)
[#006] sha256:54b89f5b77b4053906225dd11e08bd26110b42723d8abca77a5ad77e02c89f77 - 0.0% (1.35 KB)
[#007] sha256:3d5ac60357799f560e1db0bc846285480070cc13a6dbf71f5c889805c2735911 - 0.0% (1.35 KB)
[#008] sha256:2f87337e64000cf59b22f04f6637df09e2b859c9523d1fbdf3d5d4c966937cca - 0.0% (1.36 KB)
[#009] sha256:649be33b1f8a2618a81a18eeb53f4b5dfa19dd90ca54b01baadced70ec53154b - 0.0% (1.36 KB)
[#010] sha256:f23177fa76705d8fe43daf0e31999414acaebc05c4ffb920984e8c77b29087bd - 0.0% (1.35 KB)
[#011] sha256:0647d13417da95d1100ea5338df882bd2a978bb38760d2c88639af8cc571efd3 - 0.0% (1.38 KB)
[#012] sha256:f5dd5ebd8fa20ef3105f651938a5208ddb140c5f0000544345160c2a601af71b - 0.0% (1.38 KB)
[#013] sha256:fed75ed571a82157608e5159b80cd06454b3680c9de4d58df8e1fbd13e19f0eb - 0.0% (1.35 KB)
[#014] sha256:886a7f1c4fa9043a0fb483d2fae4d69f10ffde8c1f62ee759fc666b43cf2a2ed - 0.0% (1.35 KB)
[#015] sha256:cadec124c4a0632727854120970ffc0df7ece67add4cf1de81b1f3748058e700 - 0.0% (1.4 KB)
[#016] sha256:98a56c15b23cd77f0e5d901496518ac9b4ee8a417c7aca40e6d2c161189d20a5 - 0.0% (1.36 KB)
[#017] sha256:506e5f0d549ef21ca8a52ef08acbd1fcab5a53d0b9a5e8d586c34a2fc662e5bf - 0.0% (1.33 KB)
[#018] sha256:480455d92ece3f0a484510fbfe5258b8d6f851fb46b029f3af20503e6ad994a0 - 0.0% (1.38 KB)
[#019] sha256:e8a47aeee7e0c0053a1766afca8f0de4363ddb3da3d939f4a4db43a237c7870f - 0.0% (1.38 KB)
[#020] sha256:840d74b6e3eff6265366317d8040305f6893ee57d24ab94a78fb753cf83bac3f - 0.01% (249 KB)
[#021] sha256:8bcd428955520870b11d2931e94fcd4fc23b9703d9adb2605d15e70e30714ae2 - 0.0% (1.38 KB)
Apply image 10.0.17763.4499
2023-07-07 08:17:39 UTCInstall update 10.0.17763.4645
2023-07-13 20:32:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-07-14 00:42:14 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/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2023-07-14 00:42:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.6.4
2023-07-14 00:43:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.6.4/caddy_2.6.4_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('e2a9a708786cc498cf4b12c0aaf2c9731cc89ccef71a7da4c2be60e18d730675890c2d6bbddd3d8347e5f89f348d5e74fbfbf339ed1ec280f5caf69c3849a243')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2023-07-14 00:43:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2023-07-14 00:43:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2023-07-14 00:43:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.6.4
2023-07-14 00:43:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2023-07-14 00:43:27 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
2023-07-14 00:43:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2023-07-14 00:43:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2023-07-14 00:43:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2023-07-14 00:43:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2023-07-14 00:43:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2023-07-14 00:43:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2023-07-14 00:43:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2023-07-14 00:43:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2023-07-14 00:43:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2023-07-14 00:44:29 UTCcaddy version
2023-07-14 00:44:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2023-07-14 00:45:56 UTC
1.63 GB
v2.6.4
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 79.22% (1.29 GB)
[#001] sha256:c84a7416e1317a892f4786a89c62493b21df55e0e06b82a4bb007cc79df0f949 - 19.9% (333 MB)
[#002] sha256:5d3e3828ab9c4326158b6161915d8bad87619b3107529ab32863eb31b684d127 - 0.0% (1.37 KB)
[#003] sha256:fee9edae3eae473b146e54697e8e61a255083bf5fc383cdc541fdf42871854fc - 0.03% (452 KB)
[#004] sha256:1a960b44c88a5d563b3246d765835845e0049f40cff754542559189999f59189 - 0.0% (1.39 KB)
[#005] sha256:4d3be53c7296ff1f310f996fd5c1e4ca8725cedb2b4cc5dfc0b9c829994fab2e - 0.83% (13.9 MB)
[#006] sha256:f433e28fc0e281ba191315413296b7859184c16af681bb865d2317c79540fe67 - 0.0% (1.4 KB)
[#007] sha256:69bc545fc1a18b9e4e403108eec93cec3a2fab944fd65e9bb91237c650c4f53d - 0.0% (1.36 KB)
[#008] sha256:92a605bdff494515fc925b2244bb42c824e0ebc4e5c2aadca82a2ea23617acd6 - 0.0% (1.4 KB)
[#009] sha256:70953fcbbc15350485e452029b2e4aaf83252b4655611f3339b70d8a8ec0b970 - 0.0% (1.36 KB)
[#010] sha256:e0d4c4a6461677668bcf8f33072fa50d4f33a09948d8006fad769da591fd51fc - 0.0% (1.4 KB)
[#011] sha256:7cb1a9dd9a6e2a0738c5038b48b2b0f50f248d7130c07540ed3efe2bc66b4861 - 0.0% (1.38 KB)
[#012] sha256:45c35d65afa75a58f804a30d5022712af230ebd6a8146083ca192fbe26ffc7ef - 0.0% (1.38 KB)
[#013] sha256:a6791b9905e07c60381804c1e22f3f957476bf14c7f03e15f52099871b37d644 - 0.0% (1.34 KB)
[#014] sha256:9ec51037bf2f3f0a4b9088e12431e485a7d332492d6e182053153b807a27a0c8 - 0.0% (1.38 KB)
[#015] sha256:c6ec63faab4b87bdcf01eb5b72ba131a497eb4fd9b6e3502cecfaf4365ab503b - 0.0% (1.41 KB)
[#016] sha256:507ac30e8326d1e7231e70c5f787315b046e1bb19de29cbb0ae86f524785da13 - 0.0% (1.41 KB)
[#017] sha256:6d5563f99eba7ef3918f199aa2dcd3c4b7470029c91a9fe2bcf8dec3148bfdbe - 0.0% (1.38 KB)
[#018] sha256:f8d60587812d2238a428e16c12a98dd442ccad462ae3f6ed405736f61d586c4c - 0.0% (1.36 KB)
[#019] sha256:5a8835bf7d83e5050dd7d293820174eaaa43f47012d6fb81c3f4036ae8020e9a - 0.0% (1.36 KB)
[#020] sha256:f97a912933433813095312840281190b9655b2cf1e2129b4ed6ba45d97235a41 - 0.02% (271 KB)
[#021] sha256:b774027098460dbfd0df5d589325a70229c002961a044e3b7a70134b4893af57 - 0.0% (1.38 KB)
Apply image 10.0.20348.1787
2023-07-07 21:29:32 UTCInstall update 10.0.20348.1850
2023-07-13 20:29:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-07-14 00:45:03 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/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2023-07-14 00:45:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.6.4
2023-07-14 00:45:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.6.4/caddy_2.6.4_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('e2a9a708786cc498cf4b12c0aaf2c9731cc89ccef71a7da4c2be60e18d730675890c2d6bbddd3d8347e5f89f348d5e74fbfbf339ed1ec280f5caf69c3849a243')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2023-07-14 00:45:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2023-07-14 00:45:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2023-07-14 00:45:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.6.4
2023-07-14 00:45:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2023-07-14 00:45:33 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
2023-07-14 00:45:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2023-07-14 00:45:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2023-07-14 00:45:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2023-07-14 00:45:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2023-07-14 00:45:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2023-07-14 00:45:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2023-07-14 00:45:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2023-07-14 00:45:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2023-07-14 00:45:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2023-07-14 00:45:55 UTCcaddy version
2023-07-14 00:45: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.