Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: add project links #717

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading