Skip to content

Commit 8527f5c

Browse files
packaging: add CentOS Stream 10 in build/test pipelines
Signed-off-by: Patrick Stephens <pat@fluent.do>
1 parent 32b29fe commit 8527f5c

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

packaging/README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ The [`distros`](./distros/) directory contains OCI container definitions used to
1111

1212
| Distro | Version / Code Name | Arch | Target Option |
1313
|---------------|---------------------------|---------|--------------------------|
14-
| AlmaLinux | 8 | x86_64 | almalinux/8 |
15-
| AlmaLinux | 8 | arm64v8 | almalinux/8.arm64v8 |
16-
| AlmaLinux | 9 | x86_64 | almalinux/9 |
17-
| AlmaLinux | 9 | arm64v8 | almalinux/9.arm64v8 |
1814
| AlmaLinux | 10 | x86_64 | almalinux/10 |
1915
| AlmaLinux | 10 | arm64v8 | almalinux/10.arm64v8 |
20-
| AmazonLinux | 2 | x86_64 | amazonlinux/2 |
21-
| AmazonLinux | 2 | arm64v8 | amazonlinux/2.arm64v8 |
16+
| AlmaLinux | 9 | x86_64 | almalinux/9 |
17+
| AlmaLinux | 9 | arm64v8 | almalinux/9.arm64v8 |
18+
| AlmaLinux | 8 | x86_64 | almalinux/8 |
19+
| AlmaLinux | 8 | arm64v8 | almalinux/8.arm64v8 |
2220
| AmazonLinux | 2023 | x86_64 | amazonlinux/2023 |
2321
| AmazonLinux | 2023 | arm64v8 | amazonlinux/2023.arm64v8 |
22+
| AmazonLinux | 2 | x86_64 | amazonlinux/2 |
23+
| AmazonLinux | 2 | arm64v8 | amazonlinux/2.arm64v8 |
24+
| CentOS Stream | 10 | x86_64 | centos/10 |
25+
| CentOS Stream | 10 | arm64v8 | centos/10.arm64v8 |
2426
| CentOS Stream | 9 | x86_64 | centos/9 |
2527
| CentOS Stream | 9 | arm64v8 | centos/9.arm64v8 |
2628
| CentOS | 8 | x86_64 | centos/8 |
@@ -47,12 +49,12 @@ The [`distros`](./distros/) directory contains OCI container definitions used to
4749
| Raspbian | 12 / Bookworm | arm32v7 | raspbian/bookworm |
4850
| Raspbian | 11 / Bullseye | arm32v7 | raspbian/bullseye |
4951
| Raspbian | 10 / Buster | arm32v7 | raspbian/buster |
50-
| Rocky Linux | 8 | x86_64 | rockylinux/8 |
51-
| Rocky Linux | 8 | arm64v8 | rockylinux/8.arm64v8 |
52-
| Rocky Linux | 9 | x86_64 | rockylinux/9 |
53-
| Rocky Linux | 9 | arm64v8 | rockylinux/9.arm64v8 |
5452
| Rocky Linux | 10 | x86_64 | rockylinux/10 |
5553
| Rocky Linux | 10 | arm64v8 | rockylinux/10.arm64v8 |
54+
| Rocky Linux | 9 | x86_64 | rockylinux/9 |
55+
| Rocky Linux | 9 | arm64v8 | rockylinux/9.arm64v8 |
56+
| Rocky Linux | 8 | x86_64 | rockylinux/8 |
57+
| Rocky Linux | 8 | arm64v8 | rockylinux/8.arm64v8 |
5658

5759
These container images are intended to be built from the root of this repo to build the locally checked out/updated version of the source easily for any target.
5860

packaging/build-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
"target": "centos/9.arm64v8",
4141
"type": "rpm"
4242
},
43+
{
44+
"target": "centos/10",
45+
"type": "rpm"
46+
},
47+
{
48+
"target": "centos/10.arm64v8",
49+
"type": "rpm"
50+
},
4351
{
4452
"target": "rockylinux/8",
4553
"type": "rpm"

packaging/test-release-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ YUM_TARGETS=(
5555
"rockylinux:9"
5656
"rockylinux:10"
5757
"quay.io/centos/centos:stream9"
58+
"quay.io/centos/centos:stream10"
5859
"amazonlinux:2"
5960
"amazonlinux:2023"
6061
)

packaging/update-repos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RPM_REPO_PATHS=( "amazonlinux/2"
3636
"centos/7"
3737
"centos/8"
3838
"centos/9"
39+
"centos/10"
3940
"rockylinux/8"
4041
"rockylinux/9"
4142
"rockylinux/10"

0 commit comments

Comments
 (0)