commands.sh

bluebuild

linux

Build Containerfiles and custom images based on your `recipe.yml`.

More info →

Options (2)

-o, --outputboolean

Generate a Containerfile

Example: bluebuild generate {{[-o|--output]}} {{Containerfile}} {{path/to/recipe.yml}}
-h, --helpboolean

Display help

Example: bluebuild {{[-h|--help]}}

Examples (5)

Build a recipe

bluebuild build path/to/recipe.yml

Validate a recipe

bluebuild validate path/to/recipe.yml

Generate a Containerfile

bluebuild generate [-o|--output] Containerfile path/to/recipe.yml

Generate an ISO from a recipe

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

Display help

bluebuild [-h|--help]
made by @shridhargupta | data from tldr-pages