-
Notifications
You must be signed in to change notification settings - Fork 503
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
Create buildx image #656
Create buildx image #656
Conversation
b561b58
to
709a68d
Compare
As this is not a runnable image it might lead to even more confusion. Maybe if it was under a different name that makes it more clear. But logically it should just be inside the docker image(or image that contains both). |
Agree, changed to
I think we can start with a dedicated non-runnable buildx image for now and could be included later in the official docker image using |
SGTM |
SGTM as buildx can be used standalone. I agree with @tonistiigi that we should have everything in the |
This comment has been minimized.
This comment has been minimized.
Agreed |
Cant we do something like I did here? https://hub.docker.com/r/maniator/dind-buildx |
@chris-crone has created the secrets. SGTM to merge. |
Signed-off-by: CrazyMax <[email protected]>
I'm starting to change my mind about this one. It might be kind of useful to have it for working with remote instances or testing out various versions with Would be cool if That doesn't change that buildx should be included in docker image. |
Fixes #647
Could be used like this:
e.g. https://hub.docker.com/r/crazymax/buildx/tags?page=1&ordering=last_updated
cc @chris-crone
Signed-off-by: CrazyMax [email protected]