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

fix: remove implicit pull of provider images #39

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

maximilianbraun
Copy link
Collaborator

With the last release we've migrated away from calling docker's go lib and started calling the docker binary directly. While migrating we added some code which pulls the packages implicitly.

This can be suboptimal, e.g. if the image is only available to the local executor, thus the setup of the tests will fail.

With this PR the implicit pull is removed.

@maximilianbraun maximilianbraun merged commit 7d6cac0 into main Dec 20, 2023
7 checks passed
@maximilianbraun maximilianbraun deleted the fix/remove-implicit-pull branch December 20, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants