summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvegeny Vereshchagin <evvers@ya.ru>2018-06-04 06:40:43 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2018-06-05 12:03:18 +0300
commitd5a650d2c30e1ab72752c7d60a0af729fe98b704 (patch)
treeb4d547e2efbfeb2df3060f63db1edf9b6dd62a99 /travis-ci
parent707fe958b72c2bed8d154a38c697e61f9469421c (diff)
downloadsystemd-d5a650d2c30e1ab72752c7d60a0af729fe98b704.tar.gz
travis: use Fedora 27 as a base image
It was confirmed experimentally that Fedora 27 is more suitable for running cov-build than Fedora 28: https://github.com/systemd/systemd/issues/9186#issuecomment-394577877.
Diffstat (limited to 'travis-ci')
-rw-r--r--travis-ci/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/travis-ci/Dockerfile b/travis-ci/Dockerfile
index 9554fcfc21..71dd07afe8 100644
--- a/travis-ci/Dockerfile
+++ b/travis-ci/Dockerfile
@@ -1,8 +1,7 @@
## Create Dockerfile that builds container suitable for systemd build
## This container runs as non-root user by deafult
-# Use the latest stable version of fedora
-FROM fedora:latest
+FROM fedora:27
# Demand the specification of non-root username
ARG DOCKER_USER