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