Dockerfile: Fix the build on Fedora OpenShift Build Service

... by removing the docker:// scheme prefix.

https://bugzilla.redhat.com/show_bug.cgi?id=1628914
This commit is contained in:
Debarshi Ray 2018-09-24 17:08:44 +02:00
parent 68a19bcfd7
commit 31a3469fa9

View file

@ -1,4 +1,4 @@
FROM docker://registry.fedoraproject.org/fedora:28 FROM registry.fedoraproject.org/fedora:28
ENV NAME=fedora-toolbox VERSION=28 ENV NAME=fedora-toolbox VERSION=28
LABEL com.redhat.component="$NAME" \ LABEL com.redhat.component="$NAME" \