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
The docker job runner code is currently using a full docker daemon to run container dependencies. This creates a side effect of having to run an actual extra container (dind in most cases). We should rewrite the docker job dependency code to use a container runner that does not need a daemon (eg podman).
The docker job runner code is currently using a full docker daemon to run container dependencies. This creates a side effect of having to run an actual extra container (dind in most cases). We should rewrite the docker job dependency code to use a container runner that does not need a daemon (eg podman).
Originally posted by @aarontp in #1349 (review)
The text was updated successfully, but these errors were encountered: