paclair icon indicating copy to clipboard operation
paclair copied to clipboard

paclair fails with localhost docker registry

Open fxdgear opened this issue 6 years ago • 1 comments

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.

fxdgear avatar Jan 07 '20 20:01 fxdgear

Hi,

Could you launch the command in debug mode and copy/paste the logs?

yebinama avatar Jan 10 '20 00:01 yebinama