qemu-user-static
qemu-user-static copied to clipboard
:earth_africa: `/usr/bin/qemu-*-static`
**Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)** /kind question Possible issue or bug with QEMU - need help identifying where...
**Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)** /kind bug **Description:** I'm trying to create dockerfile for base image to be...
/kind enhancement **Description:** Any attempt to work with video in aarch64 architecture emulated on x86_64 leads currently to the error "Function not implemented". For example: ``` # v4l2-ctl -l --verbose...
**Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)** /kind bug **Description:** I'm running this image on a Gitlab CI runner using...
/kind enhancement **Description:** I am exploring the use of buildah and qemu-user-static to do some mult-arch builds of an image I maintain. I have been following steps in https://blog.asonix.dog/~/Admin/cross-buliding-containers-with-qemu-user-static-and-buildah/. I...
/kind question `Function not implemented` when trying to use Linux libaio in foreign architecture. **Steps to reproduce the issue:** 1. On x86_64 machine register QEMU: docker run -it --rm --privileged...
After I run **cat /proc/sys/fs/binfmt_misc/qemu-aarch64** refering to this(https://github.com/NVIDIA/nvidia-docker/wiki/NVIDIA-Container-Runtime-on-Jetson#enabling-jetson-containers-on-an-x86-workstation-using-qemu), I get error as : **cat: /proc/sys/fs/binfmt_misc/qemu-aarch64: No such file or directory**. Please help me to resolve this. Enviroment: OS: Ubuntu 18.04...
**Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)** /kind enhancement **Description:** I think it worth mention in README, that Docker Hub...
When trying to run `mips`/`mipsel` images, docker can't start the container. ```console Matt$ docker run -it --rm multiarch/debian-debootstrap:mipsel-jessie /bin/uname -a panic: standard_init_linux.go:175: exec user process caused "no such file or...
**Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)** /kind question **Description:** Using `qemu-mips64el-static` and image `mips64el aoqi/debian-mips64el:oldstable` to compile bazel application,...