Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest image for s390x #129

Closed
alicefr opened this issue Apr 3, 2019 · 2 comments
Closed

Latest image for s390x #129

alicefr opened this issue Apr 3, 2019 · 2 comments

Comments

@alicefr
Copy link

alicefr commented Apr 3, 2019

Hi,

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 for unknown in the manifest list entries
$ docker pull httpd:2.4   
2.4: Pulling from library/httpd
no matching manifest for unknown in the manifest list entries
$ docker pull httpd:2  
2: Pulling from library/httpd
no matching manifest for unknown in 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!

@tianon
Copy link
Member

tianon commented Apr 3, 2019

It's built successfully (https://doi-janky.infosiftr.net/job/multiarch/job/s390x/job/httpd/), and appears in the manifest list:

$ manifest-tool inspect httpd | grep s390x
7           -    Arch: s390x

So I think this is just an instance of docker-library/official-images#3835 following docker-library/official-images#5659.

@alicefr
Copy link
Author

alicefr commented Apr 4, 2019

Thanks! Now, the issue is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants