https://github.com/osbuild/blueprint
Library used for parsing JSON and TOML blueprints for `osbuild-composer` and `image-builder`.
https://github.com/osbuild/blueprint
Last synced: 4 months ago
JSON representation
Library used for parsing JSON and TOML blueprints for `osbuild-composer` and `image-builder`.
- Host: GitHub
- URL: https://github.com/osbuild/blueprint
- Owner: osbuild
- License: apache-2.0
- Created: 2025-03-25T15:59:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-26T17:42:21.000Z (4 months ago)
- Last Synced: 2026-03-27T07:25:44.258Z (4 months ago)
- Language: Go
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 6
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Blueprint
The Blueprint is the common configuration format for Image Builder frontends. This repository defines the structures, types, and serialization / deserialization functions for the Image Builder Blueprint.
## Docs
A full reference of the Blueprint format and all supported options can be found on [osbuild.org](https://osbuild.org/docs/user-guide/blueprint-reference/).