summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-12-05 11:30:07 +0100
committerBenjamin Berg <bberg@redhat.com>2019-12-05 11:30:07 +0100
commit3181c4e2f754d8fd8608d2c5cb2209a54354bffe (patch)
treed1b4a86879bd634bd3b8b46a9927436a15c67012
parent404d4537e0e06c748505a0e5243f737ac9f08d81 (diff)
downloadgnome-settings-daemon-benzea/use-f31-for-image.tar.gz
ci: Use F31 for new gnome-desktop3 APIbenzea/use-f31-for-image
gnome-desktop3 has added new API that we need in gnome-settings-daemon. This API is not yet in an unstable release though, which means that we can safely build against F31 while building against rawhide will not work as of now. Switch to F31, this should not cause any further issues.
-rw-r--r--build-aux/ci/Dockerfile.arm64v8.fedora.rawhide2
-rw-r--r--build-aux/ci/Dockerfile.fedora.rawhide2
-rw-r--r--build-aux/ci/Dockerfile.ppc64le.fedora.rawhide2
3 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/ci/Dockerfile.arm64v8.fedora.rawhide b/build-aux/ci/Dockerfile.arm64v8.fedora.rawhide
index 7f57d466..39a6e4d6 100644
--- a/build-aux/ci/Dockerfile.arm64v8.fedora.rawhide
+++ b/build-aux/ci/Dockerfile.arm64v8.fedora.rawhide
@@ -1,4 +1,4 @@
-FROM arm64v8/fedora:rawhide
+FROM arm64v8/fedora:f31
MAINTAINER Claudio André (c) 2018 V1.0
LABEL architecture="aarch64"
diff --git a/build-aux/ci/Dockerfile.fedora.rawhide b/build-aux/ci/Dockerfile.fedora.rawhide
index 6391604f..10be22c4 100644
--- a/build-aux/ci/Dockerfile.fedora.rawhide
+++ b/build-aux/ci/Dockerfile.fedora.rawhide
@@ -1,4 +1,4 @@
-FROM fedora:rawhide
+FROM fedora:f31
MAINTAINER Claudio André (c) 2018 V1.0
LABEL architecture="x86_64"
diff --git a/build-aux/ci/Dockerfile.ppc64le.fedora.rawhide b/build-aux/ci/Dockerfile.ppc64le.fedora.rawhide
index 206d2905..38f24914 100644
--- a/build-aux/ci/Dockerfile.ppc64le.fedora.rawhide
+++ b/build-aux/ci/Dockerfile.ppc64le.fedora.rawhide
@@ -1,4 +1,4 @@
-FROM ppc64le/fedora:rawhide
+FROM ppc64le/fedora:f31
MAINTAINER Claudio André (c) 2018 V1.0
LABEL architecture="ppc64le"