Hi. I’ve configured the docker regsistry selfhosted but struggling to find some ui for it.

portainer requires business subscription to show the registry content.
portus is dead.
harbor looks very complex to setup and maintain.
Joxit / docker-registry-ui is done all in frontend and I ran into 300 cors errors that are not clear how to resolve.

are there any other alternatives?

  • Omripresent@leddit.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    This may be overkill for most use cases but you can use jcr.

    The best reason to use it in my book is the garbage collection as the official registry doesn’t have that feature and can and will bloat over time.

    • buzz@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      1 year ago

      Thanks forshatring, do they offer docker image for jfrog container registry? I couldn’t find any in dockerhub.

      • Omripresent@leddit.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        There’s a download link on the page I linked, I don’t think they have a container version available, it’ll have to be installed manually.

        I run mine on a LXC dedicated for that application and time it to boot before the rest of the docker servers.

        If you deploy it as a container you could end up with a chicken and egg situation.