-
Notifications
You must be signed in to change notification settings - Fork 200
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
[BUG] docker build failure #329
Comments
@manojmukkamala quick test on local with latest code show it is working for my machine. May need more info to debug this. |
oh! let me try pruning by docker build cache. |
I apologize, this was an issue on my side. clearing docker build cache and starting from scratch fixed it. Thanks for looking into it though. Btw, it would be cool if there is a hosted docker image for polaris so we don't have to deal with building stuff locally. |
@manojmukkamala I totally agree with you! Can we close this issue and continue in #152? |
sure! |
Is this a possible security vulnerability?
Describe the bug
Running a fresh docker build based off of main branch:
docker build . -t polaris:v20240930 --build-arg ECLIPSELINK=true --build-arg ECLIPSELINK_DEPS=org.postgresql:postgresql:42.7.4
I tried removing the build args but same fate.
Error trace:
To Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response
The text was updated successfully, but these errors were encountered: