-
Notifications
You must be signed in to change notification settings - Fork 30
Question: Cross Repo References #26
Comments
Currently, we do not.
I have a few reasons for preferring the way it is today.
I may be missing something with these reasons though. Do you have an idea of how this would look if it were supported? Maybe that would be helpful in discussing this question. |
Yeah definitely, I agree completely.
Cross repo blob mounting is the closest I can think of, and this case feels pretty similar actually (but in reverse kind of).
It's not really about publishers, IIUC. The use case is to only allow deploying an image that two members of the team have signed using physical hardware tokens. The team members don't have permissions to push to the production repository, only the build system does. |
If I understand this correctly, it would be a few things:
|
Seems like we want something similar to non-distributable layers, which would be a nice mechanism if we decoupled it from media types. |
Previous proposal and discussion: opencontainers/artifacts#27 |
Non distributable layers seem like a good fit too here, good catch @jonjohnsonjr. |
closing as cleanup for inactive discussions |
Does the spec for the referrers API currently allow for cross-repository references? This has been a user requirement for a few organizations that want to put signatures in a separate repository from the images themselves.
This is mostly done for security and permissions: developers that can sign images may not need write access to the repository the images are stored in. Registries could solve this with fine-grained permissions, but many only implement permissions at the repository-level.
The text was updated successfully, but these errors were encountered: