Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#630): Move config values from property directly onto parameters ... #636

Merged

Conversation

kevinboss
Copy link
Contributor

@kevinboss kevinboss commented May 16, 2023

Fixes #630

Ideally the parameter class would be redesigned to look similar to CreateContainerParameters but that would be a breaking change.

@kevinboss
Copy link
Contributor Author

@dotnet-policy-service agree

@kevinboss kevinboss changed the title fix(#631): send all false values in body if consumer does not specify… fix(#630): send all false values in body if consumer does not specify… May 16, 2023
@kevinboss kevinboss force-pushed the feature/fix-commit-docker-4.19 branch from 495abce to 7ffdb07 Compare May 16, 2023 19:22
@kevinboss kevinboss force-pushed the feature/fix-commit-docker-4.19 branch from 7ffdb07 to d35930e Compare May 18, 2023 15:47
@kevinboss kevinboss changed the title fix(#630): send all false values in body if consumer does not specify… fix(#630): ove config values from property directly onto parameters ... May 18, 2023
@kevinboss kevinboss changed the title fix(#630): ove config values from property directly onto parameters ... fix(#630): Move config values from property directly onto parameters ... May 18, 2023
Copy link
Contributor

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

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

👍 I think that is better, thanks! @galvesribeiro WDYT?

Also note what I found in the latest Moby release notes:

API: Fix an issue where POST /commit did not accept an empty request body. moby/moby#45568

Copy link
Member

@galvesribeiro galvesribeiro left a comment

Choose a reason for hiding this comment

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

LGTM

@galvesribeiro galvesribeiro merged commit aacf3c2 into dotnet:master Jun 6, 2023
2 checks passed
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.

invalid JSON: got EOF while reading request body when executing CommitContainerChanges
3 participants