diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 12:01:30 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 12:01:30 +0100 |
commit | 1cb8d359867997047ac2b71c0261dc4664eb07f9 (patch) | |
tree | f880f038694dc55d2d4548a460041600f9ad412a /Dockerfile | |
parent | a2089d0255d24742c6611fcdf269dc0bdb3093b2 (diff) | |
download | s2i-virtio-spec-1cb8d359867997047ac2b71c0261dc4664eb07f9.tar.gz |
add file://
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ io.k8s.description="${DESCRIPTION}" \ io.openshift.expose-services="8080:http" \ io.openshift.tags="virtio" \ - io.openshift.s2i.scripts-url="/usr/libexec/s2i" + io.openshift.s2i.scripts-url="file:///usr/libexec/s2i" USER root |