-
Notifications
You must be signed in to change notification settings - Fork 901
Vendor in latest containers storage #427
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
Conversation
|
Looks like a typical bump-a-dependency change, so LGTM. |
|
(Do we want to switch from vendoring Not merging due to the test failure — updating containers/storage to support 1.7 is of course nice; looking at containers/image#352 , we might update the Go version to 1.8 instead. |
|
I don't care about switching from master to a specific version. I know that @mrunalp prefers the git commit in cri-o, since he believes if he gets a bug on some vendored piece of code, it would be easier to investigate what was happening in that version. I believe we should move to go 1.8. We need this version of Skopeo ASAP since OpenShift wants to use skopeo to move images between docker storage and container storage using overlay on RHEL. Currently skopeo & containers storage does not support the override_kernel_check flag, to stop which prevents skopeo using overlay on a RHEL system, because container/storage tells skopeo that the version of the kernel on RHEL7.4 is too old. |
|
How do I get the OSX Stuff to use a newer version of go? |
We want to get support into skopeo for handling override_kernel_checks so that we can use overlay backend on RHEL. Signed-off-by: Daniel J Walsh <[email protected]>
|
Switched back to master, we can talk about which is better later, and update to @nalind patch to allow containers/storage to build on golang 1.7 |
|
Looks ok, @mtrmac ? |
We want to get support into skopeo for handling
override_kernel_checks so that we can use overlay
backend on RHEL.
Signed-off-by: Daniel J Walsh [email protected]