1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

papr.sh: use Fedora 28

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1244
Approved by: rhatdan
This commit is contained in:
Giuseppe Scrivano
2018-06-27 10:52:39 +02:00
committed by Atomic Bot
parent c209b79543
commit 88d476b1f0
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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