traefik-library-image
traefik-library-image copied to clipboard
Error pulling traefik:v3.2.0
If I pull traefik:v3.2.0 I get
3.2.0: Pulling from library/traefik no matching manifest for linux/amd64 in the manifest list entries
If I pull traefik:latest I get v3.1.6 instead of v3.2.0
How to get traefik:v3.2.0?
Hello,
The Official Docker image is built by Docker itself with a special process (not standard the Docker Hub process).
So you have to wait.
The PR on the official image repository: https://github.com/docker-library/official-images/pull/17799 The Docker CI: https://doi-janky.infosiftr.net/job/multiarch/view/images/view/traefik/
Duplicate of a lot of issues.
The images will be available when the command docker manifest inspect traefik:v3.2.0 will not answer with an error.
Hello @aifrog,
As explained by @ldez, official Docker images are built by Docker itself, everything should be ok now.
I am closing this issue accordingly.