GithubHelp home page GithubHelp logo

Comments (3)

umarcor avatar umarcor commented on July 17, 2024

@Bounz, AFAIK, all the resources provided by this project are for x86_64/amd64 hosts only. Hence, when you provide qemu=x86_64, you are asking it to extract qemu-x86_64-user from an image meant to be executed on x86_64 hosts. For (now) obvious reasons, that file does not exist, because there is no required architecture conversion. Such a context would fall on the KVM area of QEMU, not qemu-user.

Should you want to generate images for hosts other than x86_64 (for example, execute regular docker containers on RPi), I suggest you to have a look at dbhi/qus. Unlike this repo, qus targets both multiple host architectures and multiple guest containers. See e.g. dbhi/qus#2 (comment).

--build-arg arch=arm32v7 --build-arg qemu=arm

I believe you want to set qemu=armhf instead. qemu=arm would better match armv32v6.

from qemu-user-static.

bmw avatar bmw commented on July 17, 2024

https://github.com/multiarch/qemu-user-static/releases/download/v5.0.0-2/qemu-x86_64-static exists. Why can't the file be in multiarch/qemu-user-static:x86_64-x86_64 to allow this pattern?

from qemu-user-static.

Metabaron1 avatar Metabaron1 commented on July 17, 2024

I have checked multiarch/qemu-user-static:x86_64-x86_64 content and it's empty... I was looking for this file in docker image to have an uniform deployment for every architecture, even if it would lead to run x86 on x86 : what's the problem as it's working if I get the file from tarball? I just would prefer to get this file from image because it's simplier to deploy. Why do you prevent it?
As you provide the file in tarball, this file should also be provided in docker image, or else remove both ...

from qemu-user-static.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.