bluebuild Command Examples

Build Containerfiles and custom images based on your recipe.yml. More information: https://github.com/blue-build/cli.

bluebuild build {{path/to/recipe.yml}}

bluebuild validate {{path/to/recipe.yml}}

bluebuild generate --output {{Containerfile}} {{path/to/recipe.yml}}

bluebuild generate-iso --output-dir {{path/to/output_directory}} --iso-name {{iso_name.iso}} recipe {{path/to/recipe.yml}}

bluebuild --help