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

add --no-consistency flag to convert command #9976

Merged
merged 1 commit into from Nov 15, 2022

Conversation

glours
Copy link
Contributor

@glours glours commented Nov 4, 2022

Signed-off-by: Guillaume Lours 705411+glours@users.noreply.github.com

What I did
Add a --no-consistency flag to config/convert command which allows user to explicitly by pass the model consistency check. Usage of this flag may generate an invalid model regarding the Compose specification.

Related issue
fixes #9963

depends on compose-spec/compose-go#318

(not mandatory) A picture of a cute animal, if possible in relation with what you did
image

@glours glours requested a review from a team November 4, 2022 23:08
@glours glours self-assigned this Nov 4, 2022
@glours glours requested review from nicksieger, ndeloof, StefanScherer, ulyssessouza, milas and laurazard and removed request for a team November 4, 2022 23:08
@glours glours force-pushed the convert-consistency-flag branch 2 times, most recently from ce9ea22 to 8effddb Compare November 4, 2022 23:12
@codecov-commenter
Copy link

Codecov Report

Base: 75.86% // Head: 75.86% // No change to project coverage 👍

Coverage data is based on head (8effddb) compared to base (df9e605).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2    #9976   +/-   ##
=======================================
  Coverage   75.86%   75.86%           
=======================================
  Files           2        2           
  Lines         232      232           
=======================================
  Hits          176      176           
  Misses         49       49           
  Partials        7        7           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@milas milas left a comment

Choose a reason for hiding this comment

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

LGTM once compose-go is tagged 👍

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
@glours glours marked this pull request as ready for review November 8, 2022 14:58
Copy link
Member

@laurazard laurazard left a comment

Choose a reason for hiding this comment

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

LGTM

@ndeloof ndeloof merged commit 32f29b8 into docker:v2 Nov 15, 2022
@glours glours deleted the convert-consistency-flag branch January 11, 2023 14:58
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.

[BUG] undefined build secret at docker compose convert
5 participants