Open
Description
Contributing guidelines
- I've read the contributing guidelines and wholeheartedly agree
I've found a bug and checked that ...
- ... the documentation does not mention anything about my problem
- ... there are no open or closed issues that are related to my problem
Description
Running docker build --builder=someremote --build-arg BUILDKIT_SYNTAX=...
against a BuildKit instance where the dockerfile.v0
frontend is disabled doesnt work
Expected behaviour
I expected that the docker image spec provided to BUILDKIT_SYNTAX would be used via the gateway.v0
frontend
Actual behaviour
ERROR: failed to solve: invalid frontend: dockerfile.v0
Buildx version
github.com/docker/buildx v0.9.1-docker ed00243
Docker info
Builders list
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
gv remote
gv0 unix://<redacted>/buildkitd.sock running v0.20.1 linux/amd64, linux/amd64/v2, linux/amd64/v3
stupefied_wright docker-container
stupefied_wright0 unix:///var/run/docker.sock stopped
default * docker
default default running 20.10.21 linux/amd64, linux/386
Configuration
N/A
Build logs
Additional info
No response