From a67da1e0c46519242078650b72475307cb0dfda8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 20 May 2024 15:40:48 -0400 Subject: [PATCH 1/2] fedora-bootc: Bump to latest In particular this pulls in `toolbox`. --- fedora-bootc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-bootc b/fedora-bootc index 4caf767..ec5ae55 160000 --- a/fedora-bootc +++ b/fedora-bootc @@ -1 +1 @@ -Subproject commit 4caf767b1275ed6804b4d1bb8caf89cd543ddab2 +Subproject commit ec5ae557dfbed46726e6706694291fcf91969f17 From 0f6bed59b47e94fd5531e2e39e50bb783472560b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 20 May 2024 15:56:19 -0400 Subject: [PATCH 2/2] c9s: Bump to 20240520.0 Renovate seems busted? Signed-off-by: Colin Walters --- c9s.repo | 20 ++------------------ centos-bootc-config.json | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/c9s.repo b/c9s.repo index 67e8ab8..c33b426 100644 --- a/c9s.repo +++ b/c9s.repo @@ -1,6 +1,6 @@ [baseos] name=CentOS Stream 9 - BaseOS -baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240415.0/compose/BaseOS/$basearch/os +baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240520.0/compose/BaseOS/$basearch/os gpgcheck=1 repo_gpgcheck=0 enabled=1 @@ -8,23 +8,7 @@ gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Officia [appstream] name=CentOS Stream 9 - AppStream -baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240415.0/compose/AppStream/$basearch/os -gpgcheck=1 -repo_gpgcheck=0 -enabled=1 -gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official - -[nfv] -name=CentOS Stream 9 - NFV -baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240415.0/compose/NFV/$basearch/os -gpgcheck=1 -repo_gpgcheck=0 -enabled=1 -gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official - -[rt] -name=CentOS Stream 9 - RT -baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240415.0/compose/RT/$basearch/os +baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240520.0/compose/AppStream/$basearch/os gpgcheck=1 repo_gpgcheck=0 enabled=1 diff --git a/centos-bootc-config.json b/centos-bootc-config.json index 059c9ff..82ea1fc 100644 --- a/centos-bootc-config.json +++ b/centos-bootc-config.json @@ -2,7 +2,7 @@ "Labels": { "containers.bootc": "1", "bootc.diskimage-builder": "quay.io/centos-bootc/bootc-image-builder", - "redhat.compose-id": "CentOS-Stream-9-20240304.d.0", + "redhat.compose-id": "CentOS-Stream-9-20240520.d.0", "redhat.id": "centos", "redhat.version-id": "9" },