-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add rancher selinux policies as standalone package #270
Conversation
packages/selinux/build.yaml
Outdated
- | | ||
mkdir /tmp/rpm && \ | ||
cd /tmp/rpm && \ | ||
curl -L -O https://github.com/k3s-io/k3s-selinux/releases/download/v0.3.testing.0/k3s-selinux-0.3-0.el7.noarch.rpm && \ |
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.
do we have checksums for this packages somehow?
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.
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.
done! I've also split the packages separately
2cdc11e
to
d8bc4a1
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
d8bc4a1
to
c8ccefa
Compare
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.
nice!
All required tests seems to be passed, merging 👍 |
https://github.com/ibuildthecloud/os2/blob/master/Dockerfile#L69
Signed-off-by: Ettore Di Giacinto [email protected]