What feature do you want to see added?
Hi,
I noticed that the jenkins/ssh-agent images do not currently provide a linux/riscv64 manifest:
docker pull --platform=linux/riscv64 jenkins/ssh-agent:latest-jdk21
→ no matching manifest for linux/riscv64
Is there any plan to add riscv64 support in the future?
From what I can see, most upstream dependencies (e.g. OpenJDK 21, Debian base images) already provide riscv64 builds. The regular Jenkins agent images (jenkins/agent, jenkins/inbound-agent) just shipped riscv64 support in docker-agents v3355.v388858a_47b_33-16 after PR #1172, so it would be great to have the SSH agent variant covered as well.
If helpful, I would be happy to assist with testing or providing access to riscv64 self-hosted runners.
Upstream changes
Jenkins agent images already ship riscv64:
Adoptium JDK 17, 21, and 25 all provide riscv64 builds.
Are you interested in contributing this feature?
Yes
What feature do you want to see added?
Hi,
I noticed that the
jenkins/ssh-agentimages do not currently provide alinux/riscv64manifest:Is there any plan to add riscv64 support in the future?
From what I can see, most upstream dependencies (e.g. OpenJDK 21, Debian base images) already provide riscv64 builds. The regular Jenkins agent images (
jenkins/agent,jenkins/inbound-agent) just shipped riscv64 support in docker-agents v3355.v388858a_47b_33-16 after PR #1172, so it would be great to have the SSH agent variant covered as well.If helpful, I would be happy to assist with testing or providing access to riscv64 self-hosted runners.
Upstream changes
Jenkins agent images already ship riscv64:
Adoptium JDK 17, 21, and 25 all provide riscv64 builds.
Are you interested in contributing this feature?
Yes