Deflake TestRunCustomRootfs by workaround#2367
Deflake TestRunCustomRootfs by workaround#2367yankay wants to merge 1 commit intocontainerd:mainfrom
Conversation
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
|
Thanks, but I don't think that is a good idea to add a dependency to |
|
Thanks @fahedouch After investigating the issue, the root cause is here: But I have no idea how to fix it now :-) |
So it is no longer a cli issue. |
|
A workaround has been put in place in #3179 that seems to address the issue on the CI. As for the underlying issue, 2 cents is on the fact we do not ensure the image is extracted (will look into that lead later). |
|
@AkihiroSuda I guess this can be closed? |
Sure |
Attempt to fix #2327 by workaround
The failure is because the nerdctl can not pull all the layers,
and the
ctrcan do it.