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

feat(src): Enable buildkit when client has support. #387

Merged
merged 11 commits into from
Jun 23, 2022
Merged

Conversation

Junkern
Copy link
Contributor

@Junkern Junkern commented Jun 17, 2022

This is a first basic PR to see if buildkit support works.
The docker client is bundled within the provider, so it should support buildkit out of the box. For security reasons I still implemented a check for the correct version.

This will close #265

In addition to enabling BuildKit support this also updates some of the used docker image to be able to run the tests on ARM64 Macs :)

@Junkern Junkern added this to the v2.17.0 milestone Jun 17, 2022
@Junkern Junkern requested a review from mavogel June 22, 2022 20:33
The used image names in the two subtests must be different.
@Junkern Junkern requested a review from suzuki-shunsuke June 22, 2022 21:38
@suzuki-shunsuke suzuki-shunsuke self-requested a review June 23, 2022 08:17
@Junkern Junkern merged commit dc8757e into master Jun 23, 2022
@Junkern Junkern deleted the buildkit_support branch June 23, 2022 08: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.

Support for BuildKit
2 participants