Skip to content

bake: fix override value parsing - #4088

Merged
tonistiigi merged 1 commit into
docker:masterfrom
crazy-max:bake-fix-override-parsing
Sep 24, 2026
Merged

tonistiigi merged 1 commit into
docker:masterfrom
crazy-max:bake-fix-override-parsing

Conversation

@crazy-max

Copy link
Copy Markdown
Member

The --set parser incorrectly treated network as a list field, while treating ulimits and no-cache-filter as scalar fields. As a result, these override values were stored in a form that their application logic didn't read.

This change parses network as a scalar and parses ulimits and no-cache-filter as lists.

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@tonistiigi
tonistiigi merged commit ccad611 into docker:master Sep 24, 2026
165 checks passed
@crazy-max
crazy-max deleted the bake-fix-override-parsing branch September 24, 2026 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants