2023-01-12 05:31:57 UTC
1.61 GB
v2.6.2
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 99.09% (1.59 GB)
[#001] sha256:691d210e0841eeceff800f3b441be6db4bc689728f1bb771ce88f839d06f57d0 - 0.0% (1.4 KB)
[#002] sha256:867301f48ff67b12f8cc36349e00c5ad9f1f931198a555342992c7d25a65e58b - 0.02% (369 KB)
[#003] sha256:71054a160867a3aa953423f7a17c30f540b886758b294a18fdc2a2e80f6d322e - 0.0% (1.32 KB)
[#004] sha256:254eefb09e0b23d2b343e47e26ea3dece47e38193337dcd640415fb9d99e2384 - 0.87% (14.3 MB)
[#005] sha256:1a2a95898b64256687520fadf06759be7bacedabb571b85e0a99a850ecb0653b - 0.0% (1.36 KB)
[#006] sha256:9fabb0dcbe7fc76dcfb7e24433cae69416d9c03ed09d9a4b04c259fc8beaf70c - 0.0% (1.39 KB)
[#007] sha256:f0069fcde5c83f0ba4115163d1f71b6462ec6ecd6eb88ee0e0d1da49a3448218 - 0.0% (1.37 KB)
[#008] sha256:427fad52066fac2b1d8c60f391238ece19925f6d42044bd55a05ae27d0c677ab - 0.0% (1.35 KB)
[#009] sha256:8a1e49d5e159cdb6c4d77214277aac046de5f54c7424ffacc7b121a73655a836 - 0.0% (1.41 KB)
[#010] sha256:4f71f1d8fafafbbf0ee6813b885fc04c8ee5c7b2b41e1a3172387bbb0180ce3c - 0.0% (1.37 KB)
[#011] sha256:a01c525fadcf9b761b02817a6df34004a433618f2adbc23987e842bc04d388a1 - 0.0% (1.39 KB)
[#012] sha256:68151d600e01cefbea3c5970de929d72de1824e80d73ff91b8aa1add3f983fb9 - 0.0% (1.39 KB)
[#013] sha256:9a40f0d29f25b0cd7c729b228c390cfdba33c5545fa3dd4de31817dc4d851a97 - 0.0% (1.35 KB)
[#014] sha256:c8540eca1608a18d4200695f1e28827465e753b3c13ba870456ea34cf4f2e153 - 0.0% (1.34 KB)
[#015] sha256:8844f191fee6ece4e4f90828d38953f8a5d8f90d6d7b7cd79399bf6087f4807f - 0.0% (1.4 KB)
[#016] sha256:e9a1e27ac3f677959055d66d26f9b8db5c6ee14aff49d19f5e5ff8398fcad1d0 - 0.0% (1.38 KB)
[#017] sha256:a3fe3455be19d09d0e4d33b15b115b41214bcc60c0f7c9578e201dcf7f612f47 - 0.0% (1.38 KB)
[#018] sha256:d28b4df60397e51139f3451b060d2e12c962ed2fdfc9fb216da5fdb1e8a9fd7f - 0.0% (1.34 KB)
[#019] sha256:7b5783de975699e48b6e09ba951d7f1b194c2e4c009b8e343e3086533e1a3990 - 0.02% (294 KB)
[#020] sha256:2dff97691b5418a2d4165b056755581cd3587506ad5638ada4f006d4d0148018 - 0.0% (1.35 KB)
Apply image 10.0.17763.3887
2023-01-12 01:43:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-01-12 05:30:49 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/8c5fc6fc265c5d8557f17a18b778c398a2c6f27b/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/8c5fc6fc265c5d8557f17a18b778c398a2c6f27b/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2023-01-12 05:30:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.6.2
2023-01-12 05:31:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.6.2/caddy_2.6.2_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('1454eb2de857fa091a00e62199bb5ea7840210a90a9b04f626f0cf3688cdf69ea736b497e3b8ac0f1b40bb9aba416bfa9e4eb9c33be166665ee0ce02a26cfd98')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2023-01-12 05:31:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2023-01-12 05:31:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2023-01-12 05:31:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.6.2
2023-01-12 05:31:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2023-01-12 05:31:31 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-01-12 05:31:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2023-01-12 05:31:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2023-01-12 05:31:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2023-01-12 05:31:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2023-01-12 05:31:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2023-01-12 05:31:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2023-01-12 05:31:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2023-01-12 05:31:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2023-01-12 05:31:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2023-01-12 05:31:57 UTCcaddy version
2023-01-12 05:31:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2023-01-12 05:33:38 UTC
1.31 GB
v2.6.2
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 98.85% (1.29 GB)
[#001] sha256:fa41f3a43cc9e40e953b9cfe1530c27eed49cf79cdae96e9dfc39b04a1b75ecf - 0.0% (1.39 KB)
[#002] sha256:40b1b9f535406d21cb17b976e1d6e77c2a058209a52d45766e2ddc7d080856bd - 0.04% (607 KB)
[#003] sha256:edf81322628fc4786470b7e48365ef6467f8ee766af1bb31e383bd2f2523d7e6 - 0.0% (1.39 KB)
[#004] sha256:90044d83912e8a0041bde42af41db2c36fa66d1d8022750e9e82df3e3c84ac07 - 1.08% (14.5 MB)
[#005] sha256:c47436773970665702e683dfc7c0c89bd7cf3da33729f444c46557fb87d84300 - 0.0% (1.38 KB)
[#006] sha256:f846eb431a9f20ac7a20a1ef7a8e1c32708d49f3c650f1e6f460fa5997fd31bc - 0.0% (1.32 KB)
[#007] sha256:043654aaff6f1a6ab763f6397370632a6ad21a88bdbb91ec7e63f9d0d6e298c1 - 0.0% (1.38 KB)
[#008] sha256:13d02b0dc3eec6693ff356032fa2fce7cf599a70dde79692664ad43f8748f99b - 0.0% (1.35 KB)
[#009] sha256:6afe472f0030d3e222f5ef88df3f8e7105dad5c776d93fd0f6810e77df767a49 - 0.0% (1.36 KB)
[#010] sha256:4cee60aa58e230f7b2ef7058110b90a0c9cae44f78646793e898dcedfe3a6859 - 0.0% (1.39 KB)
[#011] sha256:863746a25f3164a18c4c1a3ee42cda859427b583c502c1a027fbe41fc0995ac2 - 0.0% (1.36 KB)
[#012] sha256:503698f9cdc00458fc49ff290bfdec62a06ceeaa6c6592b6ed87a7cd4b69e6df - 0.0% (1.38 KB)
[#013] sha256:8e8733958b819f61b97212219d2a8e72425b4e3c184a26174ca4bd3bd898dabf - 0.0% (1.38 KB)
[#014] sha256:61cf1f672e83b72cf8fafd20459c1fd57070da6ff8e946dab5aec72ab6732daa - 0.0% (1.39 KB)
[#015] sha256:269c0efb5880fa3ce45e184ab2cb3fed416e8ff8ea6fbfa4e2fb22ba9334a508 - 0.0% (1.39 KB)
[#016] sha256:a8a9c30932029061e5852798147198a1e68eb7b2fabb14a54dbe200c1da4fe47 - 0.0% (1.38 KB)
[#017] sha256:49d976abd43057623dd058b2acdb53d9f91a23d0a7f294c8407c0038261dec17 - 0.0% (1.4 KB)
[#018] sha256:4b9281376cb3804e9337f10edef8c5b9b5c36ed056638e549496ac2f08c69825 - 0.0% (1.39 KB)
[#019] sha256:6507d7391b9069c1624ccadbe109f1a00a08d4ca0ebbd8623240727110b1a2d1 - 0.02% (329 KB)
[#020] sha256:22430e639ac34b25dc5f28dafb09163ab32009f76454ac077d1c3f58aa924215 - 0.0% (1.38 KB)
Apply image 10.0.20348.1487
2023-01-12 01:40:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-01-12 05:32:35 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/8c5fc6fc265c5d8557f17a18b778c398a2c6f27b/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/8c5fc6fc265c5d8557f17a18b778c398a2c6f27b/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2023-01-12 05:32:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.6.2
2023-01-12 05:33:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.6.2/caddy_2.6.2_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('1454eb2de857fa091a00e62199bb5ea7840210a90a9b04f626f0cf3688cdf69ea736b497e3b8ac0f1b40bb9aba416bfa9e4eb9c33be166665ee0ce02a26cfd98')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2023-01-12 05:33:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2023-01-12 05:33:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2023-01-12 05:33:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.6.2
2023-01-12 05:33:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2023-01-12 05:33:11 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-01-12 05:33:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2023-01-12 05:33:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2023-01-12 05:33:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2023-01-12 05:33:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2023-01-12 05:33:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2023-01-12 05:33:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2023-01-12 05:33:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2023-01-12 05:33:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp
2023-01-12 05:33:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2023-01-12 05:33:36 UTCcaddy version
2023-01-12 05:33:38 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.