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

Set pullChanged when setting --pull on compose up #10128

Merged
merged 1 commit into from Dec 30, 2022

Conversation

laurazard
Copy link
Member

Signed-off-by: Laura Brehm laurabrehm@hey.com

What I did

Fixed issue where setting --pull=always|never|missing on compose up had no effect due to the changed flag not being set.

Also added e2e tests for this scenario.

Related issue

fixes #10125

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

360_F_203318225_LfINEv5hni0kUNGWeus9VBrxg4Eg21dD

Add e2e tests

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
@laurazard laurazard requested review from a team, nicksieger, ndeloof, StefanScherer, ulyssessouza, glours and milas and removed request for a team December 29, 2022 13:25
@codecov
Copy link

codecov bot commented Dec 29, 2022

Codecov Report

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

Coverage data is based on head (ceba9c0) compared to base (fd353ff).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2   #10128   +/-   ##
=======================================
  Coverage   73.89%   73.89%           
=======================================
  Files           2        2           
  Lines         272      272           
=======================================
  Hits          201      201           
  Misses         60       60           
  Partials       11       11           

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.

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.

docker compose up --pull doesn't seem to work
2 participants