optiopay / klar

Integration of Clair and Docker Registry
MIT License
506 stars 138 forks source link

Support for image digest #33

Closed jpprins1 closed 7 years ago

jpprins1 commented 7 years ago

Is it possible to also support image digests? Possible like:

klar postgres@sha256:1364924c753d5ff7e2260cd34dc4ba05ebd40ee8193391220be0f9901d4e1651

(should be the same as postgres:9.6)

This would help testing specific running images in Docker/Kubernetes, for example if XXXX:latest is used or the tag is reused for a newer image, the version from the registry could be updated/not affected but your running image version is affected.

supereagle commented 7 years ago

This feature has been implemented by @furuholm in PR #28. Thanks @furuholm .

hashmap commented 7 years ago

Released as part of v1.4