-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
require container-selinux >= 2.74 #345
Conversation
ping @andrewhsu @kolyshkin @justincormack PTAL This is the same version as we set in the containerd.io package, but the discussion in containers/container-selinux#63 goes about version 2.99; should we set the minimal version higher than this (to get the fix from containers/container-selinux#64 in?) Looks like 2.99 is available on CentOS now;
|
oh actually looks like we changed |
version 2.9 is really old; this sets the same minimal version as is used for the containerd.io package Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
dc97e03
to
a246b19
Compare
At this point I do not remember which version is good and which one is not, but I think that 2.95 is OK and 2.74 might be problematic. @seemethere might remember more |
@@ -16,7 +16,7 @@ Vendor: Docker | |||
Packager: Docker <support@docker.com> | |||
|
|||
Requires: docker-ce-cli | |||
Requires: container-selinux >= 2.9 | |||
Requires: container-selinux >= 2:2.74 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're to build this for openSUSE/SLES, we need this:
docker/containerd-packaging@072a3aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these specs are only used for Docker CE, there's a spec in the EE packaging repository that does that
OK based on what I see in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
version 2.9 is really old; this sets the same minimal version as is used for the containerd.io package