[gnome-autoar] ci: Use fedora:latest instead of rawhide
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar] ci: Use fedora:latest instead of rawhide
- Date: Thu, 5 Aug 2021 14:26:22 +0000 (UTC)
commit ca4219a607bfcfa619c782fee7bd562b8abc2863
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 use fedora:latest (temporarily) 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 7b8504d..4c8e53d 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]