caddyserver / caddy-docker

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

Caddy v2.6.3 #281

Closed hairyhenderson closed 1 year ago

hairyhenderson commented 1 year ago

https://github.com/caddyserver/caddy/releases/tag/v2.6.3

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

luzfcb commented 1 year ago

Wow, we finally have v2.6.3. Thanks for the hard work. That said, what's the ETA for the 2.6.3 version to be available on the docker hub?

mholt commented 1 year ago

It's usually a few business days. Depends on how busy they are over there, I think :)

luzfcb commented 1 year ago

It's weird, now I see 2.6.3-alpine in docker hub, but still not able to pull it.

image

❯ docker compose -f caddy.yml build
[+] Building 0.5s (3/3) FINISHED                                                                                                                                                             
 => [internal] load .dockerignore                                                                                                                                                       0.0s
 => => transferring context: 248B                                                                                                                                                       0.0s
 => [internal] load build definition from Dockerfile                                                                                                                                    0.0s
 => => transferring dockerfile: 631B                                                                                                                                                    0.0s
 => ERROR [internal] load metadata for docker.io/library/caddy:2.6.3-alpine                                                                                                             0.5s
------
 > [internal] load metadata for docker.io/library/caddy:2.6.3-alpine:
------
failed to solve: caddy:2.6.3-alpine: no match for platform in manifest sha256:e782cdc152609a801ac266b687d8edf04ba03afcc79feab6b893b3cf70e58b25: not found

❯ docker pull caddy:2.6.3-alpine 
2.6.3-alpine: Pulling from library/caddy
no matching manifest for linux/amd64 in the manifest list entries

Maybe the CI is still running the building and hasn't published the image to linux/amd64 yet. I will try again in 1 hour.

francislavoie commented 1 year ago

Official docker library images get built by their Jenkins CI server. It can take some time, since it's competing with resources with every other official image being built.