From fbcbfc691e5a464852ffeb99eca83f193e5620ec Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 1 Mar 2018 17:27:13 +0000 Subject: [PATCH] "Bump RELEASE for automatic rebuild" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 478cd8a..fbcf935 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # This image is the base image for all OpenShift v3 language Docker images. FROM registry.fedoraproject.org/f27/s2i-core -ENV SUMMARY='Base image with essential libraries and tools used as a base for builder images like perl, python, ruby, etc.' DESCRIPTION='The s2i-base image, being built upon s2i-core, provides any images layered on top of it with all the tools needed to use source-to-image functionality. Additionally, s2i-base also contains various libraries needed for it to serve as a base for other builder images, like s2i-python or s2i-ruby.' NAME=s2i-base VERSION=1 RELEASE=11 ARCH=x86_64 +ENV SUMMARY='Base image with essential libraries and tools used as a base for builder images like perl, python, ruby, etc.' DESCRIPTION='The s2i-base image, being built upon s2i-core, provides any images layered on top of it with all the tools needed to use source-to-image functionality. Additionally, s2i-base also contains various libraries needed for it to serve as a base for other builder images, like s2i-python or s2i-ruby.' NAME=s2i-base VERSION=1 RELEASE=12 ARCH=x86_64 LABEL summary="$SUMMARY" \ description="$DESCRIPTION" \