This repository has been archived by the owner on May 15, 2024. It is now read-only.
Consider how artifacts stored in other locations can be first classed #47
sajayantony
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today the image-spec has hard requirements on things like
config blobs
which are not needed by clients that might require a blob or 2 to get the bits required. The Artifact manifest serves 2 purpose hereconfig
.This discussion is about how the registry can be used to store a list of content/artifacts can be discovered and may have the content stored else where. For e.g. the blob might be signed and will have a set of hashes that need to be validated. Consider Github as the main distribution channel for bits but the client can query a registry for manifest to discover the target source.
The current behavior is that the clients are expected to first look at
/blobs
and upon 404 follow the URLs. It would good if the clients had a way to be told to just follow the blob (avoid the unncessary lookup).Things to consider
/cc Credit @awakecoding -
The proposal here is about giving artifact authors and clients guidance on using these annotations to provide client behavior without needed to modifying existing descriptors.
Beta Was this translation helpful? Give feedback.
All reactions