Skip to content

RISC-V image is important #1279

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

Closed
xlmnxp opened this issue Mar 25, 2022 · 4 comments
Closed

RISC-V image is important #1279

xlmnxp opened this issue Mar 25, 2022 · 4 comments

Comments

@xlmnxp
Copy link

xlmnxp commented Mar 25, 2022

when I search for a lot of docker images I found it not support risc-v for example wordpress (I successfully install it manually in ubuntu image) then I go to contribute to support risc-v for official wordpress image then I found they based on this image and it not support risc-v yet

@tianon
Copy link
Member

tianon commented Jun 13, 2022

Conceptually, I agree, but with the PHP image based on Debian, we'll unfortunately need to wait for RISC-V to become a fully supported architecture there (which IMO is prudent anyhow -- the things they require for that such as access to decent hardware for running on, a stable ISA standard, etc are all good things that users of this image would want as well 🙈). ❤️

@tianon tianon closed this as completed Jun 13, 2022
@xlmnxp
Copy link
Author

xlmnxp commented Jun 14, 2022

@tianon RISC-V is officially supported by debian and ubuntu and ISA is stable and frozen
and you can use any cheap SBC support RISC-V like VisionFive or Nezha

@tianon
Copy link
Member

tianon commented Jun 14, 2022

It's not supported by Debian yet: https://wiki.debian.org/Ports/riscv64, https://wiki.debian.org/ArchiveQualification/riscv64

It's a "ports" architecture -- there's work being done to get enough hardware to make it a real official port and be supported beyond Debian Unstable/Experimental, but it's not there yet.

(I have an Unmatched that's used by https://github.com/docker-library/official-images and builds the riscv64 builds of https://hub.docker.com/_/debian -- I'm pretty familiar here 😅)

See also the links on docker-library/official-images#10502 for ways to get involved in Debian to push that forward.

(I believe Alpine is in a similar place -- riscv64 is supported in Alpine Edge, but not a release yet: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13269)

@danog
Copy link

danog commented May 31, 2023

Until both debian and alpine get stable support for riscv64, I've created riscv64 images of php here: https://hub.docker.com/r/danog/php

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

3 participants