From 09c9405ec71868fcb571d64dca20cd0bb0f238e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Skalick=C3=BD?= Date: Mon, 5 Nov 2018 19:08:52 +0000 Subject: [PATCH] Pull changes from upstream repository. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0852fc8..920e9f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ running Varnish server or building Varnish-based application. \ Varnish Cache stores web pages in memory so web servers don't have to create \ the same web page over and over again. Varnish Cache serves pages much faster \ than any application server; giving the website a significant speed up." \ - VERSION=0 RELEASE=1 \ + VERSION=0 \ VARNISH_CONFIGURATION_PATH=/etc/varnish LABEL summary="$SUMMARY" \ @@ -19,8 +19,8 @@ LABEL summary="$SUMMARY" \ io.openshift.expose-services="8080:http,8443:https" \ io.openshift.tags="builder,varnish" \ version="$VERSION" \ - release="$RELEASE.$DISTTAG" \ - usage="Invoke this container directly to get more info on how it should be used." \ + com.redhat.component="varnish" \ + usage="s2i build https://github.com/sclorg/varnish-container.git --context-dir=5/test/test-app/ $FGC/varnish sample-server" \ name="$FGC/varnish" \ maintainer="SoftwareCollections.org "