fixed LABEL setting in Dockerfiles, requiring quotes

This commit is contained in:
Axel Uhl
2024-12-05 14:25:06 +01:00
parent a22a55c0fe
commit da52b1b3b0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 \