Hello,
Is anyone also hitting a problem when trying to pull the v2.3.4 version from Docker.io?
v2.3.3 is working fine
$ podman pull traefik:v2.3.3
Trying to pull docker.io/library/traefik:v2.3.3...
Getting image source signatures
Copying blob cbdbe7a5bc2a done
Copying blob f16506d32a25 done
Copying blob 8064bdc99d03 done
Copying blob cbb8119db86e done
Copying config 353c5f5e12 done
Writing manifest to image destination
Storing signatures
353c5f5e1247e841a888a463fb25900752b2f05108b013712e0375b450460818
However, v2.3.4 throws the error below
$ podman pull traefik:v2.3.4
Trying to pull docker.io/library/traefik:v2.3.4...
no image found in manifest list for architecture amd64, variant "", OS linux
Error: unable to pull traefik:v2.3.4: 4 errors occurred:
* Error choosing an image from manifest list docker://traefik:v2.3.4: no image found in manifest list for architecture amd64, variant "", OS linux
$ docker pull traefik:v2.3.4
v2.3.4: Pulling from library/traefik
no matching manifest for linux/amd64 in the manifest list entries
Looking at the Docker Hub, it's missing the arch amd64