Skip to content

Vib 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.

License

Notifications You must be signed in to change notification settings

MiracleOS-Team/Vib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vib 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.


Usage

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

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 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages