aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 10:54:40 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 10:54:40 +0100
commita2089d0255d24742c6611fcdf269dc0bdb3093b2 (patch)
treeb601d4da877466669378bfe504b770e3307fe99b /Dockerfile
parentf88ee545c264c2c0c6021086303651ee0966b43e (diff)
downloads2i-virtio-spec-a2089d0255d24742c6611fcdf269dc0bdb3093b2.tar.gz
add s2i script uri
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5603ee8..1a80d1e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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