cross-repository blob mount with absent from
parameter (spec compliant)
#1841
thibaut-lo
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@thibaut-lo thanks for pointing this out. Just curious where this requirement is coming from - are any client tools breaking? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the OCI Distribution Spec mentions the ability to treat the from repository name as optional when mounting a blob from another repository.
in endpoint
/v2/<name>/blobs/uploads/?mount=<digest>&from=<other_name>
endpointIs that in the roadmap to provide the configuration to remove the need to specify the from parameter? E.g. /v2//blobs/uploads/?mount=
and return 201 Created if the repository is found for that user in another repository in the registry and the mount performed.
References:
Beta Was this translation helpful? Give feedback.
All reactions