You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally if I want effectively an empty context I just do something like docker build -< path/to/file.
However, this does not work with buildx's debugging commands since it requires stdin to be available for interaction.
It would be nice if you can signal to buildx to not send a default context.