2022-04-25 21:17:18 UTC
2.54 GB
v2.5.0
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 62.93% (1.6 GB)
[#001] sha256:ba8181afd4264392fbbf8df14fb4cddc55fbe085ab000e986b789678bc2bb171 - 36.53% (951 MB)
[#002] sha256:ba1c113303b8371787710ec139807b93d58a8b0789523fc35afdb65f6e94bc61 - 0.0% (1.39 KB)
[#003] sha256:f8129805e9e333a66c903463c3cbf8ee34716da4665df9a65dd4176eba5c5f06 - 0.01% (369 KB)
[#004] sha256:e0df92a93e366c3079de7a894225b5af047aced370ac7cc37db8a6a1efda1d68 - 0.0% (1.38 KB)
[#005] sha256:a83100cacadedcaa12031a24db1db453af535c1d938ebff9871930a6890125a4 - 0.51% (13.4 MB)
[#006] sha256:e2025016da8c10d71dc51b48c0c1b4c09cd52cfb337da6fd522df0f1d942ac2e - 0.0% (1.4 KB)
[#007] sha256:05d207d693dada181cafd0c7fb97ab2dfa21fdc798356667ebf3e18615af2cc1 - 0.0% (1.38 KB)
[#008] sha256:aaf8198462811b78954d0490e9bd2654c63af7f5590b0a316abcd6873b887f6c - 0.0% (1.4 KB)
[#009] sha256:0982c6b1d8f9c21d5422f34061954adc18f796ee38efba6b7c7a5efc4ab11d2c - 0.0% (1.4 KB)
[#010] sha256:3bf52c26accb9bf3880af82d0bd3e1df4bf2de7d5e977e42fccdf515d198b190 - 0.0% (1.41 KB)
[#011] sha256:281dc5e7fac918f26a223bdc96e1913d856b1bfa82e49af4dcbb9ee132dd0079 - 0.0% (1.39 KB)
[#012] sha256:a0620c742ae20f8c7f4a81d372f9a25b706bf19be63e67271f504c9581a3a23a - 0.0% (1.38 KB)
[#013] sha256:c4c575b1dbcfc0a0a68adcf4e48d4e2977a495bbd529fa0453b1a132185f45d8 - 0.0% (1.41 KB)
[#014] sha256:ced94298b1f6c583462eee02e7ff2fbe680380e9e4081e9f33820bb0f0cf0c55 - 0.0% (1.4 KB)
[#015] sha256:fda180811a77093bcc12e90c6f09509b092e2a3c5351635fa3a3711d54073137 - 0.0% (1.38 KB)
[#016] sha256:ec34e60db92a527d1bcaacf30b0263c1aad257b56e842915b61ca4f467854253 - 0.0% (1.39 KB)
[#017] sha256:d684c375495ff3e6194436cd4ad2d1b3b152576f3700e90e201efccc84457816 - 0.0% (1.35 KB)
[#018] sha256:3b07262f33fbd716916cd70767bb9863a076ed51716250ceec3769e039dec513 - 0.0% (1.38 KB)
[#019] sha256:9b340376e6b0dbbfb01d19a74849b15f4d430e8634f8fedb81851637648dae26 - 0.01% (293 KB)
[#020] sha256:2aaa021badff18bcd5b01c95b400972c8b76fcf354efc8805e2f1821ba968775 - 0.0% (1.37 KB)
Apply image 1809-RTM-amd64
2022-04-04 11:20:25 UTCInstall update 1809-amd64
2022-04-13 02:34:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-04-13 04:38:48 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/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2022-04-25 21:14:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.5.0
2022-04-25 21:16:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.5.0/caddy_2.5.0_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('bdd4080106c861512a0b879349cc1526c4e025cec7b2be756bb8d5a3ee704e4911959cfb81f3af3004fe0862fb0dfadbb8e0a9ea728a3f6586a5527df010bacc')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2022-04-25 21:16:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2022-04-25 21:16:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2022-04-25 21:16:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.5.0
2022-04-25 21:16:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2022-04-25 21:16:16 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-04-25 21:16:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2022-04-25 21:16:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2022-04-25 21:16:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2022-04-25 21:16:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2022-04-25 21:16:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2022-04-25 21:16:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2022-04-25 21:16:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2022-04-25 21:16:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2022-04-25 21:17:17 UTCcaddy version
2022-04-25 21:17:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
2022-04-25 21:18:39 UTC
2.09 GB
v2.5.0
XDG_CONFIG_HOMEc:/config
XDG_DATA_HOMEc:/data
[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 55.82% (1.17 GB)
[#001] sha256:dccd9e4d14d3d5a6e93f87350b903e117368ada32d711986f779b5a3ef8657cc - 43.5% (930 MB)
[#002] sha256:1ab01d498c34190a1e49e15239442a41312c6ea5904e18f186f84f90f11fc422 - 0.0% (1.38 KB)
[#003] sha256:105ff8ee97053f0fd2c04d1416858c55ed3909995cfc0831aa8f5a40204afd05 - 0.03% (623 KB)
[#004] sha256:b12b7414fa4e0939433774e287ba09191bca7e808e728adc8bf3c3ce1b26ea50 - 0.0% (1.4 KB)
[#005] sha256:3d21af46560c679f5ccc42a3c6459c86ec83319e919f8f889665cb122dbb465e - 0.64% (13.6 MB)
[#006] sha256:ce3b0f775ed9f809c59455ec9625c83c18ba9ac32b456cf504d0c8a3bb7b15f8 - 0.0% (1.41 KB)
[#007] sha256:6a421645aec5009da45834b2835830b440c3da7f8b0f14889a32b64015b79fb5 - 0.0% (1.41 KB)
[#008] sha256:c8b0fbeeb7476cfecc4f610d18fa06e3faf4cb08844806174e62bd8ca56cd10a - 0.0% (1.39 KB)
[#009] sha256:461cc3d5e7a3f1b072138f955361688a44e041209f404662fd53b00cb54e758a - 0.0% (1.39 KB)
[#010] sha256:29529d78e3af49ca347462d245bb89c20b5897986acec557b8c17d8fe568ca86 - 0.0% (1.39 KB)
[#011] sha256:c5d59dbb39cb3b1525d9595055e2116e7fde476b1af040e47e500e7ddf460e52 - 0.0% (1.39 KB)
[#012] sha256:25112715a31629216318fb61cfb76dce5c4ddad55b5aca9dd265d4abb009660a - 0.0% (1.38 KB)
[#013] sha256:2d1c7274608e1c2e3e6a98f0d9eee200338a3eb77a2d315eeeef18ef8ba33682 - 0.0% (1.37 KB)
[#014] sha256:7028a09180fa423ea4167dbce9d52b10d0ef23f4c05538d9be8012f7f63da154 - 0.0% (1.38 KB)
[#015] sha256:24a568da62c45dafbbc16dfeb8b91cd1e67b9b549e72d8f7c6c76202c52a4426 - 0.0% (1.39 KB)
[#016] sha256:9cda8364a6d90b372db004dd3d1cebeb76cc8650fdbd5157eca53edca7b864d6 - 0.0% (1.4 KB)
[#017] sha256:b65cc32ef8c70486456808de6df2222050d907cfb239fd48f9c7ac8c0748a5e7 - 0.0% (1.4 KB)
[#018] sha256:eeefe909dafbf401bfed81021f3d8d6c1ef9daff428c5cec6184db94484167b4 - 0.0% (1.37 KB)
[#019] sha256:7daf8775a48ae02e9ac48a56ebf7808412b9f1c60876f9f3447b282d4ffccfe4 - 0.02% (340 KB)
[#020] sha256:9136a5dca0069e8c5e5d3fc44538572f5aaf0c7abfbde605abf6df2c1ecdf28f - 0.0% (1.38 KB)
Apply image 2022-RTM-amd64
2022-04-03 05:50:25 UTCInstall update ltsc2022-amd64
2022-04-13 02:27:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-04-13 04:45:42 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/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html" -OutFile "/usr/share/caddy/index.html"
2022-04-25 21:17:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.5.0
2022-04-25 21:18:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.5.0/caddy_2.5.0_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('bdd4080106c861512a0b879349cc1526c4e025cec7b2be756bb8d5a3ee704e4911959cfb81f3af3004fe0862fb0dfadbb8e0a9ea728a3f6586a5527df010bacc')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force
2022-04-25 21:18:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config
2022-04-25 21:18:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data
2022-04-25 21:18:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.5.0
2022-04-25 21:18:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy
2022-04-25 21:18:10 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-04-25 21:18:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com
2022-04-25 21:18:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs
2022-04-25 21:18:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs
2022-04-25 21:18:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0
2022-04-25 21:18:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker
2022-04-25 21:18:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80
2022-04-25 21:18:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443
2022-04-25 21:18:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019
2022-04-25 21:18:38 UTCcaddy version
2022-04-25 21:18:39 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.