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

Use '=' instead of ':' separator on labels #793

Merged
merged 1 commit into from
Apr 29, 2016

Conversation

bboreham
Copy link
Contributor

Because Docker has deprecated ':' in moby/moby#21232

Triggered by moby/moby#22413

…y Docker

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
@mrunalp
Copy link
Contributor

mrunalp commented Apr 29, 2016

@rhatdan PTAL

@rhatdan
Copy link
Contributor

rhatdan commented Apr 29, 2016

LGTM

2 similar comments
@mrunalp
Copy link
Contributor

mrunalp commented Apr 29, 2016

LGTM

@crosbymichael
Copy link
Member

LGTM

@runcom
Copy link
Member

runcom commented Feb 6, 2017

@thaJeztah this must be reverted as well, as in, DupSecOpt should not add label= at all based on what InitLabels does.

}

// DisableSecOpt returns a security opt that can be used to disabling SELinux
// labeling support for future container processes
func DisableSecOpt() []string {
return []string{"label:disable"}
return []string{"label=disable"}
Copy link
Member

Choose a reason for hiding this comment

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

this label= is docker specific, while here in libcontainer there shouldn't be any mention to docker. DisableSecOpt and DupSecOpt should just deal with disable,role,type,level. Both CRI-O and docker should just pass disable,role,type.level stuff and not label=....

stefanberger pushed a commit to stefanberger/runc that referenced this pull request Sep 8, 2017
…fg-link-target

config-solaris: Restore 'zonecfg.1m_2' link targets
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.

6 participants