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

Missing fedora-toolbox image for ppc64le #454

Closed
runlevel5 opened this issue May 23, 2020 · 6 comments
Closed

Missing fedora-toolbox image for ppc64le #454

runlevel5 opened this issue May 23, 2020 · 6 comments

Comments

@runlevel5
Copy link
Contributor

What is it?

There is no f32/fedora-toolbox image built for ppc64le architecture

How to reproduce?

$ toolbox create
Image required to create toolbox container.
Download registry.fedoraproject.org/f32/fedora-toolbox:32 (500MB)? [y/N]: y
toolbox: failed to pull base image fedora-toolbox:32


$ podman pull registry.fedoraproject.org/f32/fedora-toolbox
Trying to pull registry.fedoraproject.org/f32/fedora-toolbox...
  no image found in manifest list for architecture ppc64le, variant , OS linux
Error: error pulling image "registry.fedoraproject.org/f32/fedora-toolbox": unable to pull registry.fedoraproject.org/f32/fedora-toolbox: unable to pull image: Error choosing an image from manifest list docker://registry.fedoraproject.org/f32/fedora-toolbox:latest: no image found in manifest list for architecture ppc64le, variant , OS linux
@debarshiray
Copy link
Member

Unfortunately, this is something you will have to take up with Fedora infrastructure. Currently Fedora only offers OCI images for x86_64.

Still, I am curious. What are you using ppc64le for?

@runlevel5
Copy link
Contributor Author

runlevel5 commented Jun 25, 2020

Unfortunately, this is something you will have to take up with Fedora infrastructure. Currently Fedora only offers OCI images for x86_64.

Reported upstream at https://pagure.io/fedora-infrastructure/issue/9083

Still, I am curious. What are you using ppc64le for?

I am using ppc64le in the same way that of x86_64. With the availability of affordable OpenPOWER system such as Blackbird Raptor, it is now easier than ever to use ppc64le as main driver. Plus there is lots of upstream work on k8s and containers from RedHat and IBM for ppc64le architecture.

@debarshiray
Copy link
Member

I am using ppc64le in the same way that of x86_64. With the availability of
affordable OpenPOWER system such as Blackbird Raptor

Oh, yes, that's very cool indeed.

Thanks for stopping by!

@debarshiray debarshiray changed the title Missing ppc64le fedora-toolbox OCI Missing fedora-toolbox image for ppc64le Aug 19, 2020
@runlevel5
Copy link
Contributor Author

@HarryMichal I would like to ask if there is chance ppc64le image would be supported now. Many thanks

@debarshiray
Copy link
Member

This is something that's solely up to the Fedora Infrastructure Team.

Very recently we started to offer fedora-toolbox images for aarch64 from registry.fedoraproject.org.

Meanwhile, you can take the Dockerfiles from Toolbox's Git repository and build your own images locally with podman build.

@debarshiray
Copy link
Member

I have some happy news for you.

The fedora-toolbox OCI image for Fedora 39 onwards is now being built using Image Factory from fedora-kickstarts and pungi-fedora as part of the ToolbxReleaseBlocker Change for Fedora 39. It's no longer being built using OpenShift Build Service from the Container/Dockerfile.

As a positive side-effect of that we now have images for ppc64le and s390x, alongwith the already existing aarch64 and x86_64 images from registry.fedoraproject.org/fedora-toolbox for Fedora 39 onwards.

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