mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 16:48:53 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/bluebuild
Normal file
29
tldr/linux/bluebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bluebuild
|
||||
|
||||
> Build Containerfiles and custom images based on your `recipe.yml`.
|
||||
> More information: <https://github.com/blue-build/cli>.
|
||||
|
||||
- Build a recipe:
|
||||
|
||||
`bluebuild build {{path/to/recipe.yml}}`
|
||||
|
||||
- Validate a recipe:
|
||||
|
||||
`bluebuild validate {{path/to/recipe.yml}}`
|
||||
|
||||
- Generate a Containerfile:
|
||||
|
||||
`bluebuild generate --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 --help`
|
||||
Reference in New Issue
Block a user