Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elbe Docker container #407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 16, 2024

  1. Elbe Docker container

    This commit adds a Docker container for elbe which supports building
    images without an initvm. It supports Debian and Ubuntu based images
    and can built with a Debian or and Ubuntu base. Building images for
    foreign architecutres is supported, if the binfmt_misc kernel module
    is loaded in the host environment.
    
    The command build_image is proided as helper for one-shot builds:
    
    Usage: build_image
       [ -c | --build-sdk ]
       [ -r | --result-path ]
       -i | --image path/to/image/xml
    
    Known issues:
    -------------
    
    - The initvm command doesn't work
    - Building ISOs doesn't work
    
    Signed-off-by: Thomas Irgang (thir820) <[email protected]>
    thir820 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    add55d7 View commit details
    Browse the repository at this point in the history