Unable to use Proxy in act - Containers #1570
Replies: 1 comment
-
|
For me on mac this is working: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!,
I'm trying to run a local test actions on my VM using nektos/act and I'm facing issues in reaching internet especially
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/InRelease Could not resolve 'archive.ubuntu.comthrough my Proxy configured on my Ubuntu VM. The docker containers spin from act is unable to inject the Proxy Env's which I defined in~/.docker/config.jsonbut this works well when creating containers using docker cliHTTPS_PROXY=http://localhost:3128 HTTP_PROXY=http://localhost:3128-- also tried with VM IPTried with
act -j deploy --env HTTP_PROXY=http://localhost:3128/ --env HTTPS_PROXY=http://localhost:3128/- no luck !Beta Was this translation helpful? Give feedback.
All reactions