-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update runtime spec to rc5 #1370
Conversation
@crosbymichael PTAL |
257/264 passed on RHEL - Failed. |
@justincormack can you double check the cap changes |
Do we need to remove the |
libcontainer/configs/config.go
Outdated
@@ -114,7 +114,7 @@ type Config struct { | |||
|
|||
// Capabilities specify the capabilities to keep when executing the process inside the container | |||
// All capbilities not specified will be dropped from the processes capability mask |
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.
may as well fix the typo above too...
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.
Fixed
Yes, the build tag needs to go. |
Pushed a commit to remove the ambient build tag. |
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
19060f0
to
4f903a2
Compare
@@ -6,7 +6,7 @@ github.com/docker/go-units 9b001659dd36225e356b4467c465d732e745f53d | |||
github.com/godbus/dbus c7fdd8b5cd55e87b4e1f4e372cdb1db61dd6c66f | |||
github.com/golang/protobuf/proto f7137ae6b19afbfd61a94b746fda3b3fe0491874 | |||
github.com/mrunalp/fileutils ed869b029674c0e9ce4c0dfa781405c2d9946d08 | |||
github.com/opencontainers/runtime-spec/specs-go 794ca7ac88234607f9d2c76da8a6e9bbbade8cb9 | |||
github.com/opencontainers/runtime-spec/specs-go 035da1dca3dfbb00d752eb58b0b158d6129f3776 |
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.
I'd prefer if we used tags here...
The format of the capabilities section in config.json was changed in the runtime spec 1.0.0.rc5 (pulled in through PR opencontainers#1370). Update the example in README.md correspondingly. Also fix a small typo (though -> through). Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
The format of the capabilities section in config.json was changed in the runtime spec 1.0.0.rc5 (pulled in through PR opencontainers#1370). Update the example in README.md correspondingly. Also fix a small typo (though -> through). Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This build tag was removed in commit 4f903a2 (PR opencontainers#1370) quite some time ago. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Mrunal Patel mrunalp@gmail.com