We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f619d5a commit bb3ce87Copy full SHA for bb3ce87
1 file changed
basyx.submodelservice/basyx.submodelservice.component/Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Download the AAS4J dependency
2
-FROM maven:3.9-eclipse-temurin-17 AS maven-downloader
+FROM --platform=$BUILDPLATFORM maven:3.9-eclipse-temurin-17 AS maven-downloader
3
ARG AAS4J_VERSION=1.0.4
4
WORKDIR /download
5
RUN mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.6.0:get \
@@ -30,4 +30,4 @@ EXPOSE ${SERVER_PORT}
30
HEALTHCHECK --interval=10s --timeout=3s --retries=10 --start-period=5s \
31
CMD curl --fail http://localhost:${SERVER_PORT}${SERVER_SERVLET_CONTEXT_PATH%/}/actuator/health || exit 1
32
33
-ENTRYPOINT ["java", "-jar", "basyxExecutable.jar"]
+ENTRYPOINT ["java", "-jar", "basyxExecutable.jar"]
0 commit comments