caddyserver / caddy-docker

Source for the official Caddy v2 Docker Image
https://hub.docker.com/_/caddy
Apache License 2.0
408 stars 74 forks source link

Build Windows LTSC2022 images for Caddy 2.5 #223

Closed hairyhenderson closed 2 years ago

hairyhenderson commented 2 years ago

Addresses https://github.com/docker-library/official-images/pull/11661, but only for Caddy 2.5+. For 2.4 we'll retain the older LTSC2016 images. When Caddy 2.5 is released we'll stop building 2.4 images.

Note that based on our best reading of https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/base-image-lifecycle and https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility, it makes sense to not change the 1809 variant, since it's still supported until 2024, and since we haven't been asked to update it. That way 1809 can be used for wider compatibility, I think!

Signed-off-by: Dave Henderson dhenderson@gmail.com