diff --git a/archetypes/helidon/src/main/archetype/common/files/Dockerfile.jlink.mustache b/archetypes/helidon/src/main/archetype/common/files/Dockerfile.jlink.mustache index e70775fd065..df76d3b74d7 100644 --- a/archetypes/helidon/src/main/archetype/common/files/Dockerfile.jlink.mustache +++ b/archetypes/helidon/src/main/archetype/common/files/Dockerfile.jlink.mustache @@ -13,7 +13,7 @@ RUN mvn package -Dmaven.test.skip -Declipselink.weave.skip # Do the Maven build to create the custom Java Runtime Image # Incremental docker builds will resume here when you change sources ADD src src -RUN mvn -Ddocker.build=true package -Pjlink-image -DskipTests +RUN mvn package -Pjlink-image -DskipTests RUN echo "done!" # 2nd stage, build the final image with the JRI built in the 1st stage diff --git a/examples/integrations/neo4j/neo4j-mp/Dockerfile.jlink b/examples/integrations/neo4j/neo4j-mp/Dockerfile.jlink index 946eb4073f6..b011b1ebb35 100644 --- a/examples/integrations/neo4j/neo4j-mp/Dockerfile.jlink +++ b/examples/integrations/neo4j/neo4j-mp/Dockerfile.jlink @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Oracle and/or its affiliates. +# Copyright (c) 2021, 2022 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ RUN mvn package -Dmaven.test.skip -Declipselink.weave.skip # Do the Maven build to create the custom Java Runtime Image # Incremental docker builds will resume here when you change sources ADD src src -RUN mvn -Ddocker.build=true package -Pjlink-image -DskipTests +RUN mvn package -Pjlink-image -DskipTests RUN echo "done!" # 2nd stage, build the final image with the JRI built in the 1st stage diff --git a/examples/integrations/neo4j/neo4j-se/Dockerfile.jlink b/examples/integrations/neo4j/neo4j-se/Dockerfile.jlink index cad390da664..f0f92e3ac3b 100644 --- a/examples/integrations/neo4j/neo4j-se/Dockerfile.jlink +++ b/examples/integrations/neo4j/neo4j-se/Dockerfile.jlink @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Oracle and/or its affiliates. +# Copyright (c) 2021, 2022 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ RUN mvn package -Dmaven.test.skip -Declipselink.weave.skip # Do the Maven build to create the custom Java Runtime Image # Incremental docker builds will resume here when you change sources ADD src src -RUN mvn -Ddocker.build=true package -Pjlink-image -DskipTests +RUN mvn package -Pjlink-image -DskipTests RUN echo "done!" # 2nd stage, build the final image with the JRI built in the 1st stage diff --git a/examples/quickstarts/helidon-quickstart-mp/Dockerfile.jlink b/examples/quickstarts/helidon-quickstart-mp/Dockerfile.jlink index 4648aed01dd..1f0bc842fdc 100644 --- a/examples/quickstarts/helidon-quickstart-mp/Dockerfile.jlink +++ b/examples/quickstarts/helidon-quickstart-mp/Dockerfile.jlink @@ -28,7 +28,7 @@ RUN mvn package -Dmaven.test.skip -Declipselink.weave.skip # Do the Maven build to create the custom Java Runtime Image # Incremental docker builds will resume here when you change sources ADD src src -RUN mvn -Ddocker.build=true package -Pjlink-image -DskipTests +RUN mvn package -Pjlink-image -DskipTests RUN echo "done!" # 2nd stage, build the final image with the JRI built in the 1st stage diff --git a/examples/quickstarts/helidon-quickstart-se/Dockerfile.jlink b/examples/quickstarts/helidon-quickstart-se/Dockerfile.jlink index ffbea87cbd1..3578beaf34a 100644 --- a/examples/quickstarts/helidon-quickstart-se/Dockerfile.jlink +++ b/examples/quickstarts/helidon-quickstart-se/Dockerfile.jlink @@ -28,7 +28,7 @@ RUN mvn package -Dmaven.test.skip -Declipselink.weave.skip # Do the Maven build to create the custom Java Runtime Image # Incremental docker builds will resume here when you change sources ADD src src -RUN mvn -Ddocker.build=true package -Pjlink-image -DskipTests +RUN mvn package -Pjlink-image -DskipTests RUN echo "done!" # 2nd stage, build the final image with the JRI built in the 1st stage diff --git a/examples/quickstarts/helidon-standalone-quickstart-mp/Dockerfile.jlink b/examples/quickstarts/helidon-standalone-quickstart-mp/Dockerfile.jlink index 4648aed01dd..1f0bc842fdc 100644 --- a/examples/quickstarts/helidon-standalone-quickstart-mp/Dockerfile.jlink +++ b/examples/quickstarts/helidon-standalone-quickstart-mp/Dockerfile.jlink @@ -28,7 +28,7 @@ RUN mvn package -Dmaven.test.skip -Declipselink.weave.skip # Do the Maven build to create the custom Java Runtime Image # Incremental docker builds will resume here when you change sources ADD src src -RUN mvn -Ddocker.build=true package -Pjlink-image -DskipTests +RUN mvn package -Pjlink-image -DskipTests RUN echo "done!" # 2nd stage, build the final image with the JRI built in the 1st stage diff --git a/examples/quickstarts/helidon-standalone-quickstart-se/Dockerfile.jlink b/examples/quickstarts/helidon-standalone-quickstart-se/Dockerfile.jlink index ffbea87cbd1..3578beaf34a 100644 --- a/examples/quickstarts/helidon-standalone-quickstart-se/Dockerfile.jlink +++ b/examples/quickstarts/helidon-standalone-quickstart-se/Dockerfile.jlink @@ -28,7 +28,7 @@ RUN mvn package -Dmaven.test.skip -Declipselink.weave.skip # Do the Maven build to create the custom Java Runtime Image # Incremental docker builds will resume here when you change sources ADD src src -RUN mvn -Ddocker.build=true package -Pjlink-image -DskipTests +RUN mvn package -Pjlink-image -DskipTests RUN echo "done!" # 2nd stage, build the final image with the JRI built in the 1st stage