traefik-library-image
traefik-library-image copied to clipboard
missing arch ppc64le
While traefik has ppc64le
releases (e.g., here), the official Docker image does not:
$ docker pull --platform linux/ppc64le library/traefik:2.5.2
2.5.2: Pulling from library/traefik
no matching manifest for linux/ppc64le in the manifest list entries
Do we have any update in this regard? 🙂 I'm also quite interested into ppc64le (as well as riscv64 via #19).
Fixed by https://github.com/traefik/official-images-publisher/pull/15