[nautilus/wip/oholy/encrypted-archives: 2/2] ci: Use fedora:latest instead of rawhide
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/encrypted-archives: 2/2] ci: Use fedora:latest instead of rawhide
- Date: Tue, 10 Aug 2021 08:40:11 +0000 (UTC)
commit c90b8c263e66e040c49bcd0d40111808f6b20c2c
Author: Ondrej Holy <oholy redhat com>
Date: Tue Aug 10 10:23:36 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 c6eddf810..22d0dae5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ nightly:
dependencies:
- 'flatpak devel'
-fedora rawhide:
+fedora latest:
image:
name: registry.gitlab.gnome.org/gnome/nautilus:latest
entrypoint: ["/bin/sh", "-c"]
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index 8c05e2635..69cd3414f 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 findutils git libportal-devel tracker3-miners python3-gobject
dbus-daemon libhandy1-devel \
&& dnf builddep --nogpg -y nautilus \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]