From 77959867d3f0a23af9d35bfbf64394f5dbad4fad Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 16 Sep 2019 21:38:47 +0200 Subject: tweak descriptions --- Dockerfile.centos7 | 10 +++++++--- Dockerfile.ubi7 | 10 +++++++--- Dockerfile.ubi8 | 10 +++++++--- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/Dockerfile.centos7 b/Dockerfile.centos7 index 921ee9f..9856341 100644 --- a/Dockerfile.centos7 +++ b/Dockerfile.centos7 @@ -2,11 +2,15 @@ FROM centos/httpd-24-centos7 ENV RH_RUBY_VERSION="25" \ - JEKYLL_VERSION="3.8.5" + JEKYLL_VERSION="3.8.5" \ + SUMMARY="Jekyll ${JEKYLL_VERSION}" \ + DESCRIPTION="Platform for building static jekyll sites (centos7)" LABEL maintainer="Gerd Hoffmann " \ - io.k8s.description="Platform for building static jekyll sites" \ - io.k8s.display-name="Jekyll ${JEKYLL_VERSION}" \ + summary="${SUMMARY}" \ + description="${DESCRIPTION}" \ + io.k8s.display-name="${SUMMARY}" \ + io.k8s.description="${DESCRIPTION}" \ io.openshift.expose-services="8080:http" \ io.openshift.tags="jekyll,static" diff --git a/Dockerfile.ubi7 b/Dockerfile.ubi7 index 4a670c1..e517c14 100644 --- a/Dockerfile.ubi7 +++ b/Dockerfile.ubi7 @@ -2,11 +2,15 @@ FROM rhscl/httpd-24-rhel7 ENV RH_RUBY_VERSION="25" \ - JEKYLL_VERSION="3.8.5" + JEKYLL_VERSION="3.8.5" \ + SUMMARY="Jekyll ${JEKYLL_VERSION}" \ + DESCRIPTION="Platform for building static jekyll sites (ubi7)" LABEL maintainer="Gerd Hoffmann " \ - io.k8s.description="Platform for building static jekyll sites" \ - io.k8s.display-name="Jekyll ${JEKYLL_VERSION}" \ + summary="${SUMMARY}" \ + description="${DESCRIPTION}" \ + io.k8s.display-name="${SUMMARY}" \ + io.k8s.description="${DESCRIPTION}" \ io.openshift.expose-services="8080:http" \ io.openshift.tags="jekyll,static" diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 69d1947..be07d3a 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -2,11 +2,15 @@ FROM registry.access.redhat.com/ubi8/ruby-25 ENV RH_RUBY_VERSION="25" \ - JEKYLL_VERSION="3.8.5" + JEKYLL_VERSION="3.8.5" \ + SUMMARY="Jekyll ${JEKYLL_VERSION}" \ + DESCRIPTION="Platform for building static jekyll sites (ubi8)" LABEL maintainer="Gerd Hoffmann " \ - io.k8s.description="Platform for building static jekyll sites" \ - io.k8s.display-name="Jekyll ${JEKYLL_VERSION}" \ + summary="${SUMMARY}" \ + description="${DESCRIPTION}" \ + io.k8s.display-name="${SUMMARY}" \ + io.k8s.description="${DESCRIPTION}" \ io.openshift.expose-services="8080:http" \ io.openshift.tags="jekyll,static" -- cgit