python-harborclient icon indicating copy to clipboard operation
python-harborclient copied to clipboard

A CLI tool for the Docker Registry Harbor

Results 17 python-harborclient issues
Sort by recently updated
recently updated
newest added

Hi, I tried the tool and saw that it cannot list the members inside a tenant. ``` [sonhaiha@DEFR4APP500 ui]$ harbor version v1.5.1-8bbd84ea [sonhaiha@DEFR4APP500 ui]$ harbor member-list +----------+--------------+---------+---------+ | username |...

After running Garbage collect, using harborclient , I ran "harbor list" and totaled up the size of all repository tags listed = 164GB. The actual size of the harbor registry...

This script has the ability to delete repo tags but would be nice if it could delete repo digest without tags so that garbage-collector can clean up the associated blobs...

Get the error when running command "harbor user"list. **Install harborclient per instructions using options 1** 1. Cloned latest source. 2. docker biuld -t drodriguez/harborclient . 3. Ran: docker run --rm...

1) Add of a non-digit check for the key in _v2/repositories.py_ 2) Update of the _do_repository_delete_ in the _v2/shell.py_ because the previous function did not work. **Note** : the _do_tags_delete_...

I tried to write some description information about an image, but I did't find the command . Dose this client has an API to write 'description' filed ?

Trying to connect to harbor HARBOR_USERNAME="domain\username" fails. "CommandError: Unable to authorize user 'domainusername': {"reason": "Bad Request", "message": "password=somepass&principal=domainusername"}" Still I can connect from docker login without any problems. Does it...