tests/rpm.bats: use Fedora 27

Update tests/rpm.bats to use Fedora 27.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #342
Approved by: rhatdan
This commit is contained in:
Nalin Dahyabhai 2017-11-30 18:31:36 -05:00 committed by Atomic Bot
parent 1680a5f0a0
commit 2dd03d6741
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ load helpers
fi
# Build a container to use for building the binaries.
image=registry.fedoraproject.org/fedora:26
image=registry.fedoraproject.org/fedora:27
cid=$(buildah --debug=false from --pull --signature-policy ${TESTSDIR}/policy.json $image)
root=$(buildah --debug=false mount $cid)
commit=$(git log --format=%H -n 1)