[gnome-desktop/mcatanzaro/fedora-latest] Use fedora:latest for CI image




commit 9cebf9085024429c46f934d4ad597b0937e4b432
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Jan 12 09:17:08 2022 -0600

    Use fedora:latest for CI image
    
    Previously, we used fedora:rawhide for gnome-desktop CI, but stopped
    because gitlab.gnome.org's docker version was incompatible with F35
    containers for a long time, so we pinned to F34 instead. Now we have
    fixed that and updated to F35, but we'll be stuck here for a while
    because we won't remember to update again in the future. fedora:latest
    seems like a nice compromise between pinning to a particular stable
    release vs. using rawhide for CI.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43527b3d..28666891 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ include:
 - template: Security/SAST.gitlab-ci.yml
 - template: Security/Secret-Detection.gitlab-ci.yml
 
-image: fedora:35
+image: fedora:latest
 
 variables:
   LAST_ABI_BREAK: 9d01763ba2a3f71b7c0aade04d2ffa6a883e308d


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]