-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
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 RISC-V is officially supported by debian and ubuntu and ISA is stable and frozen |
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 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 -- |
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 |
when I search for a lot of docker images I found it not support
risc-v
for examplewordpress
(I successfully install it manually in ubuntu image) then I go to contribute to support risc-v for officialwordpress
image then I found they based on this image and it not supportrisc-v
yetThe text was updated successfully, but these errors were encountered: