-
Notifications
You must be signed in to change notification settings - Fork 27
COS-3312: manifest-c9s: switch to building via container tools #167
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
openshift-merge-bot
merged 4 commits into
coreos:main
from
dustymabe:dusty-c9s-build-via-container-tools
Jan 30, 2026
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
2f865ae
common: drop remove-from-packages for backgrounds
dustymabe a634621
use versionary from fedora-coreos-config repo
dustymabe efc8668
build-args*: prep for building via container tools
dustymabe edf4c1a
manifest-c9s: switch to building via container tools
dustymabe 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
Some comments aren't visible on the classic Files Changed page.
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 |
|---|---|---|
| @@ -1,10 +1,15 @@ | ||
| # Variant-specific build arguments. | ||
| # Pass to buildah/podman using `--build-arg-file`. | ||
|
|
||
| ID=centos | ||
| NAME=scos | ||
| VERSION="10.0" | ||
| STREAM=c10s | ||
| DESCRIPTION=CentOS Stream CoreOS 10 | ||
| VERSION=10.0 | ||
| MUTATE_OS_RELEASE=10 | ||
| BUILDER_IMG=quay.io/centos-bootc/centos-bootc:stream10 | ||
| MANIFEST=manifest-c10s.yaml | ||
| IMAGE_CONFIG=image-c10s.yaml | ||
| BUILD_ARGS=build-args-c10s.conf | ||
| # XXX: see inject_passwd_group() in build-rootfs | ||
| PASSWD_GROUP_DIR=. | ||
| STREAM=c10s |
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,10 +1,15 @@ | ||
| # Variant-specific build arguments. | ||
| # Pass to buildah/podman using `--build-arg-file`. | ||
|
|
||
| ID=centos | ||
| NAME=scos | ||
| VERSION="9.0" | ||
| STREAM=c9s | ||
| DESCRIPTION=CentOS Stream CoreOS 9 | ||
| VERSION=9.0 | ||
| MUTATE_OS_RELEASE=9 | ||
| BUILDER_IMG=quay.io/centos-bootc/centos-bootc:stream9 | ||
| MANIFEST=manifest-c9s.yaml | ||
| IMAGE_CONFIG=image-c9s.yaml | ||
| BUILD_ARGS=build-args-c9s.conf | ||
| # XXX: see inject_passwd_group() in build-rootfs | ||
| PASSWD_GROUP_DIR=. | ||
| STREAM=c9s |
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,10 +1,15 @@ | ||
| # Variant-specific build arguments. | ||
| # Pass to buildah/podman using `--build-arg-file`. | ||
|
|
||
| ID=rhel | ||
| NAME=rhcos | ||
| VERSION="10.1" | ||
| STREAM=rhel-10.1 | ||
| DESCRIPTION=RHEL CoreOS 10.1 | ||
| VERSION=10.1 | ||
| MUTATE_OS_RELEASE=10.1 | ||
| BUILDER_IMG=registry.redhat.io/rhel10/rhel-bootc:10.1 | ||
| MANIFEST=manifest-rhel-10.1.yaml | ||
| IMAGE_CONFIG=image-rhel-10.1.yaml | ||
| BUILD_ARGS=build-args-rhel-10.1.conf | ||
| # XXX: see inject_passwd_group() in build-rootfs | ||
| PASSWD_GROUP_DIR=. | ||
| STREAM=rhel-10.1 |
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,10 +1,15 @@ | ||
| # Variant-specific build arguments. | ||
| # Pass to buildah/podman using `--build-arg-file`. | ||
|
|
||
| ID=rhel | ||
| NAME=rhcos | ||
| VERSION="9.8" | ||
| STREAM=rhel-9.8 | ||
| DESCRIPTION=RHEL CoreOS 9.8 | ||
| VERSION=9.8 | ||
| MUTATE_OS_RELEASE=9.8 | ||
| BUILDER_IMG=registry.stage.redhat.io/rhel9/rhel-bootc:9.8 | ||
| MANIFEST=manifest-rhel-9.8.yaml | ||
| IMAGE_CONFIG=image-rhel-9.8.yaml | ||
| BUILD_ARGS=build-args-rhel-9.8.conf | ||
| # XXX: see inject_passwd_group() in build-rootfs | ||
| PASSWD_GROUP_DIR=. | ||
| STREAM=rhel-9.8 | ||
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
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
This file was deleted.
Oops, something went wrong.
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 @@ | ||
| fedora-coreos-config/versionary |
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
There is also another registry.stage here, may be this needs to be changed too?
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.
rhel 9.8 isn't released yet so we have to use the staging registry for that one