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

Resolve Issues with alpine docker and gradle config #25

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jrhoward
Copy link

@jrhoward jrhoward commented Nov 6, 2021

The embedded mongodb fails to be extracted correctly on alpine at container start up when deployed to k8s 1.21.
There were a few issues in general on the web around embedded mongodb and alpine.
I changed to the standard jdk image and it worked fine.

gradle config for docker task does not resolve the Dockerfile path correctly. I set it to use the project root as the starting path rather than ..

fix: does not work with alpine anymore
fix: relative path syntax broken, change to use project.file as the base to resolve Dockerfile path
@jrhoward jrhoward changed the title Resolve Issues Resolve Issues with alpine docker and gradle config Nov 6, 2021
@jrhoward
Copy link
Author

I guess this project is dead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant