Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace docker code with non-daemon container runner #1383

Open
hacktobeer opened this issue Oct 27, 2023 · 0 comments
Open

Replace docker code with non-daemon container runner #1383

hacktobeer opened this issue Oct 27, 2023 · 0 comments

Comments

@hacktobeer
Copy link
Collaborator

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants