Hello I am trying to the flink-playground examples. The docker-compose build fails on the mvn clean install command .
I am behind a proxy. To diagnose this I started a container based on the already created image docker run -it --name my-maven-project -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven b92c6af9fde8 /bin/bash Adding packages with apt goes fine I added the proxy names with their ip addresses to /etc/hosts, added the proxies to .m2/settings.xml After that it worked . But why does it not work without manual intervention? Regards Hans-Peter