thiagoelg opened a new pull request, #2574:
URL: https://github.com/apache/incubator-kie-tools/pull/2574

   This PR refactors the build process of the 
`serverless-logic-web-tools-swf-dev-mode-image` package to use our 
`image-builder` and `maven-m2-repo-via-http-image` tools.
   
   With this change, the local m2 repository is served via a Docker container 
inside the same Docker network as the builder container, making it possible to 
fetch all locally built dependencies to Maven during build/install.
   
   The dev-mode image now runs in offline mode, as the m2-repo container is 
unavailable during runtime. Still, all dependencies should already be available 
inside the container's filesystem (in /home/kogito/.m2/repository).
   
   The `--ulimit nofile=5000:5000` flags from the Docker build command were 
removed as `image-builder` doesn't support passing flags to the Docker CLI for 
now. If the CI breaks, we can implement it.


-- 
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]

Reply via email to