aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.ubi7
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.ubi7')
-rw-r--r--Dockerfile.ubi710
1 files changed, 7 insertions, 3 deletions
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 <kraxel@redhat.com>" \
- 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"