GithubHelp home page GithubHelp logo

Comments (1)

mgoltzsche avatar mgoltzsche commented on May 31, 2024

Which problem do you mean? 😃

  1. Now that you point it out, I realize it is always downloading an amd64 version of crun which prevents the minimal image from running on arm64 systems which should otherwise work. That should be fixed by downloading the arm64 instead of the amd64 binary when building for the arm64 architecture! (The tests within this repo are run against the amd64 container only.)
  2. The container image shipped by this repo contains only binaries that are compiled without systemd support. That is because
    a) the container is based on alpine which doesn't ship systemd (and you'd have a hard time building it yourself on alpine since it relies on glibc but alpine comes with musl libc) and
    b) the binaries within the container are supposed to be portable/statically linked in order to be able to copy and run them on any linux amd64/arm64 system and
    c) statically linking them with systemd would significantly increase their size.

from podman-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.