We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f55ba3 commit 68c2db5Copy full SHA for 68c2db5
2 files changed
ice-rest-catalog/Dockerfile
@@ -19,7 +19,7 @@ ARG VERSION
19
COPY . .
20
21
RUN ./mvnw -am -pl ice-rest-catalog versions:set -DnewVersion=${VERSION}
22
-RUN ./mvnw -pl ice-rest-catalog clean package -Dmaven.test.skip=true
+RUN ./mvnw -Pno-check -pl ice-rest-catalog clean package -Dmaven.test.skip=true
23
24
FROM gcr.io/distroless/java21-debian12:${BASE_IMAGE_TAG}
25
ice/Dockerfile
RUN ./mvnw -am -pl ice versions:set -DnewVersion=${VERSION}
-RUN ./mvnw -pl ice clean package -Dmaven.test.skip=true
+RUN ./mvnw -Pno-check -pl ice clean package -Dmaven.test.skip=true
0 commit comments