Conversation
|
Please sign your commits following these rules: $ git clone -b "dev190815" git@github.com:yanghaichao12/moby.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -fAmending updates the existing PR. You DO NOT need to open a new one. |
52b97ac to
d4306e4
Compare
|
/area images |
1 similar comment
|
/area images |
|
Derek add label: area/images |
|
/retest |
|
retest |
1 similar comment
|
retest |
|
retest this please |
1 similar comment
|
retest this please |
|
/retest |
thaJeztah
left a comment
There was a problem hiding this comment.
Thank you; I left a comment below.
Could you also change your DCO sign-off to use your real name, not your GitHub handle (yanghaichao12)?
Signed-off-by: yanghaichao12 ....
.gitignore
Outdated
There was a problem hiding this comment.
Can you remove this change? It is not related to the fix, and we don't add editor-specific ignores here (see https://github.com/moby/moby/blob/d4306e4b331b49f086b9bec22421879c3e58072d/.gitignore#L1-L3)
d4306e4 to
f6d0be4
Compare
|
@thaJeztah hi, i have change DCO and remove the content in .gitignore added by me |
|
Hm; perhaps something went wrong with the DCO sign-off; I still see this in the commit message 😅 ; |
f6d0be4 to
707a614
Compare
|
@thaJeztah hi, how about for now? Signed-off-by: yanghaichao <yang.haichao@zte.com.cn> |
707a614 to
25256ae
Compare
|
It's one word, or Oh! 🙈 Looks like your local copy was out of date, and you pulled in an extra commit in the rebase. Can you rebase once more? (make sure your fork is up-to-date, and the extra commit should disappear) |
2ccaf1c to
d3f6484
Compare
|
in fact, Yang is my last name....., i have modified it |
Signed-off-by: Haichao Yang <yang.haichao@zte.com.cn>
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
Thank you! sorry for all the hassle with the sign-off 🤗
|
thank you too :-) |
|
retest this please |
|
/retest |
|
Windows RS1 failure is unrelated @yongtang ptal 🤗 |
|
@thaJeztah @yongtang Thank you! |
Signed-off-by: Haichao Yang yang.haichao@zte.com.cn
fixes #39739
What I did
figure out "docker rmi -f" is stuck #39739
How I did it
swapping code
moby/daemon/images/image_delete.go
Line 372 in fade624
How to verify it
Description for the changelog
Fix docker rmi stuck in case of misconfigured system (such as dead NFS share).