diff --git a/.papr.Dockerfile b/.papr.Dockerfile index b19091e..1b5820e 100644 --- a/.papr.Dockerfile +++ b/.papr.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:26 +FROM registry.fedoraproject.org/fedora:28 # NB: we also install python2 reqs here (which the builddep # does not catch since on F24 we build for py3) so that we diff --git a/.papr.sh b/.papr.sh index 3ae3c46..76fecc8 100755 --- a/.papr.sh +++ b/.papr.sh @@ -43,7 +43,7 @@ if test -z "${INSIDE_CONTAINER:-}"; then --workdir /code \ -e INSIDE_CONTAINER=1 \ -e PYTHON=$PYTHON \ - registry.fedoraproject.org/fedora:27 /code/.papr.sh + registry.fedoraproject.org/fedora:28 /code/.papr.sh # run the testsuite on the host if [ -z ${NO_TEST} ]; then diff --git a/.papr.yml b/.papr.yml index 3c3d6d3..3575e2e 100644 --- a/.papr.yml +++ b/.papr.yml @@ -4,11 +4,11 @@ branches: - try host: - distro: fedora/27/atomic + distro: fedora/28/atomic specs: secondary-disk: 10 -context: fedora/27/atomic +context: fedora/28/atomic required: true @@ -39,11 +39,11 @@ context: centos/7/atomic inherit: true host: - distro: fedora/27/cloud + distro: fedora/28/cloud specs: secondary-disk: 10 -context: fedora/27/cloud +context: fedora/28/cloud # we install atomic to get the runtime reqs but of course, # its files will get overwritten by the containerized build