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:
parent
68a19bcfd7
commit
31a3469fa9
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||||
|
|
Loading…
Reference in a new issue