Project Description

regview is a heavily modified fork of the (no longer maintained) reg tool by Jess Frazelle for listing images in a Docker registry. Some features of reg were removed (like the webserver, to make it only cli) and others added. Some bugs were fixed (and PR's submitted) and others added as well.

Goal for this Hackweek

I plan to add some features like the --format option to customize output and maybe add some more unit tests.

It would be nice to also find an ideal way to tweak the number of goroutines. Care must be taken as, during initial development, I was warned that I was DDOS'ing our registry. This appears to be no longer the case. But one can do an initial scan and record all requests & replies to setup a server to service only those requests.

registry.suse.com implements pagination. SOLVED:

Resources

https://github.com/ricardobranco777/regview

Looking for hackers with the skills:

golang registry docker containers

This project is part of:

Hack Week 22

Activity

  • over 1 year ago: paulgonin liked this project.
  • over 1 year ago: rbranco added keyword "containers" to this project.
  • over 1 year ago: rbranco removed keyword podman from this project.
  • over 1 year ago: rbranco started this project.
  • over 1 year ago: rbranco added keyword "registry" to this project.
  • over 1 year ago: rbranco added keyword "docker" to this project.
  • over 1 year ago: rbranco added keyword "podman" to this project.
  • over 1 year ago: rbranco added keyword "golang" to this project.
  • over 1 year ago: rbranco originated this project.

  • Comments

    • rbranco
      over 1 year ago by rbranco | Reply

      The pagination issue was solved by passing ?n=1000 to /v2/_catalog since, by default, Docker Distribution returns only 100 entries.

    Similar Projects

    WebUI for your data by avicenzi

    A single place to view every bit of data you ha...