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

image: modify to create bundlle #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zhouhao3
Copy link

@zhouhao3 zhouhao3 commented May 31, 2017

Not just linux can create runtime bundle. As for the system outside of these three systems , I am not sure whether it can be discussed in the runtime-tool#347.

Signed-off-by: zhouhao [email protected]

image/config.go Outdated
s.Linux = &specs.Linux{}
case "solaris":
s.Solaris = &specs.Solaris{}
case "winodws":
Copy link
Member

Choose a reason for hiding this comment

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

windows

@cyphar
Copy link
Member

cyphar commented Jun 2, 2017

The biggest problem with the other platforms is extraction. How do you (sanely) extract layers on a Windows filesystem (there's a huge number of knobs in tar that don't make sense on Windows -- what should major, minor, uid, gid map to?) Solaris should be fine though.

@zhouhao3
Copy link
Author

zhouhao3 commented Jun 2, 2017

The biggest problem with the other platforms is extraction. How do you (sanely) extract layers on a Windows

Uh, I don't know much about the problem you're talking about. If you have any good suggestions, please suggest, thank you.

@zhouhao3
Copy link
Author

ping @xiekeyang @coolljt0725 @vbatts @stevvooe PTAL

@zhouhao3
Copy link
Author

reping @coolljt0725 @stevvooe @cyphar

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

Successfully merging this pull request may close these issues.

2 participants