-
Notifications
You must be signed in to change notification settings - Fork 6
Update README and add agent files #40
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
Merged
+32
−37
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| README.md | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| README.md |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| README.md |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,61 +1,53 @@ | ||
| # Derived bootc images for image builder | ||
|
|
||
| This repository contains `Containerfile` for each derived image types that | ||
| are used by image builder. | ||
| This repository contains a `Containerfile` for each derived image type used by | ||
| image builder. The goal is to customize base bootc images of Fedora, CentOS | ||
| Stream, or RHEL for the target environment (clouds, virtualization) by | ||
| installing the tools needed for a successful installation or to align with Red | ||
| Hat or cloud vendor recommendations. | ||
|
|
||
| It mirrors what is defined for package-based OS images in distro definitions: | ||
| https://github.com/osbuild/images/tree/main/data/distrodefs, but there is no | ||
| parity. The core image content comes from the base container, we just add | ||
| additional software and configuration to make the image integrate nicely with | ||
| the target environment. | ||
|
|
||
| ## Supported image formats | ||
|
|
||
| * AWC EC2 | ||
| _This is a work in progress, not all image formats are available._ | ||
|
|
||
| * AWS EC2 | ||
| * Azure | ||
| * GCE | ||
| * qcow2 | ||
| * Anaconda installer | ||
|
lzap marked this conversation as resolved.
|
||
|
|
||
| ## 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`) | ||
| ## Organization | ||
|
|
||
| * `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` | ||
| Each `Containerfile` is prefixed with `f` for Fedora, `stream` for CentOS | ||
| Stream, and `rhel` for RHEL containers, and suffixed with one of: `qcow2`, | ||
| `ec2`, `azure`, `gce`, or `installer`. | ||
|
|
||
| RHEL 10 (`x86_64`, `aarch64`) | ||
| Heredocs are not allowed in `Containerfile`s; files must be copied with `COPY` | ||
| either from a common directory for the image type (for example `qcow2`) or from | ||
| an OS version or architecture-specific tree (`qcow2-amd64`). Architecture | ||
| names follow podman/docker conventions. | ||
|
|
||
| These repositories are not publicly available: | ||
| Comments explaining *why* are welcome. | ||
|
|
||
| * `quay.io/redhat-services-prod/insights-management-tenant/image-builder-bootc-foundry/rhel-10.1-qcow2` | ||
| ## Build pipeline | ||
|
|
||
| ## Using derived images | ||
| Images are built in Konflux and published on `quay.io`. Repositories with RHEL | ||
| containers are private. Currently available 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 | ||
| ``` | ||
| * `quay.io/redhat-services-prod/insights-management-tenant/image-builder-bootc-foundry/rhel-10.1-qcow2:latest` | ||
|
|
||
| ## LICENSE | ||
| ## License | ||
|
|
||
| Apache License 2.0 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing newline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what github means by that :-D