From 9dcadb30b978ee804d867f2743a705da4d401be2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 22 Oct 2019 19:55:52 +0000 Subject: [PATCH] Dockerfile: Bump to f31 We should match https://github.com/coreos/fedora-coreos-config/pull/200 on general principle, but also specifically because we now also have a buildroot container that derives from this, and we want to support people building content in that buildroot that targets the host. --- .cci.jenkinsfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index aa52e60ab6..eb27e36058 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -1,6 +1,6 @@ @Library('github.com/coreos/coreos-ci-lib@master') _ -coreos.pod([image: 'registry.fedoraproject.org/fedora:30', runAsUser: 0, kvm: true, memory: "9Gi"]) { +coreos.pod([image: 'registry.fedoraproject.org/fedora:31', runAsUser: 0, kvm: true, memory: "9Gi"]) { checkout scm stage("Build") { diff --git a/Dockerfile b/Dockerfile index bba9343c5c..e153f56189 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:30 +FROM registry.fedoraproject.org/fedora:31 WORKDIR /root/containerbuild # We split into multiple steps here so that local dev workflows which involve