Skip to content

Resolve Issues with alpine docker and gradle config#25

Open
jrhoward wants to merge 2 commits into
spring-cloud-samples:mainfrom
jrhoward:main
Open

Resolve Issues with alpine docker and gradle config#25
jrhoward wants to merge 2 commits into
spring-cloud-samples:mainfrom
jrhoward:main

Conversation

@jrhoward

@jrhoward jrhoward commented Nov 6, 2021

Copy link
Copy Markdown

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
Copy Markdown
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