fantonangeli opened a new pull request, #3165: URL: https://github.com/apache/incubator-kie-tools/pull/3165
Running `incubator-kie-serverless-logic-web-tools-swf-dev-mode` image there is this error: ``` [fantonan@fantonan-thinkpadp1gen3 serverless-logic-web-tools-swf-dev-mode-image]$ docker run --rm -it --name tmp -p 8080:8080 quay.io/kubesmarts/incubator-kie-serverless-logic-web-tools-swf-dev-mode:main [INFO] Scanning for projects... [INFO] [INFO] --< org.kie.kogito:serverless-logic-web-tools-swf-deployment-quarkus-app >-- [INFO] Building KIE Tools :: Serverless Logic Web Tools :: Deployment Quarkus app 0.0.0 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- quarkus-maven-plugin:3.15.3.1:dev (default-cli) @ serverless-logic-web-tools-swf-deployment-quarkus-app --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.838 s [INFO] Finished at: 2025-05-30T14:22:26Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:3.15.3.1:dev (default-cli) on project serverless-logic-web-tools-swf-deployment-quarkus-app: Detected Maven Version (3.8.5) is not supported, it must be in [3.8.6,). -> [Help 1] ``` This PR changes the MVN version to 3.8.6 but only if you are inside bash: ``` [fantonan@fantonan-thinkpadp1gen3 kogito-base-builder-image]$ docker run --rm -it --name tmp -p 8080:8080 docker.io/apache/incubator-kie-kogito-base-builder:main mvn -v Apache Maven 3.8.5 (Red Hat 3.8.5-6) Maven home: /usr/share/maven Java version: 17.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-17-openjdk-17.0.13.0.11-3.el8.x86_64 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "6.14.6-300.fc42.x86_64", arch: "amd64", family: "unix" [fantonan@fantonan-thinkpadp1gen3 kogito-base-builder-image]$ docker run --rm -it --name tmp -p 8080:8080 docker.io/apache/incubator-kie-kogito-base-builder:main bash [kogito@b8bd367b8608 ~]$ mvn -v Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /home/kogito/.m2/wrapper/dists/apache-maven-3.8.6-bin/67568434/apache-maven-3.8.6 Java version: 17.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-17-openjdk-17.0.13.0.11-3.el8.x86_64 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "6.14.6-300.fc42.x86_64", arch: "amd64", family: "unix" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
