Skip to content

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

Merged
ndeloof merged 1 commit intodocker:v2from
laurazard:fix-up-pull
Dec 30, 2022
Merged

Set pullChanged when setting --pull on compose up#10128
ndeloof merged 1 commit intodocker:v2from
laurazard:fix-up-pull

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, StefanScherer, glours, milas, ndeloof, nicksieger and ulyssessouza 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