forked from GoogleContainerTools/skaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add --load flag for local buildkit (GoogleContainerTools#9387)
* fix: add --load flag for local buildkit Adds the --load flag when building images using buildkit, and not pushing to a remote registry. This is required, to get them loaded into the local docker context. * test: add test for BuildKit --load flag Adds testing to ensure that the --load flag is applied correctly.
- Loading branch information
1 parent
f69774e
commit a2f4043
Showing
2 changed files
with
42 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters