Current concept is to spin up docker containers as workers / github runners.
Problem: As soon as the Github Action run inside those runners rely on docker itself: We would have a scenario where a docker container shall be spun up inside a docker container.
We should find a way to either "make it work" -> because we want to be able to scale the runners and also run container based actions.
Current concept is to spin up docker containers as workers / github runners.
Problem: As soon as the Github Action run inside those runners rely on docker itself: We would have a scenario where a docker container shall be spun up inside a docker container.
We should find a way to either "make it work" -> because we want to be able to scale the runners and also run container based actions.