-
Notifications
You must be signed in to change notification settings - Fork 395
Support URLs on oci layers #348
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
Conversation
Signed-off-by: Danail Branekov <[email protected]>
|
Also fixed a couple of linter errors. |
|
ping @mtrmac |
|
Code LGTM, but Travis CI seems unhappy. |
|
If I'm reading the travis output right, the jobs failed because skopeo's Not sure theres any sensible way we can update our PR to fix that. Any suggestions? |
|
Maybe fixed by containers/skopeo#422 @umohnani8 thoughts? |
|
Yup, Travis seems to be showing those errors. containers/skopeo#422 fixes it. |
|
👍 Thanks! @goonzoid containers/skopeo#422 has been merged, can you re-trigger the tests (e.g. by re-pushing with a modified commit message), please? |
Signed-off-by: Will Pragnell <[email protected]>
|
Done, thanks :) |
According to the image spec [1], descriptors should be able to contain
URLs. Support them on the returned BlobInfo for layers.
[1] https://github.com/opencontainers/image-spec/blob/master/descriptor.md
Signed-off-by: Danail Branekov [email protected]