8000 GitHub - kbdharun/Vib: Vib (Vanilla Image Builder) is a tool that allow generating Containerfile(s) using a Flatpak-like recipe and syntax.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ Vib Public
forked from Vanilla-OS/Vib

Vib (Vanilla Image Builder) is a tool that allow generating Containerfile(s) using a Flatpak-like recipe and syntax.

License

Notifications You must be signed in to change notification settings

kbdharun/Vib

 
 

Repository files navigation

Vib (Vanilla Image Builder) is a tool that streamlines the creation of container images. It achieves this by enabling users to define a recipe consisting of a sequence of modules, each specifying a particular action required to build the image. These actions may include installing dependencies or compiling source code.


Links

Usage

To build an image using a recipe, you can use the vib command:

vib build recipe.yml

this will parse the recipe.yml to a Containerfile, which can be used to build the image with any container image builder, such as docker or podman.

About

Vib (Vanilla Image Builder) is a tool that allow generating Containerfile(s) using a Flatpak-like recipe and syntax.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Go 97.4%
  • Makefile 1.1%
  • Other 1.5%
0