mdubourg001 / glci

🦊 Test your Gitlab CI Pipelines changes locally using Docker.
571 stars 16 forks source link

feat: support proxy settings by docker config #44

Closed jc-lab closed 2 years ago

jc-lab commented 3 years ago

Support proxy settings by $DOCKER_CONFIG/config.json

 "proxies":
 {
   "default":
   {
     "httpProxy": "http://...."
   }
 }
}

Added Environment Variables:

jclab-joseph commented 3 years ago

It is me. my account is changed.

mdubourg001 commented 2 years ago

I've solved conflicts locally and pushed your commit on master, so I'm closing this ! Thanks for all the PRs ! 🙌