paclair
paclair copied to clipboard
bug in paclair/__init__.py
The REGEX defined in the file "paclair/init.py" might not right. It can't match the domain when I push a image like "registray.test.com/abc/test/nginx:latest".
The value of the "domain" should be like this:
'domain': r'(?:(?P
not this:
'domain': r'(?:(?P