[CI:DOC]Use full repo name in podmanimage Dockerfiles

In the Buildah images, we had a problem where the testing image
was installed with an older version of Buildah than the stable
image.  This was apparently due to quay.io using Docker and Dockerhub
which has a version of Fedora that did not let testing
version of Buildah to be installed as it should have been.

This change fully specifies the name of the fedora image to
use.  This has not been a problem in Podman, but I'm carrying
this change here to avoid future problems.

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
TomSweeneyRedHat
2020-05-01 17:54:30 -04:00
parent 0fd8242f91
commit 36d36ec2a4
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
# This image can be used to create a secured container
# that runs safely with privileges within the container.
#
FROM fedora:latest
FROM registry.fedoraproject.org/fedora:latest
# Don't include container-selinux and remove
# directories used by yum that are just taking