2023-07-17 21:19:36 UTC
1.82 GB
v2.7.0-beta.2
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 84.4% (1.54 GB)
[#001] sha256:e36dba1ee29cd36713c8785a5de7dd2a487244d734ed4c5e7b0a6890bffb806e - 14.78% (276 MB)
[#002] sha256:2e991bb72ebb8bf12a5cb5fcb2075d938e3508db6634bdfe6a5bb73e4c612051 - 0.0% (1.31 KB)
[#003] sha256:42bb4f1e513e5b8067f0b87accb23692464bc0eb6d0b33abbdab5d3ba562731c - 0.02% (445 KB)
[#004] sha256:ce4d4776c6ea9779ac1d8827e68b07b311c8bb13d688988b1b1a1cd034528597 - 0.0% (1.25 KB)
[#005] sha256:2efa7afafb5c7b1a38ae4ee760df50347a6a96fc275a71742326be682f9d4c92 - 0.78% (14.5 MB)
[#006] sha256:1094c0a992a8a0b0422942c25b942572faed849147a9cfde67c0d1ec78ab2c7d - 0.0% (1.26 KB)
[#007] sha256:77dacb09b44129bce7694e46e175b3ef0bc88ea93ba66b6af72415d85cd1a72a - 0.0% (1.26 KB)
[#008] sha256:58aea1817043ad2e9195c2827b44e18c9b307f8449288a4e449d53117d1384ef - 0.0% (1.34 KB)
[#009] sha256:96392b6145a30b5193f5478e049084659524d71b5407ba3c3966b50fdf452f89 - 0.0% (1.3 KB)
[#010] sha256:c7248dcb7146d59577abdc2e8ed4d48bb64db77a8a9d0d8feacd907f7612e7c4 - 0.0% (1.32 KB)
[#011] sha256:868fd2371f7e28eb7b01328e1933caaaec49ba5cc40fdb2d4707f7fad7e22870 - 0.0% (1.27 KB)
[#012] sha256:72470a6d0c4a2dd1148821d33cc5083980fe96720a0128eb245558b3cb62457d - 0.0% (1.26 KB)
[#013] sha256:2dcb466ee2ca958c6bf2c1583f201f9b6420c3c8dbb8607d03d47594f5c98f2e - 0.0% (1.31 KB)
[#014] sha256:a7c50ea1b7f37076100dcd44d923c3cf9ac63da438ef8ccdc52f6b96dd786e99 - 0.0% (1.3 KB)
[#015] sha256:cc8f72de6268d3c6134c123ba5f3481ea1074b1a5cf1a5b5631f258d870f0d4f - 0.0% (1.26 KB)
[#016] sha256:5cfc3a7e73a6064640325b9cea224a69ac3b7f315814a157fa79faeada505242 - 0.0% (1.26 KB)
[#017] sha256:fbf9e7fdf0a4a16df77c5abf4efb98527d15d633cc2d90291005f7dab87c9fd9 - 0.0% (1.26 KB)
[#018] sha256:9cf85f0c8d65d6cb4a5ae54c8acf5118829f945106f9312fb81d620b018412e1 - 0.0% (1.26 KB)
[#019] sha256:d52debe5689352626b26aaa280596d9bbc2a791352e5443587bef8e1e70288a5 - 0.0% (1.28 KB)
[#020] sha256:d5fc49550a36271324ffb17f782099c5f56e8a4a02feb2f7341627a7181d3542 - 0.01% (265 KB)
[#021] sha256:0dc367e8870c40915d10b483c47cfe525e23069ea6522ca10d6d9d066205f2db - 0.0% (1.36 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-17 21:17:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.7.0-beta.2
2023-07-17 21:18:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.2/caddy_2.7.0-beta.2_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('11ecaa4fb608a5d42169c44be9b1919d47b08c95fab6a4129b72925c1c77f39ef592be80fbf54b93ed60a7f7d8f280549fbf40488b4a64b7635368992c4f7515')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2023-07-17 21:18:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2023-07-17 21:18:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2023-07-17 21:18:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.2
2023-07-17 21:18:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2023-07-17 21:18:36 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-17 21:18:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2023-07-17 21:18:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2023-07-17 21:18:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2023-07-17 21:18:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2023-07-17 21:18:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2023-07-17 21:18:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2023-07-17 21:18:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2023-07-17 21:18:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2023-07-17 21:18:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2023-07-17 21:19:36 UTCcaddy version
2023-07-17 21:19:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2023-07-17 21:20:47 UTC
1.63 GB
v2.7.0-beta.2
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 79.2% (1.29 GB)
[#001] sha256:c84a7416e1317a892f4786a89c62493b21df55e0e06b82a4bb007cc79df0f949 - 19.89% (333 MB)
[#002] sha256:5d3e3828ab9c4326158b6161915d8bad87619b3107529ab32863eb31b684d127 - 0.0% (1.37 KB)
[#003] sha256:fee9edae3eae473b146e54697e8e61a255083bf5fc383cdc541fdf42871854fc - 0.03% (452 KB)
[#004] sha256:99d25c7a8bf9232d38370c58fcbeba8b5ae423b80937661bc4cc698897ad5e14 - 0.0% (1.38 KB)
[#005] sha256:519c115d4d6f9c64f5b52f706f5a444753f99053873cf643ad7e3a1c3cbfe76b - 0.87% (14.5 MB)
[#006] sha256:6d002da4c28908b749a44cb715367449389776516e1da7ac2340dd455c53a2e6 - 0.0% (1.37 KB)
[#007] sha256:cec852ae110a1dc990d2de7708163776dc6319616fd4470a0296d45813ad07dd - 0.0% (1.37 KB)
[#008] sha256:7c483904727a4ed6fea708586dc38b4b3061a12bae4ac053203ddecbb4691015 - 0.0% (1.39 KB)
[#009] sha256:8530efc1f43d9864b0e2fccca8bdd9f68ecf41d53c61767ae776cf804b6ddf83 - 0.0% (1.38 KB)
[#010] sha256:a46b20c2acbc94842106dd080811d6d996dc54e1a23270bd05032cd661c08623 - 0.0% (1.39 KB)
[#011] sha256:f95023065e2e06204757beea6a040d7b9b30af043e100d80055f9775db01a35a - 0.0% (1.36 KB)
[#012] sha256:ca0243fd084256ad3a7267c7273d4f87df097f75ebc18c96e14ca074e270c84b - 0.0% (1.37 KB)
[#013] sha256:2f3e83491277952a70ef1a1f47225c76a7c8576534d5747566c5c88964b6124d - 0.0% (1.38 KB)
[#014] sha256:a1ddfcfa56b35045c040ce12dae12cc796e62a622a417f7f0a5ce79ce6c018c1 - 0.0% (1.36 KB)
[#015] sha256:6c53c60b785e80d9f874f7f65facc284a9984638292482969592e1347e3ce7a3 - 0.0% (1.36 KB)
[#016] sha256:7cf2b9a75646bf5e72f6d71f1e0fe4ae2cff497571b075b58611cc5459bd991a - 0.0% (1.34 KB)
[#017] sha256:9d4c9d25916877c2aaafe50617e2a493ead3055a3a499625c5b981321cbab8ce - 0.0% (1.36 KB)
[#018] sha256:96f348f2ce0f4d6f43bc05e2ea5e75863a21357434cbecf9d3c6229acd71b75b - 0.0% (1.41 KB)
[#019] sha256:c9d0f88a722333ad4a717ab8af2e399352d745da3b53702c0679bd3437ce2145 - 0.0% (1.36 KB)
[#020] sha256:923cce67f58d6ddf3c82e377a454a4d9d077dbb8cae0a224eecaabd919edc578 - 0.02% (283 KB)
[#021] sha256:d0df4485ac74d23f8af8fd362080c3850fb6fc8c947158d1993c6cd33a9fdd65 - 0.0% (1.39 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-17 21:19:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.7.0-beta.2
2023-07-17 21:20:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.2/caddy_2.7.0-beta.2_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('11ecaa4fb608a5d42169c44be9b1919d47b08c95fab6a4129b72925c1c77f39ef592be80fbf54b93ed60a7f7d8f280549fbf40488b4a64b7635368992c4f7515')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2023-07-17 21:20:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2023-07-17 21:20:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2023-07-17 21:20:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.2
2023-07-17 21:20:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2023-07-17 21:20:24 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-17 21:20:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2023-07-17 21:20:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2023-07-17 21:20:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2023-07-17 21:20:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2023-07-17 21:20:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2023-07-17 21:20:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2023-07-17 21:20:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2023-07-17 21:20:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2023-07-17 21:20:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2023-07-17 21:20:46 UTCcaddy version
2023-07-17 21:20:47 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.