Skip to content

bake: fix override value parsing - #4088

Open
crazy-max wants to merge 1 commit into
docker:masterfrom
crazy-max:bake-fix-override-parsing
Open

crazy-max wants to merge 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>
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.

1 participant