Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 7 additions & 2 deletions build-args-c10s.conf
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
9 changes: 7 additions & 2 deletions build-args-c9s.conf
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
9 changes: 7 additions & 2 deletions build-args-rhel-10.1.conf
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
9 changes: 7 additions & 2 deletions build-args-rhel-9.8.conf
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
Copy link
Copy Markdown
Member

@aaradhak aaradhak Jan 30, 2026

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?

Copy link
Copy Markdown
Member Author

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

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
4 changes: 0 additions & 4 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,3 @@ packages-aarch64:
packages-s390x:
# Required genprotimg for IBM Secure Execution
- s390utils-base

remove-from-packages:
- - filesystem
- "/usr/share/backgrounds"
15 changes: 2 additions & 13 deletions manifest-c9s.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Manifest for CentOS Stream CoreOS 9

metadata:
license: MIT
name: scos
summary: CentOS Stream CoreOS 9

variables:
id: "centos"
osversion: "centos-9"
# tell `cosa build` to default to buildah path
build_with_buildah: true

# Include manifests common to all RHEL and CentOS Stream versions
include:
Expand All @@ -18,12 +13,6 @@ repos:
- c9s-appstream
- c9s-extras-common

automatic-version-prefix: "9.0.<date:%Y%m%d>"
# This ensures we're semver-compatible which OpenShift wants
automatic-version-suffix: "-"

mutate-os-release: "9"

packages:
- centos-stream-release
- centos-release-cloud-common
Expand Down
112 changes: 0 additions & 112 deletions versionary

This file was deleted.

1 change: 1 addition & 0 deletions versionary