Skip to content

Commit

Permalink
Automated developer guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzbot committed Feb 13, 2025
1 parent 5fc39ed commit 4610970
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions docs/developer-guide/02-projects/image-builder/index.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
---
custom_edit_url: https://github.com/osbuild/image-builder/blob/main/README.md
---
Image Builder
=============
# Image Builder console.redhat.com Middleware

Image Builder serves as an HTTP API on top of [Osbuild
Composer](https://github.com/osbuild/osbuild-composer), and serves as the
backend for [Image Builder
Frontend](https://github.com/osbuild/image-builder-frontend/).
<!--
[//]: # ( DO NOT MODIFY THIS FILE! )
[//]: # ( This content is generated by `scripts/pull_readmes.py` )
[//]: # ( Rather change the source of this: https://github.com/osbuild/image-builder/blob/main/README.md )
-->

Image Builder is intended to be run within the
"Image Builder **C**onsole.**R**edhat.**C**om" serves as
an HTTP API on top of [Osbuild Composer](https://github.com/osbuild/osbuild-composer),
and serves as the backend for [Image Builder Frontend](https://github.com/osbuild/image-builder-frontend/).

Image Builder Middleware is intended to be run within the
[console.redhat.com](https://console.redhat.com) platform.

### Project

* **Website**: https://www.osbuild.org
* **Bug Tracker**: https://github.com/osbuild/image-builder/issues
* **Bug Tracker**: https://github.com/osbuild/image-builder-crc/issues
* **Discussions**: https://github.com/orgs/osbuild/discussions
* **Matrix**: [#image-builder on fedoraproject.org](https://matrix.to/#/#image-builder:fedoraproject.org)
* **Changelog**: https://github.com/osbuild/image-builder/releases
* **Changelog**: https://github.com/osbuild/image-builder-crc/releases

### OpenAPI spec

The latest OpenAPI specification:

* [raw YAML](https://github.com/osbuild/image-builder/blob/main/internal/v1/api.yaml)
* [on-line version](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/osbuild/image-builder/main/internal/v1/api.yaml)
* [raw YAML](https://github.com/osbuild/image-builder-crc/blob/main/internal/v1/api.yaml)
* [on-line version](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/osbuild/image-builder-crc/main/internal/v1/api.yaml)

### Contributing

Expand Down Expand Up @@ -57,9 +61,9 @@ To run the project use `make run` target

## Repository

- **web**: https://github.com/osbuild/image-builder
- **https**: `https://github.com/osbuild/image-builder.git`
- **ssh**: `[email protected]:osbuild/image-builder.git`
- **web**: https://github.com/osbuild/image-builder-crc
- **https**: `https://github.com/osbuild/image-builder-crc.git`
- **ssh**: `[email protected]:osbuild/image-builder-crc.git`

## License

Expand Down

0 comments on commit 4610970

Please sign in to comment.