[gnome-autoar/wip/oholy/meson-test] ci: Use fedora:latest instead of rawhide



commit dde0b2d4382a248640ed0b944a044bb26483dee8
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Aug 5 16:04:45 2021 +0200

    ci: Use fedora:latest instead of rawhide
    
    There are various problems with the rawhide image currently and I don't
    know how to workaround them. Let's try to use fedora:latest to fix our
    pipeline.

 .gitlab-ci.yml     | 2 +-
 .gitlab/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4da078..caa55d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-fedora rawhide:
+fedora latest:
     image:
         name: registry.gitlab.gnome.org/gnome/gnome-autoar:latest
         entrypoint: ["/bin/sh", "-c"]
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index 387dbe8..60fa5c8 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:rawhide
+FROM fedora:latest
 
 RUN dnf install --nogpg -y dnf-plugins-core git gnome-common gtk-doc meson \
  && dnf builddep --nogpg -y gnome-autoar \


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