snippetbashTip
bluebuild — Build Containerfiles and custom images based on your `recipe.yml`. More information: <https://github
Viewed 0 times
bluebuildcommandbuildimagesandclicustomcontainerfiles
linux
Problem
How to use the
bluebuild command: Build Containerfiles and custom images based on your recipe.yml. More information: <https://github.com/blue-build/cli#how-to-use>.Solution
bluebuild — Build Containerfiles and custom images based on your recipe.yml. More information: <https://github.com/blue-build/cli#how-to-use>.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]}}Code Snippets
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]}}Context
tldr-pages: linux/bluebuild
Revisions (0)
No revisions yet.