Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to list all images from an account in GitHub Container Registry?

I want to know what images are uploaded to a specific owner in GitHub Container Registry. Containers are referred like this: https://ghcr.io/OWNER/<imageName>:<imageTag>

like image 702
dsimog01 Avatar asked Nov 21 '25 16:11

dsimog01


2 Answers

If you published a package to GHCR and want to see it in the browser UI, go to this URL:

https://github.com/username?tab=packages

Just replace 'username' with your GitHub username.

like image 95
stevec Avatar answered Nov 24 '25 07:11

stevec


You can list images (packages) also from within GitHub UI.

List of packages can be found when you simply navigate to a specific GitHub project such as https://github.com/fluxcd/flux2 and in the right panel you can see and click Packages button.

The URL for container GitHub package window is in format https://github.com/<ORGANIZATION>/<PROJECT>/pkgs/container/<PACKAGE>. Here is example URL for Flux2 CLI - https://github.com/fluxcd/flux2/pkgs/container/flux-cli.

From there it is also possible to list all pushed tags.

like image 44
Lirt Avatar answered Nov 24 '25 07:11

Lirt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!