Portus VS distribution

Compare Portus vs distribution and see what are their differences.

Portus

Authorization service and frontend for Docker registry (v2) (by SUSE)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Portus distribution
2 15
2,991 8,360
- 1.7%
0.0 9.4
about 1 year ago 4 days ago
Ruby Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Portus

Posts with mentions or reviews of Portus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-03.
  • Suggestions for self hosted container registries?
    3 projects | /r/selfhosted | 3 Aug 2021
  • Host your own private docker registry with Portus
    1 project | dev.to | 11 Sep 2020
    Once you have your domain configured properly and the SSL certificate is on the server you can start configuring the registry. Docker themselves maintains and releases a docker image that is a Docker registry. Yea, they put a docker container registry in a docker container. But there’s one problem. There’s no GUI. There’s no access control. It’s not that exciting by itself. If only there was some open source project built off this registry container that had all the cool bells and whistles included. Oh, right, there is. Portus.

distribution

Posts with mentions or reviews of distribution. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-15.
  • How Do I Actually Use Docker?
    2 projects | /r/selfhosted | 15 Apr 2023
    To transfer the image between your local machine and the server, you'll need a registry such as Docker Hub or GitHub Container Registry. (Technically you can compress images and distribute them as files but it's more of a headache than it's worth) There are plenty of registries that will allow you to host private images if that's a concern for you, but it will be harder to find a free/cheap solution. You can also host your own registry using the Distribution Project. But be warned that while hosting a basic registry is really easy, locking it down can be a pain because of the lack of well maintained and easy to use projects.
  • Go doesn’t do any magical stuff and I love that
    8 projects | /r/golang | 12 Mar 2023
    The open source repository my colleague and I reference in this talk can be seen at https://github.com/distribution/distribution/
  • Good options for HA docker registry?
    2 projects | /r/docker | 14 Nov 2022
    FWIW, the open source registry application itself is essentially stateless. You just run multiple copies of it and point all of them at the same storage for a High Availability setup. If you have GlusterFS, you can mount it to the local filesystem and use the filesystem storage driver, though you may need to tweak settings for it to function properly (example).
  • Self-Hosting container registry
    1 project | /r/kubernetes | 14 Oct 2022
  • Ask HN: Has anyone self/on-prem hosted a container registry
    1 project | news.ycombinator.com | 22 Sep 2022
    It's always been one of those items deep down on the "to consider" list, and my rationale was that there really aren't any straight-forward solutions for this and with Gitlab and Github offering their own registries it was never a problem.

    But yesterday I found out that Docker's Registry core (Distribution) [0] is OpenSource (and used by other registries too!), but I haven't seen many mentions of it until then. I've checked out their documentation and it seems solid.

    So, what is your experience with self-hosting registries be it Distribution, Harbour or something else. Any hidden PITA? I myself will spin Distribution up on the dev env and see how it goes!

    [0]: https://github.com/distribution/distribution

  • What is "registry"?
    2 projects | /r/docker | 14 Mar 2022
    The original registry "distribution" project (which is the base of Docker Hub, Harbor, etc) was donated to the CNCF: https://github.com/distribution/distribution
  • Harbor + Kubernetes = Self-Hosted Container Registry
    3 projects | /r/kubernetes | 1 Nov 2021
    Evaluated this a couple of weeks back. Ended up going for registry:2 aka distribution/distribution + https://github.com/cesanta/docker_auth + https://github.com/Quiq/docker-registry-ui
  • Docker desktop no longer free for large companies
    4 projects | news.ycombinator.com | 31 Aug 2021
    > There's a standards conversion going on where we can trace the provenance of each and every layer of the image, we can start signing those layers, and with that metadata, we can start doing automated decisioning, automated reporting, automated visibility into what's been done to that image at each step of the lifecycle.

    Docker's CEO is being disingenuous. When you deploy a Docker container, you specify the image ID. The ID looks like a SHA-256 digest and even starts with the string 'sha256' but it is an arbitrary value generated by the docker daemon on the local machine. The ID is not a hash of the image contents [0]. In other words, docker images are not content-addressed.

    Since docker images are not content-addressed, your image registry and image transfer tools can subvert the security of your production systems. The fix is straightforward: make an image ID be the SHA-256 digest of the image contents, which is the same everywhere: on your build system, image registry, test system, and production hosts. This fix will increase supply chain security for all Docker users. It is massive low-hanging fruit.

    Now Docker will add image signatures without first making images content-addressed. Their decision makes sense only if their goal is to make money and not make a secure product. I cannot trust a company with such priorities.

    [0] https://github.com/distribution/distribution/issues/1662

  • Any lightweight docker registry host suggestion?
    3 projects | /r/selfhosted | 23 Aug 2021
    no docker distribution please, https://github.com/distribution/distribution seems hard to run and config.
  • Suggestions for self hosted container registries?
    3 projects | /r/selfhosted | 3 Aug 2021
    I’ve not used it myself but it does look like the Docker registry itself is open source https://docs.docker.com/registry/deploying/ and https://github.com/distribution/distribution

What are some alternatives?

When comparing Portus and distribution you can also consider the following projects:

docker-registry-browser - 🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.

Harbor - An open source trusted cloud native registry project that stores, signs, and scans content.

docker-rails - 📄 Sample Rails app that requires a Postgres and Redis DB. Use intended for the Docker + Rails article.

Dragonfly - This repository has be archived and moved to the new repository https://github.com/dragonflyoss/Dragonfly2.

manageiq - ManageIQ Open-Source Management Platform

OPA (Open Policy Agent) - Open Policy Agent (OPA) is an open source, general-purpose policy engine.

dawnscanner - Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.

distribution-library-image

urlcrazy - Generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage.

machine

kitchen-dokken - Test Kitchen driver/provisioner for lightning faster Chef Infra cookbook testing with Docker

containerd - An open and reliable container runtime