Skip to content
/ Vib Public

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

Vanilla-OS/Vib

Folders and files

NameName
Last commit message
Last commit date
Mar 4, 2025
Mar 1, 2025
Jan 21, 2025
Jan 21, 2025
Feb 19, 2025
Aug 26, 2024
Jan 9, 2025
Aug 22, 2024
Jan 9, 2025
Apr 11, 2024
Oct 21, 2024
May 4, 2023
Jan 21, 2025
Aug 22, 2024
Mar 5, 2025
Mar 5, 2025
Dec 28, 2024
Dec 28, 2024

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.