Description
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.
Description
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.