paclair
paclair copied to clipboard
paclair fails with localhost docker registry
I'm trying to test something with paclair using a localhost registry.
When I create my registry in the conf:
Plugins:
Docker:
class: paclair.plugins.docker_plugin.DockerPlugin
registries:
localhost:5000:
auth:
- "admin"
- "badmin"
Then when I attempt to scan an image localhost:5000/namespace/name:tag it attempts to get the image data from the docker hub.
Hi,
Could you launch the command in debug mode and copy/paste the logs?