traefik-library-image icon indicating copy to clipboard operation
traefik-library-image copied to clipboard

Error pulling traefik:v3.2.0

Open aifrog opened this issue 1 year ago • 1 comments
trafficstars

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?

aifrog avatar Oct 28 '24 19:10 aifrog

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.

ldez avatar Oct 28 '24 20:10 ldez

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.

kevinpollet avatar Oct 29 '24 14:10 kevinpollet