Commit d24e0c2e authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

circleci: Switch centos image to stream9 tag

The plain "stream" image has not been updated for a year, and instead of
being the equivalent of a "latest" tag it just appears to be frozen.

Since there isn't an automatic centos-stream upgrade path, let's target
version 9 explicitly for now.
parent bb57b07f
...@@ -391,7 +391,7 @@ workflows: ...@@ -391,7 +391,7 @@ workflows:
name: build_centos_stream name: build_centos_stream
prefix: quay.io/centos/ prefix: quay.io/centos/
dist: centos dist: centos
release: stream release: stream9
- build: - build:
name: build_almalinux_8 name: build_almalinux_8
dist: almalinux dist: almalinux
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment