Skip to content

Commit

Permalink
CI: Move from CentOS Stream 8 to 9
Browse files Browse the repository at this point in the history
CentOS Strem 8 reached an end of life, YUM repositories linked from
container images are unavailable:

    Static Analysis
    [...]
    STEP 1/4: FROM quay.io/centos/centos:stream8
    [...]
    Errors during downloading metadata for repository 'appstream':
      - Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=container [Could not resolve host: mirrorlist.centos.org]
  • Loading branch information
ppisar committed Jan 15, 2025
1 parent 81c9db2 commit 9d51151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ci-coverity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
set -x

os=centos
release=stream8
release=stream9
repository=quay.io/centos

# Override the standard tests with the Coverity scan
Expand Down

0 comments on commit 9d51151

Please sign in to comment.