optiopay / klar

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

fix to allow names with a / in them #8

Closed nivlaaa closed 7 years ago

nivlaaa commented 7 years ago

When trying to analyze a image such as myregistry.com/alvinf/image-a, klar fails with "Can't pull fsLayers". It improperly determines that the image name is "image-a" instead of "alvinf/image-a" and this pr grabs the whole image name. Please let me know if this is the right approach thanks!

op-pr-bot commented 7 years ago

@AlvinFeng, thanks! @hashmap, please review this :wink:

hashmap commented 7 years ago

@AlvinFeng thanks for your contribution!