-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
riscv64 architecture support for static images
Add support for riscv64 architecture, so riscv64 support can be added for dependant projects that are building on distroless.
riscv64 should be limited to only the static images and dependencies. This will reduce impact on the build.
The static images support would be enough.
Current issues
..URL: https://snapshot.debian.org/archive/debian/20230314T211539Z/dists/bullseye/main/binary-riscv64/Packages.xz, Status: 404 NOT FOUND
panic: failed (status: 404) to fetch remote file: "https://snapshot.debian.org/archive/debian/20230314T211539Z/dists/bullseye/main/binary-riscv64/Packages.xz"
There are no packages snapshot for riscv64, so updateWorkspaceSnapshots.sh
will fail.
Reference
- https://wiki.debian.org/RISC-V (in-progress debian riscv64 port)
- Debian-riscv mailing list message from me
- https://github.com/carlosedp/riscv-bringup/ (attempt to bring riscv64 support to container infra from 2019 with lots of additional info)
- feat: add riscv64 support etcd-io/etcd#15490 (etcd PR where distroless image is required)
- feat: support riscv64 #1268 (my failed attempt to add riscv64 to distroless)
Upd
I've made a fork with CI/CD for building distroless riscv64 images on Debian Sid (unstable):
https://github.com/go-riscv/distroless
Looks like I will stick to it until Debian Trixie is released, where riscv64 will be (hopefully) stable, I think it will be in 2025.
Metadata
Metadata
Assignees
Labels
No labels