tagger VS distribution

Compare tagger vs distribution and see what are their differences.

tagger

Kubernetes container image orchestration. (by ricardomaraschini)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
tagger distribution
3 15
9 8,379
- 1.9%
9.0 9.4
about 2 years ago 4 days ago
Go 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.

tagger

Posts with mentions or reviews of tagger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-13.

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 tagger and distribution you can also consider the following projects:

kraken - P2P Docker registry capable of distributing TBs of data in seconds

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

k8s-image-swapper - Mirror images into your own registry and swap image references automatically.

Portus - Authorization service and frontend for Docker registry (v2)

node-labeler-operator - kubernetes operator to auto label/taint/annotate node based on CRD

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

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

distribution-library-image

machine

containerd - An open and reliable container runtime

docker_auth - Authentication server for Docker Registry 2

Yacht - A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.