Skip to content

Commit

Permalink
Dockerfile: Bump to f31
Browse files Browse the repository at this point in the history
We should match coreos/fedora-coreos-config#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.
  • Loading branch information
cgwalters authored and jlebon committed Nov 15, 2019
1 parent fb926a9 commit 225b113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
@@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 225b113

Please sign in to comment.