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