https://github.com/osbuild/image-builder-collection
Ansible collection for image-builder
https://github.com/osbuild/image-builder-collection
Last synced: 7 months ago
JSON representation
Ansible collection for image-builder
- Host: GitHub
- URL: https://github.com/osbuild/image-builder-collection
- Owner: osbuild
- License: gpl-3.0
- Created: 2025-02-12T17:00:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T12:29:53.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:30:33.419Z (over 1 year ago)
- Language: Jinja
- Size: 34.2 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Collection - osbuild.image_builder
Image Builder (osbuild) is a tool and service for building and composing operating system images. It is
designed to be a modern alternative to the traditional tools like kickstart, pungi, and lorax. It is based on the
concept of pipelines, where each pipeline is a sequence of stages that transform the input data into the final image.
The pipelines are defined in a JSON format and can be easily shared and reused. The service provides a REST API for
managing the pipelines and building the images. The tool is a command-line client for the service.
## osbuild.image_builder.image_builder_cli
See [osbuild.image_builder.image_builder_cli](roles/image_builder_cli)
## osbuild.image_builder.image_builder_crc
See [osbuild.image_builder.image_builder_crc](roles/image_builder_crc)
## Contributors
Related projects:
* https://github.com/brianaddicks/rh_console_imagebuilder
* https://github.com/myllynen/rhel-image
* https://github.com/theforeman/foreman-operations-collection
* https://github.com/enothen/ansible-image-builder
* https://github.com/redhat-cop/infra.osbuild
See Ansible metadata for full list of authors.
## TODO
* Service account support
* Use side git repo with JSON blueprint
* Make use of the common blueprint (YAML) and Makefile in git to convert into YAML/JSON