[release/1.4] Backport go.mod: Update hcsshim to v0.8.21#5957
[release/1.4] Backport go.mod: Update hcsshim to v0.8.21#5957AkihiroSuda merged 1 commit intocontainerd:release/1.4from
Conversation
|
Hi @dcantah. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
|
vndr gets rid of non-go files it seems, but that begs the question of how the .syso manifest didn't get removed before with any other vendors.. |
This version brings in some bug fixes to layer handling. The actual fix isn't present in the diff as it's not used here, but the Windows shim is built from the tag present in go.mod, so the fix will be in the Windows shim on a new release of Containerd if this tag is in. Signed-off-by: Daniel Canter <[email protected]>
d8a8050 to
a503d4c
Compare
|
Build succeeded.
|
|
@estesp As you've looked at the other two 😉 |
This version brings in some bug fixes to layer handling. The actual fix isn't
present in the diff as it's not used here, but the Windows shim is built from
the tag present in go.mod, so the fix will be in the Windows shim on a new release
of Containerd if this tag is in.
Signed-off-by: Daniel Canter [email protected]