Docker pull v2.3.4 throwing an error for arch/amd64

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

Issue seems to be resolved :slight_smile:

$ podman pull traefik:v2.3.4                                        
Trying to pull docker.io/library/traefik:v2.3.4...
Getting image source signatures
Copying blob f16506d32a25 skipped: already exists  
Copying blob cbdbe7a5bc2a skipped: already exists  
Copying blob 74639a739037 done  
Copying blob 50e66230615b done  
Copying config 030ee8ff65 done  
Writing manifest to image destination
Storing signatures
030ee8ff65929d29c58fca08a1b2ba6029c192550eb0f7fce5fc5891f7115dbc

image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.