-
Notifications
You must be signed in to change notification settings - Fork 491
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
[kubernetes] Support --config to mount buildkit.toml and -driver-opt=qemu.install=true,qemu.image=tonistiigi/binfmt:latest for qemu installing #682
Conversation
@@ -1,6 +1,6 @@ | |||
module github.com/docker/buildx | |||
|
|||
go 1.13 | |||
go 1.16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
os.ReadFile
required
33fc205
to
8c1fb43
Compare
Is master branch broken? |
Because of the version change probably. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM 👍
PTAL @AkihiroSuda
@tonistiigi I added docs to fix #516 too. Now sure the docs should be here |
58f184f
to
05d6724
Compare
This PR seems mixing up two different topics. Next time please consider splitting PRs (or splitting commits) . |
b79b9af
to
bf24485
Compare
@AkihiroSuda I removed the doc from this PR. May just put in issues or discussions. I don't know where to put those info. |
docs mv to #685 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have CI, but can be added later
Yes. Could setup k3s for kubernetes.
|
Signed-off-by: Morlay <morlay.null@gmail.com>
This great feature is now merged for quite some time but is not yet included in the latest buildx releases. Is this on purpose? |
fix #603