chartmuseum VS hub-feedback

Compare chartmuseum vs hub-feedback and see what are their differences.

hub-feedback

Feedback and bug reports for the Docker Hub (by docker)
Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarLint - Clean code begins in your IDE with SonarLint
  • SaaSHub - Software Alternatives and Reviews
chartmuseum hub-feedback
8 336
3,214 224
1.0% 0.4%
5.3 0.0
5 days ago about 1 year ago
Go
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.

chartmuseum

Posts with mentions or reviews of chartmuseum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-07.
  • Do you mirror external helm chart repositories for local use?
    2 projects | /r/kubernetes | 7 Nov 2022
    We may switch over to Chartmusuem, and something like Charts-Syncer to try to help with this, or maybe abandon the whole idea of mirroring external repositories and just keep our repository hosting internal projects. What are your thoughts on this?
  • Ask r/kubernetes: What are you working on this week?
    4 projects | /r/kubernetes | 3 Jan 2022
    Also trying to find a small self-hosted container registry (not some beast like goharbor.io) and possibly a Helm chart repository (looking into chartmuseum.com). Anyone got some recommendations?
  • Share how you do your CI/CD to Kubernetes
    2 projects | /r/kubernetes | 28 Aug 2021
    ChartMuseum is indeed open source and is on GitHub.
  • Self Hosted Module Registry
    2 projects | /r/Terraform | 19 Jul 2021
    This is also basically an s3 proxy, but it specifically implements the Terraform Registry API so that things like version constraints are handled correctly. If you use Helm at all, an analogous project for charts would be https://github.com/helm/chartmuseum
  • Ditching Docker Compose for Kubernetes
    3 projects | dev.to | 6 Apr 2021
    Another benefit of Helm is in it's package management. If your application requires another team's application up and running, they can publish their Helm chart to a remote repository like a ChartMuseum. You can then install their application into your Kubernetes by naming that remote chart combined with a local values file. E.g., helm install other-teams-app https://charts.mycompany.com/other-teams-app-1.2.3.tgz -f values-other-teams-app.yaml. This is convenient because it means you don't have to checkout their project and dig through it for their helm charts to get up and running - all you need to supply is your own values file.

hub-feedback

Posts with mentions or reviews of hub-feedback. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-01.
  • And it has only one comment
    2 projects | /r/ProgrammerHumor | 1 Jun 2023
    Docker (and Docker Hub) have the worst fucking maintainers.
  • How to get started with Docker using NodeJS? - GoGoSoon
    2 projects | dev.to | 27 Apr 2023
    We can pull the open-source docker images also. To use this we have to create an account in the docker hub.
  • 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.
    2 projects | /r/webdev | 15 Apr 2023
    Ideally you run your the build step on CI and push the built image into container registry (like dockerhub or ghcr). You can then download the image on server and run it. You can do this with docker-compose as well, just use the image instead of dockerfile to define your web app like you do with proxy and DB.
  • Para quem curte DigitalOcean❤️
    4 projects | dev.to | 14 Apr 2023
  • Spin 1.0 — The Developer Tool for Serverless WebAssembly
    17 projects | dev.to | 28 Mar 2023
    Registry services such as GitHub Container Registry, Docker Hub, or, AWS ECR are ubiquitous, and many people are already using them as part of their workflow deploying cloud native applications.
  • We switched from Scala 2 to Rust
    2 projects | /r/rust | 22 Mar 2023
    The world has built an ecosystem around Docker-compatible images and APIs, which is a problem given Docker itself is proprietary software with a really aggressive commercial use license. Even just FOSS image hosting is in peril now, which is all about the terms and not the code, and even a rewrite can't fix that problem.
  • Upload your first website using OPTA Cloud 
    4 projects | dev.to | 20 Mar 2023
    For this article, we will use Nginx, one of the most resilient and stable images. Let’s go over to Docker hub and download our image.
  • Docker: Free team being sunset, no way to convert to a regular account
    2 projects | news.ycombinator.com | 18 Mar 2023
  • Learn How to Build and Push a Docker Image to a Container Registry
    3 projects | dev.to | 18 Mar 2023
    A free Docker Hub account. We will be using DockerHub as our container registry to push our image.

What are some alternatives?

When comparing chartmuseum and hub-feedback you can also consider the following projects:

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

helm-push - Helm plugin to push chart package to ChartMuseum

helm-diff - A helm plugin that shows a diff explaining what a helm upgrade would change

rook - Storage Orchestration for Kubernetes

helm - The Kubernetes Package Manager

tailscale - The easiest, most secure way to use WireGuard and 2FA.

chart-releaser - Hosting Helm Charts via GitHub Pages and Releases

go-echarts - 🎨 The adorable charts library for Golang

robusta - Kubernetes observability and automation, with an awesome Prometheus integration

Portainer - Making Docker and Kubernetes management easy.

Docker Compose - Define and run multi-container applications with Docker