Skip to content
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

Define readonly/mask paths in spec #21751

Merged
merged 1 commit into from
Apr 6, 2016

Conversation

tonistiigi
Copy link
Member

This vendors in new spec/runc that supports
setting readonly and masked paths in the
configuration. Using this allows us to make an
exception for —-privileged.

Fixes #21649

Runc changes: opencontainers/runc@0c1c615...6c88a52

Signed-off-by: Tonis Tiigi tonistiigi@gmail.com

@icecrime
Copy link
Contributor

icecrime commented Apr 4, 2016

GCCGO:

14:38:25 + find . -name *_ffjson.go
14:38:25 + xargs rm
14:38:25 rm: missing operand
14:38:25 Try 'rm --help' for more information.
14:38:25 Removing intermediate container dfef56e88772
14:38:26 The command '/bin/sh -c set -x     && export GOPATH="$(mktemp -d)"     && git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc"    && cd "$GOPATH/src/github.com/opencontainers/runc"  && git checkout -q "$RUNC_COMMIT"   && (find . -name "*_ffjson.go" | xargs rm)  && make static BUILDTAGS="seccomp apparmor selinux"     && cp runc /usr/local/bin/docker-runc' returned a non-zero code: 123

// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = ""
VersionDev = "-dev"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we good with having -dev here? can this be a patch version?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonistiigi tonistiigi added the status/failing-ci Indicates that the PR in its current state fails the test suite label Apr 5, 2016
This vendors in new spec/runc that supports
setting readonly and masked paths in the 
configuration. Using this allows us to make an
exception for `—-privileged`.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@tonistiigi tonistiigi removed the status/failing-ci Indicates that the PR in its current state fails the test suite label Apr 5, 2016
@cpuguy83
Copy link
Member

cpuguy83 commented Apr 5, 2016

LGTM

1 similar comment
@crosbymichael
Copy link
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants