forked from opencontainers/runtime-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Change Fatal to Error #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: liangchenye <[email protected]>
Signed-off-by: liangchenye <[email protected]>
add contrib directory and mv get-stage3 to that
Signed-off-by: liangchenye <[email protected]>
Signed-off-by: liangchenye <[email protected]>
Signed-off-by: liangchenye <[email protected]>
Signed-off-by: liangchenye <[email protected]>
Signed-off-by: liangchenye <[email protected]>
add bundle validate as sub-command
Since opencontainers/runtime-spec#164 (part of the v0.1.1 release [1]), Linux runtimes are required to supply these devices and mounts. Specifying them explicitly in the config should have no effect, and just makes the config longer than it needs to be. [1]: https://github.com/opencontainers/specs/blob/v0.1.1/config-linux.md#default-devices-and-file-systems Signed-off-by: W. Trevor King <[email protected]>
…-and-mounts generate: Drop devices and mounts
Signed-off-by: liangchenye <[email protected]>
Since this project is based on ocitools and OCT, I propose to add Mrunal and me as the initial maintainers. Signed-off-by: liangchenye liangchenye@huawei.
Add Maintainer
update Godeps to specs-go version; modify codes accordingly
Signed-off-by: Mrunal Patel <[email protected]>
This commit adds back the mounts since runc doesn't default these yet. Signed-off-by: Mrunal Patel <[email protected]>
Fixes to ocitools generate to make it work with runc again
Pass uuid to runc start per spec to make runtime tests work again
Signed-off-by: Mrunal Patel <[email protected]>
Signed-off-by: Mrunal Patel <[email protected]>
Add support for the no new privs flag
Fix format flag (reported by go vet)
Signed-off-by: liang chenye <[email protected]>
Signed-off-by: Mrunal Patel <[email protected]>
Signed-off-by: liang chenye <[email protected]>
Signed-off-by: liang chenye <[email protected]>
use opencontainer/runtime-spec
Add support for sysctls to generate
Signed-off-by: Dan Walsh <[email protected]>
Signed-off-by: Ma Shimiao <[email protected]>
…validation validate: add Hooks validation
Signed-off-by: Ma Shimiao <[email protected]>
ocitools/man: small fix
Signed-off-by: Ma Shimiao <[email protected]>
Signed-off-by: Ma Shimiao <[email protected]>
…t-hostname runtimetest/hostname: small fix for null hostname
Signed-off-by: Ma Shimiao <[email protected]>
…-fs-validation runtimetest: add root filesystem validation
Signed-off-by: Ma Shimiao <[email protected]>
Signed-off-by: Ma Shimiao <[email protected]>
Signed-off-by: Ma Shimiao <[email protected]>
Signed-off-by: Ma Shimiao <[email protected]>
…-hooks validation: add env validation for hooks
…-path-error validate: small fix for root path error
…ed-path-validation runtimetest: add masked paths validation
…ooks-for-validate add --hooks option for validate completion
…-execute-checklinux just check hostname with UTS namespace when platform set as linux
Signed-off-by: Ma Shimiao <[email protected]>
…only-path-validation runtimetest: add readonly path validation
Signed-off-by: Ma Shimiao <[email protected]>
Signed-off-by: Ma Shimiao <[email protected]>
…rcase-fix ocitols mans: tfix
Signed-off-by: Haiyan Meng <[email protected]>
Fix typo in man/ocitools-generate.1.md
Signed-off-by: Ma Shimiao <[email protected]>
…ups-path-support generate: add specified cgroups path support
…mize-cap-validation runtimetest: optimize capabilities validation
Signed-off-by: liang chenye <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix
dies on the first error
issue mentioned in opencontainers#98.Check/validate all the tests, output all the error messages.
It works better with opencontainers#97.