crashvb / docker-registry-client-async

An AIOHTTP based Python REST client for the Docker Registry.
Apache License 2.0
5 stars 6 forks source link

No cross-schema way to get digests #12

Closed AstraLuma closed 2 years ago

AstraLuma commented 4 years ago

There is no abstraction around manifests to get digests (in particular, config)

crashvb commented 4 years ago

This was split out of another project that has a more generalized usage than just v2 registries. You should be able to borrow from that code base and sub-class Manifest to get the abstraction your looking for here.

Will look into backporting the methods to this code base as part of a long term solution.

stale[bot] commented 2 years ago

This discussion has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This discussion has been closed due to inactivity.