On Ubuntu 26.04 I used a Dockerfile:

# Ubuntu noble-riscv64-20251013
FROM 
ubuntu:noble@sha256:4fdf0125919d24aec972544669dcd7d6a26a8ad7e6561c73d5549bd6db258ac2

I could log into the container with

docker buildx build --platform linux/riscv64 -t lp2133188:latest .
docker run --platform linux/riscv64 -ti lp2133188:latest /bin/bash

I the created a Dockerfile

# Ubuntu resolute-riscv64-20251101
FROM 
ubuntu:resolute@sha256:e5bd70f715735ea3e9c95414af38151aaa6619b7393e254852a0a2c879685bb4

I build it with
docker buildx build --platform linux/riscv64 -t lp2133188:latest .

But when trying to log in with
docker run --platform linux/riscv64 -ti lp2133188:latest /bin/bash

But there was no console output

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2133188

Title:
  Illegal instruction in memset under qemu-user for riscv64

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/2133188/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to