-
Notifications
You must be signed in to change notification settings - Fork 785
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
WIP - test copy-detection #1484
Conversation
We hit time outs again due to the |
e4b6dfe
to
c08a58d
Compare
@vrothberg Can we update and merge this now? |
Not yet. The integration tests seem to have a hiccup and we need to merge the PR at c/image first. |
6292b23
to
3b92aa9
Compare
☔ The latest upstream changes (presumably 7ae362b) made this pull request unmergeable. Please resolve the merge conflicts. |
We have an up2date containers/image in buildah, should we close this PR? |
@rhatdan, this PR is for testing the copy-detection PR for containers/image. I renamed this one here to avoid confusion. |
Thanks @vrothberg |
4e277a8
to
0e82b29
Compare
☔ The latest upstream changes (presumably c0633e3) made this pull request unmergeable. Please resolve the merge conflicts. |
218039d
to
2014056
Compare
Signed-off-by: Valentin Rothberg <[email protected]>
@vrothberg Any movement on this? |
containers/image#611 needs to be reviewed, which is time-consuming. FWIW the CI of Skopeo, Buildah and Podman are happy with the changes. The recursive-lock semantics are now in storage, so we only need to iron out the bits in c/image. |
☔ The latest upstream changes (presumably 4ae0a69) made this pull request unmergeable. Please resolve the merge conflicts. |
Closing as the c/image PR has stalled. |
ImageDestination.{PutBlob,TryReusingBlob} are extended to receive the
index of the layer in the corresponding image. Some transports,
containers storage in particular, require the layers to be comitted in
sequence. The new sequencing allows containers storage to commit the
layers in PutBlob.
Signed-off-by: Valentin Rothberg [email protected]