Open gtaylor opened 7 years ago
@gtaylor you can use the -o;
helm registry list -o ant31 quay.io
but from you suggestion we will replace that on the next release by
helm registry list quay.io/ant31
the -u
isn't implemented on quay.io.
It should show all repositories a user have explicitly access to (at least read permission) include privates if the request-user have perm too.
It doesn't seem to list all repositories that I may have access to. I created a few public application repositories but they do not appear in the list.
helm registry list quay.io|grep venezia
returns nothing
@venezia are you sure they are public. By default it's private and you need to set it to public.
helm registry list quay.io
without option returns only the 'first' page, it the future it will probably be ordered by 'highlight' or number of downloads.
You can use: helm registry list quay.io --search operator (it throws a 500 if there is no result, it's going to be fixed this week)
Private repos are never returned yet.
You're right - it is a private repo issue. Thanks. Will private repos eventually be surfaced?
@ant31 How do I see private repos? Related... how would I make a repo public?
@ryanwalls
By default apps are private on quay.io, to switch you can go on quay.io in the setting tab of your application
@ant31 Thanks for the clarification. To further clarify, there is no way to see what private repos you have, even from the quay.io UI?
@ryanwalls I was speaking from the CLI, also those features (in the cli) will be added
On quay.io you can see all your private/public repo: on the page https://quay.io/application/