Skip to content

Conversation

@crazy-max
Copy link
Member

@crazy-max crazy-max commented Oct 14, 2025

Comment on lines +63 to +67
if (await this.buildx.versionSatisfies('>=0.29.0')) {
format = 'query';
} else {
format = 'fragment';
}
Copy link
Member Author

@crazy-max crazy-max Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Defaults to query format since Buildx 0.29.0 related to docker/buildx#3415

There will be a follow-up on build-push-action and bake-action to set BUILDX_SEND_GIT_QUERY_AS_INPUT accordingly.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still depends on the dockerfile version as well, so not sure if we can change default before BUILDX_SEND_GIT_QUERY_AS_INPUT

@crazy-max crazy-max requested a review from tonistiigi October 14, 2025 10:45
@crazy-max crazy-max marked this pull request as ready for review October 14, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants