DavidRodHub

Results 10 comments of DavidRodHub

Hi peterloron, not familiar with JobDSL plugin. I'll look into it to see how to manage changes to jenkins and version control the jenkins.yml file

Currently our private registry is harbor 1.3.0. And need a way to quickly and easily clean-up untagged digest so that Garbage collector can clean-up the blobs they reference. The following...

That worked. Now I can run `harbor project-list` and see the projects in our harbor docker registry. ``` $ harbor project-list +------------+----------------+----------+----------------------+------------+----------------------+--------+ | project_id | name | owner_id | current_user_role_id...

**Here's the output of the command you requested:** HTTP/1.1 404 Not Found Server: nginx Date: Mon, 14 May 2018 04:55:35 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 20 Connection: keep-alive Keep-Alive: timeout=5...

Let me know if you want me to try anything else regarding why the harbor list take over 5 minutes to list.

Not familiar with python and the steps needed to create breakpoints. It's possible because of the distance between the harbor client (US) and harbor-docker-registery located in France is what's causing...

Ran "harbor list" locally on the harbor-docker registry server in France and on the remote client in US. Local: 1m 10s Remote: 8m 23s Big difference.

How do I get the session token? On Wed, May 16, 2018, 7:36 PM int32bit wrote: > I don't think the API request should take up so long time(At most...

### I was able to get the session token by running harbor-client command with --debug option $ harbor --debug project-list ### Output DEBUG (connectionpool:824) Starting new HTTPS connection (1): docker-reg.mydomain.com...

1. Installed harbor-client on the harbor-docker-registry server. 2. Ran command "harbor list" and output to file. 3. Imported file in step 2 to excel spreadsheet to add up all image...