You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am slightly confused as to the usage of github-runner with docker compose.
I have a custom image for CI. If I specify this image in my workflow and select a self-host with github-runner image running, github actions complains with :
##[error]Container feature is not supported when runner is already running inside container.
I was wondering if this is the use case for docker compose, i.e. allow the github-runner service to use another base image. It might be, but I don't know how to use it. Can you provide further information if this is the use case for docker compose? Thanks.
The text was updated successfully, but these errors were encountered:
By using a GitHub Runner in Docker, you can't use some features of GitHub Actions. For instance, you can't use the container feature in your workflows. This issue is being tracked in actions/runner#406.
This isn't something really related to docker-compose, as compose is more like a shortcut to start the runner.
Hi,
I am slightly confused as to the usage of github-runner with docker compose.
I have a custom image for CI. If I specify this image in my workflow and select a self-host with github-runner image running, github actions complains with :
https://github.com/pmatos/actions-test/runs/853195338?check_suite_focus=true#step:2:1
I was wondering if this is the use case for docker compose, i.e. allow the github-runner service to use another base image. It might be, but I don't know how to use it. Can you provide further information if this is the use case for docker compose? Thanks.
The text was updated successfully, but these errors were encountered: