Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java pipeline add posibility to share meven repository between docker images #593

Open
david-jezek opened this issue Feb 3, 2025 · 0 comments
Labels
docker Docker related stuff java Related mostly to Java pipeline

Comments

@david-jezek
Copy link
Contributor

Each run of new docker instance of java pipeline image create new own maven repository (.m2), which cause long startup time and long console output, which is unclear.
Use docker mount point to add shared disk space to speed up maven builds and get shorter output logs. There is possible risk to get local m2 repo to unclear state. So add possibility for teacher to clear (erase/delete) all files in maven local shared repository.

@geordi geordi added docker Docker related stuff java Related mostly to Java pipeline labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Docker related stuff java Related mostly to Java pipeline
Projects
None yet
Development

No branches or pull requests

2 participants