network constraints in docker-in-docker image #3766
-
Hi, I'm trying to run images in arc dind containers and use that base environment for job steps. In other words, I have arc dind deployed. I'm trying to set a container to be used as base for steps within a job like this:
Now, apparently the container gets built and runs just fine. But any steps (even simple ones like
I've tried experimenting with dns values like below:
but no luck so far. Anyone else struggling with this issue? Please any hint regarding this would be really appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to fix the issue following this: |
Beta Was this translation helpful? Give feedback.
I was able to fix the issue following this:
actions/runner#2966 (comment)