Conversation
|
I guess it would be cleanest to have a single PR which vendors this as one commit, and then the appropriate version of |
|
This should fix most of the problem that's keeping the test for containers/image#63 from passing, but I think it still needs to conditionally define the btrfs_noversion and libdm_no_deferred_remove build tags. |
e38c195 to
2618f32
Compare
8b17e31 to
3accac6
Compare
19f11a4 to
e8782d9
Compare
c354855 to
a55ff1e
Compare
|
Is this still being worked on? |
a55ff1e to
37f82b1
Compare
|
@rhatdan Yes, the PR is current. |
|
@rhatdan we need to first merge containers/image#63 and that's pending review by Miloslav |
|
Ok we just need him to make sure nothing in Signatures gets broken. |
f6fd42f to
1182a23
Compare
1182a23 to
92c6766
Compare
40ca40c to
3141455
Compare
When we start up, initialize handlers so that we can import blobs correctly when using the storage library. Signed-off-by: Nalin Dahyabhai <[email protected]>
14a8e51 to
a9b2917
Compare
Vendor containers/storage, and its dependencies github.com/pborman/uuid and github.com/mistifyio/go-zfs, which we didn't already use. Update the build Dockerfile to install their dependencies. Add scriptlets that try to detect whether or not we need to use the "libdm_no_deferred_remove" and/or "btrfs_noversion" build tags. Signed-off-by: Nalin Dahyabhai <[email protected]>
a9b2917 to
4960f39
Compare
|
Updated to pull in the current version of containers/image as well. |
Vendor containers/storage, and its dependencies github.com/mistifyio/go-zfs and github.com/pborman/uuid.