Open kosio197 opened 5 years ago
Thanks for the bug report, but I really have no idea what causes this. The sample project you posted works fine for me.
Also, at d-m-p is a pure Java-based implementation, I'm pretty sure that d-m-p is not the root cause but triggers a bug elsewhere (e.g. the JVM). Unfortunately, a full crash dump analysis of the memory dump is out of scope of what I'm able to support.
Description
When I'm using maven docker plugin I have the following fail:
During trying to simplify the use case I tried with this project and the result is the same: "https://github.com/jirkapinkas/spring-boot-postgresql-docker-compose"
I'm able to start postgres container from the command line using: docker run -d -p6432:5432 --name test_doc -e POSTGRES_PASSWORD=test_pass -e POSTGRES_USER=test_user -e POSTGRES_DB=test_db postgres
Info
mvn -v
) :