logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kas-container - a setup tool for bitbake based projects

Author

       Daniel Wagner, Jan Kiszka, Claudius Heine

Description

       The kas-container script is a wrapper to run kas inside a build container.  It gives fine grained control
       over the data that is mapped into the build and decouples the build environment from the host system. For
       details, see EnvironmentVariables. The wrapper also takes care of mounting the necessary directories and
       setting up the environment variables inside the container.

       NOTE:
          The  kas-container  script  has  limited  support  for  Git  worktrees.  Regular Git operations on the
          checked-out repository are supported. However, executing any  gitworktree...  command  inside  the
          container is not allowed.

       By    default    kas-container    uses    the    official   images   provided   by   the   kas   project:
       ghcr.io/siemens/kas/kas[-isar]:<version>.  To  specify  your  own  image  set   the   KAS_CONTAINER_IMAGE
       environment  variable. As container backends, Docker and Podman are supported. To force the use of podman
       over docker, set KAS_CONTAINER_ENGINE=podman. For details, see EnvironmentVariables.

Kas

       Part of the kas(1) suite.

Name

       kas-container - a setup tool for bitbake based projects

See Also

kas(1),

See Also