0

I'm currently working on a spring boot app which communicates with PostgresSQL. Everything is running in a Devcontainer on Docker. Until now, the problem I had was that I was behind a corporate proxy and Docker couldn't download images. To solve that I used another connection to work. But switching all the time is not something I appreciate.

Yesterday I switched to Docker pro and changed proxy settings for docker. Now this part works, when Docker wants to download images, it's ok.

The issue now is that SDK which try to download Maven in my docker file met problem to connect to internet and therefore does not success in downloading Maven.

I guess SDK needs information regarding proxy port or something ? But how can I provide that ?

Here is the error when I try rebuilding Devcontainer enter image description here

Here is my Dockerfile : enter image description here

Frans
  • 1

0 Answers0