Closed
Conversation
Member
|
Hmm: |
Member
Author
|
Marking this as WIP for now (some UI weirdness I need to fix), this can be used though to test shallow pulling/pushing |
077e2be to
e597b8a
Compare
Add label on fetch to manifest to describe source Update authorizer to limit parallel requests Store token by scope Use source annotation to set cross repository query parameters Signed-off-by: Derek McGowan <derek@mcgstyle.net>
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
Use a slash to make the label key more clear which is the key and which is the host Signed-off-by: Derek McGowan <derek@mcgstyle.net>
e597b8a to
70c1f38
Compare
Member
|
I tried to use this PR but it didn't work. First push was ok but as soon as there were some blobs already in target repo it just deadlocks to whole push forever. This PR also regresses the regular push without any |
Member
|
@dmcgowan is this still in progress? |
Member
Author
|
Yes and no, we still want this for 1.3 but I am not actively working on it. Let me create an issue and replace this |
Closed
Member
Author
|
See #2964 |
Closed
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
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.
Add label on fetch to manifest to describe source in format
containerd.io/distribution.source.<host> = <repo>[,<repo>]Update authorizer to limit parallel requests
Store token by scope
Use source annotation to set cross repository query parameters
Depends on #2690