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

Apply --quiet-pull option when creating dependencies from run command #11523

Merged
merged 2 commits into from Feb 19, 2024

Conversation

glours
Copy link
Contributor

@glours glours commented Feb 19, 2024

What I did
--quiet-pull flag wasn't pass to dependencies creation process.
As a result pull logs of the dependency are displayed even if you explicitly activated --quiet-pull.

I also added the support of the --quiet-pull option to the create command

Related issue
#10714

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

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
@glours glours self-assigned this Feb 19, 2024
@glours glours requested review from a team, ndeloof, milas and jhrotko and removed request for a team February 19, 2024 10:37
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
@glours glours force-pushed the apply-quiet-pull-dependencies branch from 8c34ac5 to cc5e170 Compare February 19, 2024 10:42
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9b0e3d5) 58.27% compared to head (cc5e170) 58.31%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11523      +/-   ##
==========================================
+ Coverage   58.27%   58.31%   +0.03%     
==========================================
  Files         134      134              
  Lines       11546    11552       +6     
==========================================
+ Hits         6729     6736       +7     
+ Misses       4153     4151       -2     
- Partials      664      665       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@jhrotko jhrotko 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 d10a179 into docker:main Feb 19, 2024
30 checks passed
matt9ucci added a commit to matt9ucci/DockerCompletion that referenced this pull request Apr 8, 2024
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.

None yet

3 participants