Skip to content

Repository files navigation

Vib (Vanilla Image Builder) creates container images from YAML recipes. A recipe contains modules that install packages, copy files, build source code, and perform other image construction steps.


Links

Usage

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

vib build --output Containerfile recipe.yml

This writes a Containerfile that can be built with Docker, Podman, or another compatible image builder. Use vib test recipe.yml to validate a recipe and vib compile --runtime docker recipe.yml to generate and build the image in one command.

About

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

Resources

Code of conduct

Contributing

Stars

84 stars

Watchers

3 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages