Namespace
library
Image / Tag
caddy:2.8.0-beta.1-windowsservercore-ltsc2022
Content Digest
sha256:f67710411de0167a0bfa3329a314e7f6acbe12e9f0446dfb44438b0a96eb7022
Details
Created

2024-05-02 00:53:24 UTC

Size

1.88 GB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.8.0-beta.1

Environment
CADDY_VERSION

v2.8.0-beta.1

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 68.9% (1.29 GB)

[#001] sha256:197484daab96ebaf9683bc9230fb0043a8780d2afef249baa386f372a548b76a - 30.31% (582 MB)

[#002] sha256:b15a7ba84ae45e0860eae5b193a477fa9170b8a762827cd9db15aa36d1a3d34d - 0.0% (1.27 KB)

[#003] sha256:5c2231fabc51d1c4879404085d1a6421699595b31a8fcca2e5edbabc62602fa9 - 0.03% (492 KB)

[#004] sha256:004f84f187d77ce646167628df0a8786908f75eb394534ace7ec895a0b167f9d - 0.0% (1.26 KB)

[#005] sha256:f12ca7ec19ded4f1e437d97301ce7ff4cf1c73c824ee28d2849494937d3e14b3 - 0.75% (14.4 MB)

[#006] sha256:ac0ac8f7059c288b6ad3751892770a99dfac40b24d47f2fd098b21849eae92e8 - 0.0% (1.26 KB)

[#007] sha256:da9314dba8b2ff3ea6b2d7159d37a6e276f4b4a0a14fecfb21abc0313e8674df - 0.0% (1.27 KB)

[#008] sha256:83e66b3b5e0b196ca77c1af2742b49eba99da6456091f3144833045d43d463d3 - 0.0% (1.26 KB)

[#009] sha256:6573605fdfb36bebe331b46cc857e297e2fbe7902f177bd6539a4eca4d0d7632 - 0.0% (1.27 KB)

[#010] sha256:e00d2fdda558997222ef264bdbaaec70ba6d90b3bb55d3906561adc70ccaf9ee - 0.0% (1.26 KB)

[#011] sha256:8028ee28587c040b2f03bec68f37eb91eabdb611bb0a70178a9f613c1adc7202 - 0.0% (1.26 KB)

[#012] sha256:40120ff88266e8705cdd310d29587d7277cf27bcde326664aeea1f5cc6d1e8c9 - 0.0% (1.26 KB)

[#013] sha256:57e84091e2021a887719e22e29b64cba9dc9f00fef9ed887d2c012d45258fbb9 - 0.0% (1.27 KB)

[#014] sha256:e5823c0e6bc2d4f5bc23b7803ba8e6d6dd1c67aaf8d94ff178369b383856ab54 - 0.0% (1.27 KB)

[#015] sha256:fe92ffbdf880d0b7b69afd7660a7be21850d30ecf3fbaa487b53d460bad01119 - 0.0% (1.26 KB)

[#016] sha256:dc3d72b8e05e4d495fc846aecae68e9ca47f940b3ecc878b6334b884197bc90f - 0.0% (1.28 KB)

[#017] sha256:c663a95678e49284788d0b486d6d42bc5858ac4015bfc54001fecc3ac9409916 - 0.0% (1.29 KB)

[#018] sha256:83fb2ccb7441c2ce1b13e9cf1e70b4703fc62c33e6c1a9aa0006397296c860eb - 0.0% (1.26 KB)

[#019] sha256:1f4d3133eee2da1ac28866f569d1af7fc631fcdfae76f878615e91e88cb493ff - 0.0% (1.26 KB)

[#020] sha256:015e5057cfb10fe50dee4d77ead2d2263b47b4e5b8ad4e2fff99fae2d9030012 - 0.02% (320 KB)

[#021] sha256:de31b6a5d4177d44083357ccc8dddb3c51b0bd27bd23a8036054ede7a685267d - 0.0% (1.26 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2024-04-05 09:25:01 UTC

Install update 10.0.20348.2402

2024-05-02 00:51:47 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2024-05-02 00:52:58 UTC

powershell -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/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2024-05-02 00:52:58 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.8.0-beta.1

2024-05-02 00:53:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.8.0-beta.1/caddy_2.8.0-beta.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('d7a9caff5d163f026ff62d9f2996f061bae6a9a930da401ff41c43713529f3df252d5699921fb30387656602963a35629c4140d2078e8b0a1d43143f159dd4ba')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2024-05-02 00:53:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config

2024-05-02 00:53:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data

2024-05-02 00:53:12 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.8.0-beta.1

2024-05-02 00:53:13 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy

2024-05-02 00:53:13 UTC

powershell -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

2024-05-02 00:53:14 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2024-05-02 00:53:14 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2024-05-02 00:53:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2024-05-02 00:53:16 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2024-05-02 00:53:16 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2024-05-02 00:53:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80

2024-05-02 00:53:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443

2024-05-02 00:53:18 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp

2024-05-02 00:53:18 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019

2024-05-02 00:53:24 UTC

caddy version

2024-05-02 00:53:24 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Danger Zone
Delete Tag

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.

Delete