Support AppArmor beta version format for Ubuntu 20.10#4633
Support AppArmor beta version format for Ubuntu 20.10#4633estesp merged 1 commit intocontainerd:masterfrom
Conversation
|
Hi @eexe1. 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.
|
|
Thank you! Can you also bring over the test? |
|
Build succeeded.
|
|
Thanks, please gofmt, then LGTM |
|
Also please sign off your commit with |
|
/Users/runner/work/containerd/containerd/src/github.com/containerd/containerd/contrib/apparmor/apparmor_test.go:80:19: undeclared name: parseVersion |
|
Build succeeded.
|
Signed-off-by: Evan Tsai <[email protected]>
|
Build succeeded.
|
|
/ok-to-test |
The fix is ported from moby/moby#41518 (comment)
Ubuntu 20.10 uses AppArmor 3.0.0-beta1 version.
This causes container not able to start due to invalid syntax in parsing AppArmor version.
Signed-off-by: Evan Tsai [email protected]