-
Notifications
You must be signed in to change notification settings - Fork 395
[RFC Do not merge] Add copy.Options.LayerSubset. #159
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
makes sense |
Collaborator
Author
Member
|
I don't think we're in any hurry here. We're not going to drop |
cfd4ced to
18a5bb0
Compare
72c8357 to
9a9b5c0
Compare
67562aa to
cd286a2
Compare
This was referenced Jan 17, 2017
Closed
cd286a2 to
e2e7f4a
Compare
giuseppe
pushed a commit
to giuseppe/image
that referenced
this pull request
Jan 24, 2017
minor cleanup for build issues related to the manual
474edbb to
f13f317
Compare
f13f317 to
4ea0bd0
Compare
4ea0bd0 to
41e7d62
Compare
e0217d4 to
d417b74
Compare
ce2bfc9 to
af7d73c
Compare
49801ba to
f39accd
Compare
93dd34f to
1f2c899
Compare
1f2c899 to
45fdb13
Compare
Collaborator
Author
|
This should no longer be necessary with #228. Can I close this PR, or am I missing anything? |
FIXME: Should come with more warnings. This is needed to allow the Python code in atomic to only download the subset of layers which is not already available locally, while still verifying signatures and validating layer digests (per discussion in containers/skopeo#242 ). Signed-off-by: Miloslav Trmač <mitr@redhat.com>
45fdb13 to
fb58783
Compare
Collaborator
Author
|
Assuming this is superseded by #228 , closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For now just to get an idea of what this would take…
FIXME: Should come with more warnings.
This is needed to allow the Python code in atomic to only download the subset of layers which is not already available locally, while still verifying signatures and validating layer digests (per discussion in
containers/skopeo#242 ).