You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the httpd for s390x and I tried to pull the latest image but it got this:
$ docker pull httpd:latest
latest: Pulling from library/httpd
no matching manifest forunknownin the manifest list entries
$ docker pull httpd:2.4
2.4: Pulling from library/httpd
no matching manifest forunknownin the manifest list entries
$ docker pull httpd:2
2: Pulling from library/httpd
no matching manifest forunknownin the manifest list entries
If I give explicitly the s390x tag than I can pull the image s390x/httpd. Do you have any issue with the multi-arch manifest?
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the
httpd
for s390x and I tried to pull the latest image but it got this:If I give explicitly the s390x tag than I can pull the image
s390x/httpd
. Do you have any issue with the multi-arch manifest?Thanks for the help!
The text was updated successfully, but these errors were encountered: