Open fxdgear opened 4 years ago
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.
localhost:5000/namespace/name:tag
Hi,
Could you launch the command in debug mode and copy/paste the logs?
I'm trying to test something with paclair using a localhost registry.
When I create my registry in the conf:
Then when I attempt to scan an image
localhost:5000/namespace/name:tag
it attempts to get the image data from the docker hub.