-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
739aa04
commit 7b7a48f
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,15 @@ A container to create disk images from [bootc](https://github.com/containers/boo | |
especially oriented towards [Fedora/CentOS bootc](https://docs.fedoraproject.org/en-US/bootc/) or | ||
derivatives. | ||
|
||
## 📊 Project | ||
|
||
- **Website**: <https://www.osbuild.org> | ||
- **Bug Tracker**: <https://github.com/osbuild/bootc-image-builder/issues> | ||
- **Matrix**: #image-builder on [fedoraproject.org](https://matrix.to/#/#image-builder:fedoraproject.org) | ||
* **Discussions**: https://github.com/orgs/osbuild/discussions | ||
- **Mailing List**: <[email protected]> | ||
- **Changelog**: <https://github.com/osbuild/bootc-image-builder/releases> | ||
|
||
## 🔨 Installation | ||
|
||
Have [podman](https://podman.io/) installed on your system. Either through your systems package manager if you're on | ||
|
@@ -530,14 +539,6 @@ Please report bugs to the [Bug Tracker](https://github.com/osbuild/bootc-image-b | |
$ sudo podman run --rm -it quay.io/centos-bootc/bootc-image-builder:latest version | ||
``` | ||
|
||
## 📊 Project | ||
|
||
- **Website**: <https://www.osbuild.org> | ||
- **Bug Tracker**: <https://github.com/osbuild/bootc-image-builder/issues> | ||
- **Matrix**: #image-builder on [fedoraproject.org](https://matrix.to/#/#image-builder:fedoraproject.org) | ||
- **Mailing List**: <[email protected]> | ||
- **Changelog**: <https://github.com/osbuild/bootc-image-builder/releases> | ||
|
||
### Contributing | ||
|
||
Please refer to the [developer guide](https://www.osbuild.org/docs/developer-guide/index) to learn about our | ||
|