diff --git a/docker/Dockerfile b/docker/Dockerfile index fecccfee213..c7840bcc5cf 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ FROM eclipse-temurin:8-jdk #FROM sapjvm8:8.1.102 ARG RELEASE LABEL maintainer=axel.uhl@sap.com -LABEL org.opencontainers.image.description=Sailing Analytics with Java 8 +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 63364c92a3a..f9e4bf86665 100644 --- a/docker/Dockerfile_sapsailing_on_sapmachine11 +++ b/docker/Dockerfile_sapsailing_on_sapmachine11 @@ -5,7 +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 +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 c9fc39ef151..221b8956cea 100644 --- a/docker/Dockerfile_sapsailing_on_sapmachine17 +++ b/docker/Dockerfile_sapsailing_on_sapmachine17 @@ -5,7 +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 +LABEL org.opencontainers.image.description="Sailing Analytics with Java 17" # Download and extract the release WORKDIR /home/sailing/servers/server RUN apt-get update \