https://github.com/osbuild/bootc-foundry
Base bootc containers for image builder
https://github.com/osbuild/bootc-foundry
Last synced: 3 months ago
JSON representation
Base bootc containers for image builder
- Host: GitHub
- URL: https://github.com/osbuild/bootc-foundry
- Owner: osbuild
- License: apache-2.0
- Created: 2026-02-25T06:10:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-14T07:43:14.000Z (3 months ago)
- Last Synced: 2026-04-14T09:30:57.822Z (3 months ago)
- Language: Makefile
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Derived bootc images for image builder
This repository contains `Containerfile` for each derived image types that
are used by image builder.
## Supported image formats
* AWC EC2
* Azure
* GCE
* qcow2
## Supported bootable container base images
* `quay.io/fedora/fedora-bootc` versions N and N-1 (`x86_64`, `aarch64`)
* `quay.io/centos-bootc/centos-bootc` versions Stream 9 and 10 (`x86_64`, `aarch64`)
* `registry.redhat.io/rhelXX/rhel-bootc` (9 and 10) (`x86_64`)
## Published container images
Images are available as multi-arch image manifests with the following URIs:
[Fedora](https://quay.io/repository/osbuild/fedora-bootc) (`x86_64`, `aarch64`)
* `quay.io/osbuild/fedora-bootc:43-ec2`
* `quay.io/osbuild/fedora-bootc:43-azure`
* `quay.io/osbuild/fedora-bootc:43-gce`
* `quay.io/osbuild/fedora-bootc:43-qcow2`
[CentOS 9 Stream](https://quay.io/repository/osbuild/centos-bootc) (`x86_64`, `aarch64`)
* `quay.io/osbuild/centos-bootc:stream9-ec2`
* `quay.io/osbuild/centos-bootc:stream9-azure`
* `quay.io/osbuild/centos-bootc:stream9-gce`
* `quay.io/osbuild/centos-bootc:stream9-qcow2`
[CentOS 10 Stream](https://quay.io/repository/osbuild/centos-bootc) (`x86_64`, `aarch64`)
* `quay.io/osbuild/centos-bootc:stream10-ec2`
* `quay.io/osbuild/centos-bootc:stream10-azure`
* `quay.io/osbuild/centos-bootc:stream10-gce`
* `quay.io/osbuild/centos-bootc:stream10-qcow2`
RHEL 10 (`x86_64`, `aarch64`)
These repositories are not publicly available:
* `quay.io/redhat-services-prod/insights-management-tenant/image-builder-bootc-foundry/rhel-10.1-qcow2`
## Using derived images
```
image-builder-cli manifest --bootc-ref quay.io/osbuild/fedora-bootc:43-ec2 --bootc-default-fs ext4 ami
image-builder-cli manifest --bootc-ref quay.io/osbuild/fedora-bootc:43-azure --bootc-default-fs ext4 vhd
image-builder-cli manifest --bootc-ref quay.io/osbuild/fedora-bootc:43-gce --bootc-default-fs ext4 gce
image-builder-cli manifest --bootc-ref quay.io/osbuild/fedora-bootc:43-qcow2 --bootc-default-fs ext4 qcow2
```
## LICENSE
Apache License 2.0