Skip to content

Commit 556c056

Browse files
committed
Use CentOS Stream 10 for CI
1 parent bfd7a3c commit 556c056

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pulp_scheme: "https"
5555
image:
5656
name: "pulp"
5757
tag: "ci_build"
58-
ci_base: "ghcr.io/pulp/pulp-ci-centos9:latest"
58+
ci_base: "ghcr.io/pulp/pulp-ci-centos10:latest"
5959
source: "${COMPONENT_SOURCE}"
6060
ci_requirements: $(test -f ci_requirements.txt && echo -n true || echo -n false)
6161
upperbounds: $(test "${TEST}" = "pulp" && echo -n true || echo -n false)

template_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
check_commit_message: true
1010
check_manifest: true
1111
check_stray_pulpcore_imports: true
12-
ci_base_image: "ghcr.io/pulp/pulp-ci-centos9"
12+
ci_base_image: "ghcr.io/pulp/pulp-ci-centos10"
1313
ci_env: {}
1414
ci_trigger: "{pull_request: {branches: ['*']}}"
1515
cli_package: "pulp-cli"

0 commit comments

Comments
 (0)