mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-15 10:18:45 +00:00
fixed LABEL setting in Dockerfiles, requiring quotes
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ FROM eclipse-temurin:8-jdk
|
|||||||
#FROM sapjvm8:8.1.102
|
#FROM sapjvm8:8.1.102
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
LABEL maintainer=axel.uhl@sap.com
|
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
|
# Download and extract the release
|
||||||
WORKDIR /home/sailing/servers/server
|
WORKDIR /home/sailing/servers/server
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ FROM sapmachine:11.0.17
|
|||||||
# obtain the tar.gz file for a specific or the latest "main" release.
|
# obtain the tar.gz file for a specific or the latest "main" release.
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
LABEL maintainer=axel.uhl@sap.com
|
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
|
# Download and extract the release
|
||||||
WORKDIR /home/sailing/servers/server
|
WORKDIR /home/sailing/servers/server
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ FROM sapmachine:17.0.11
|
|||||||
# obtain the tar.gz file for a specific or the latest "main" release.
|
# obtain the tar.gz file for a specific or the latest "main" release.
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
LABEL maintainer=axel.uhl@sap.com
|
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
|
# Download and extract the release
|
||||||
WORKDIR /home/sailing/servers/server
|
WORKDIR /home/sailing/servers/server
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|||||||
Reference in New Issue
Block a user