From 54d79f6f2639adee450e5d94fb1612319b369782 Mon Sep 17 00:00:00 2001 From: Axel Uhl Date: Fri, 24 May 2024 14:37:20 +0200 Subject: [PATCH] added LABEL to dockerfiles --- docker/Dockerfile | 1 + docker/Dockerfile_sapsailing_on_sapmachine11 | 1 + docker/Dockerfile_sapsailing_on_sapmachine17 | 1 + 3 files changed, 3 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3157f2b459a..9087d56d673 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,6 +7,7 @@ FROM eclipse-temurin:8-jdk #FROM sapjvm8:8.1.098 ARG RELEASE LABEL maintainer=axel.uhl@sap.com +LABEL org.opencontainers.image.description Sailing Analytics with Java 8 # Download and extract the release WORKDIR /home/sailing/servers/server RUN apt-get update \ diff --git a/docker/Dockerfile_sapsailing_on_sapmachine11 b/docker/Dockerfile_sapsailing_on_sapmachine11 index 32fe2ed64b8..33e93a7756f 100644 --- a/docker/Dockerfile_sapsailing_on_sapmachine11 +++ b/docker/Dockerfile_sapsailing_on_sapmachine11 @@ -5,6 +5,7 @@ FROM sapmachine:11.0.17 # obtain the tar.gz file for a specific or the latest "main" release. ARG RELEASE LABEL maintainer=axel.uhl@sap.com +LABEL org.opencontainers.image.description Sailing Analytics with Java 11 # Download and extract the release WORKDIR /home/sailing/servers/server RUN apt-get update \ diff --git a/docker/Dockerfile_sapsailing_on_sapmachine17 b/docker/Dockerfile_sapsailing_on_sapmachine17 index a3aace8ae85..bca49ad3fda 100644 --- a/docker/Dockerfile_sapsailing_on_sapmachine17 +++ b/docker/Dockerfile_sapsailing_on_sapmachine17 @@ -5,6 +5,7 @@ FROM sapmachine:17.0.11 # obtain the tar.gz file for a specific or the latest "main" release. ARG RELEASE LABEL maintainer=axel.uhl@sap.com +LABEL org.opencontainers.image.description Sailing Analytics with Java 17 # Download and extract the release WORKDIR /home/sailing/servers/server RUN apt-get update \