diff --git a/group.yml b/group.yml index 61020c5b43..16942c83e4 100644 --- a/group.yml +++ b/group.yml @@ -360,6 +360,28 @@ repos: reposync: enabled: false + rhel-96-baseos-rpms: + conf: + extra_options: + module_hotfixes: 1 + baseurl: + aarch64: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/aarch64/baseos/os/" + ppc64le: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/ppc64le/baseos/os/" + s390x: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/s390x/baseos/os/" + x86_64: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/x86_64/baseos/os/" + ci_alignment: + profiles: + - el9 + localdev: + enabled: true + content_set: + default: rhel-9-for-x86_64-baseos-eus-rpms__9_DOT_6 + aarch64: rhel-9-for-aarch64-baseos-eus-rpms__9_DOT_6 + ppc64le: rhel-9-for-ppc64le-baseos-eus-rpms__9_DOT_6 + s390x: rhel-9-for-s390x-baseos-eus-rpms__9_DOT_6 + reposync: + enabled: false + rhel-9-appstream-rpms: conf: extra_options: @@ -382,6 +404,28 @@ repos: reposync: enabled: false + rhel-96-appstream-rpms: + conf: + extra_options: + module_hotfixes: 1 + baseurl: + aarch64: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/aarch64/appstream/os/" + ppc64le: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/ppc64le/appstream/os/" + s390x: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/s390x/appstream/os/" + x86_64: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/x86_64/appstream/os/" + ci_alignment: + profiles: + - el9 + localdev: + enabled: true + content_set: + default: rhel-9-for-x86_64-appstream-eus-rpms__9_DOT_6 + aarch64: rhel-9-for-aarch64-appstream-eus-rpms__9_DOT_6 + ppc64le: rhel-9-for-ppc64le-appstream-eus-rpms__9_DOT_6 + s390x: rhel-9-for-s390x-appstream-eus-rpms__9_DOT_6 + reposync: + enabled: false + rhel-9-server-ose-rpms-embargoed: conf: extra_options: diff --git a/images/microshift-bootc.yml b/images/microshift-bootc.yml index d2485d6e8b..8d4bd8835b 100644 --- a/images/microshift-bootc.yml +++ b/images/microshift-bootc.yml @@ -9,10 +9,10 @@ content: modifications: - action: replace match: "ARG BASE_IMAGE_URL" - replacement: "ARG BASE_IMAGE_URL='registry.redhat.io/rhel9-eus/rhel-9.6-bootc'" + replacement: "ARG BASE_IMAGE_URL=registry.redhat.io/rhel9-eus/rhel-9.6-bootc" - action: replace match: "ARG BASE_IMAGE_TAG" - replacement: "ARG BASE_IMAGE_TAG='9.6'" + replacement: "ARG BASE_IMAGE_TAG=9.6" git: branch: target: release-{MAJOR}.{MINOR} @@ -28,8 +28,8 @@ delivery: for_release: false for_payload: false enabled_repos: -- rhel-96-baseos -- rhel-96-appstream +- rhel-96-baseos-rpms +- rhel-96-appstream-rpms - rhel-9-fast-datapath-rpms - rhel-9-server-microshift-rpms name: openshift/microshift-bootc-rhel9 diff --git a/images/ose-must-gather-operator.yml b/images/ose-must-gather-operator.yml new file mode 100644 index 0000000000..e69de29bb2