-
Notifications
You must be signed in to change notification settings - Fork 559
Open
Labels
good first issueGood for newcomersGood for newcomerskind/enhancementNew feature or requestNew feature or request
Description
Contributing guidelines
- I've read the contributing guidelines and wholeheartedly agreeTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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 problemTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/enhancementNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
UB2002 commentedon Apr 13, 2025
Hi @tonistiigi i have seen that you have added good first issue if possible can you help me on completing this task tell me what to do i will try to complete this I am new here
Add BUILDKIT_SYNTAX option handling