From 746ff4f6769d613458bd1bfc29dd31fcdfaff34d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 15 Mar 2018 14:40:19 +0000 Subject: [PATCH] "Bump RELEASE for automatic rebuild" --- Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index c85a72f..02732f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,6 @@ FROM registry.fedoraproject.org/fedora:26 -ENV SUMMARY="Base image which allows using of source-to-image." \ - DESCRIPTION="The s2i-core image provides any images layered on top of it \ -with all the tools needed to use source-to-image functionality while keeping \ -the image size as small as possible." \ - NAME=s2i-core \ - VERSION=0 \ - RELEASE=3 \ - ARCH=x86_64 +ENV SUMMARY='Base image which allows using of source-to-image.' DESCRIPTION='The s2i-core image provides any images layered on top of it with all the tools needed to use source-to-image functionality while keeping the image size as small as possible.' NAME=s2i-core VERSION=0 RELEASE=4 ARCH=x86_64 LABEL summary="$SUMMARY" \ description="$DESCRIPTION" \