summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2020-03-25 11:22:42 +0200
committerPanu Matilainen <pmatilai@redhat.com>2021-03-22 12:12:12 +0200
commit95fe1f79a2cba118a1fffde2b630460abc9c8698 (patch)
tree9342490777b82e68fadbc8e823b316f11ce52543
parent18933f68624a217a1d38f742276617c908f4c794 (diff)
downloadrpm-95fe1f79a2cba118a1fffde2b630460abc9c8698.tar.gz
Hardwire the Fedora version used for CI
CI has been running on latest stable Fedora and rawhide, both of which can and do change outside our control and cause previously working code to stop building overnight due to new compiler versions etc being introduced. This is not a sane situation for mandatory CI, we need to be able to validate the codebase on a given version *before* moving to it. Setting the version in the Dockerfile instead of external scripts ties the codebase and validated versions together as they should. This still leaves us subject to updates breaking stuff, but that's a lesser evil, updates are generally welcome.
-rw-r--r--ci/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
index b1d7cb9af..678723664 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora
+FROM fedora:31
MAINTAINER rpm-maint@lists.rpm.org
WORKDIR /srv/rpm