diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-03 14:24:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-03 14:24:41 +0200 |
commit | 7b941462d42aa76b134462ff92a6823359d2cf76 (patch) | |
tree | c6e4fff66510b00907c401ed43a274e37cf99c4e /contrib/podmanimage/stable/manual/Containerfile | |
parent | 0fd8242f9100806fed4e2abfcae7ea3409050539 (diff) | |
parent | 36d36ec2a4b9ea3db00324b3c661ae1294e5611d (diff) | |
download | podman-7b941462d42aa76b134462ff92a6823359d2cf76.tar.gz podman-7b941462d42aa76b134462ff92a6823359d2cf76.tar.bz2 podman-7b941462d42aa76b134462ff92a6823359d2cf76.zip |
Merge pull request #6066 from TomSweeneyRedHat/dev/tsweeney/fixquayio
[CI:DOC]Use full repo name in podmanimage Dockerfiles
Diffstat (limited to 'contrib/podmanimage/stable/manual/Containerfile')
-rw-r--r-- | contrib/podmanimage/stable/manual/Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/podmanimage/stable/manual/Containerfile b/contrib/podmanimage/stable/manual/Containerfile index 4375ea4f4..79ff95956 100644 --- a/contrib/podmanimage/stable/manual/Containerfile +++ b/contrib/podmanimage/stable/manual/Containerfile @@ -17,7 +17,7 @@ # `podman push quay.io/stable:v1.7.0 docker://quay.io/podman/stable:v1.7.0` # # Start Build Process using the latest Fedora -FROM fedora:latest +FROM registry.fedoraproject.org/fedora:latest # Don't include container-selinux and remove # directories used by dnf that are just taking |