[6.0] fcabd46b6 circleci: Switch centos image to stream9 tag

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Jun 21 13:43:12 UTC 2024


commit fcabd46b69b10e4aeed26c9dba1fc516e09e323d
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jun 3 11:03:03 2024 +0200

    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.

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4c4d8e8d7..1366bfb22 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -390,7 +390,7 @@ workflows:
           name: build_centos_stream
           prefix: quay.io/centos/
           dist: centos
-          release: stream
+          release: stream9
       - build:
           name: build_almalinux_8
           dist: almalinux


More information about the varnish-commit mailing list