-
Notifications
You must be signed in to change notification settings - Fork 379
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
[RFC Do not merge] Add copy.Options.LayerSubset. #159
Closed
Closed
Conversation
This file contains 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
makes sense |
I don't think we're in any hurry here. We're not going to drop |
mtrmac
force-pushed
the
copy-layers-list
branch
4 times, most recently
from
November 29, 2016 20:27
cfd4ced
to
18a5bb0
Compare
mtrmac
force-pushed
the
copy-layers-list
branch
4 times, most recently
from
December 8, 2016 23:04
72c8357
to
9a9b5c0
Compare
mtrmac
force-pushed
the
copy-layers-list
branch
3 times, most recently
from
January 9, 2017 16:49
67562aa
to
cd286a2
Compare
This was referenced Jan 17, 2017
Closed
mtrmac
force-pushed
the
copy-layers-list
branch
from
January 19, 2017 23:26
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
mtrmac
force-pushed
the
copy-layers-list
branch
5 times, most recently
from
February 6, 2017 16:08
474edbb
to
f13f317
Compare
mtrmac
force-pushed
the
copy-layers-list
branch
from
February 6, 2017 20:34
f13f317
to
4ea0bd0
Compare
mtrmac
force-pushed
the
copy-layers-list
branch
from
February 14, 2017 15:44
4ea0bd0
to
41e7d62
Compare
mtrmac
force-pushed
the
copy-layers-list
branch
3 times, most recently
from
March 2, 2017 20:08
e0217d4
to
d417b74
Compare
mtrmac
force-pushed
the
copy-layers-list
branch
from
March 14, 2017 15:10
ce2bfc9
to
af7d73c
Compare
mtrmac
force-pushed
the
copy-layers-list
branch
5 times, most recently
from
April 4, 2017 14:56
49801ba
to
f39accd
Compare
mtrmac
force-pushed
the
copy-layers-list
branch
2 times, most recently
from
April 10, 2017 14:46
93dd34f
to
1f2c899
Compare
mtrmac
force-pushed
the
copy-layers-list
branch
from
April 12, 2017 15:05
1f2c899
to
45fdb13
Compare
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>
mtrmac
force-pushed
the
copy-layers-list
branch
from
April 21, 2017 14:44
45fdb13
to
fb58783
Compare
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 ).