Earlier quoted context omitted.
>The price of support comes in at at slightly less than the equivalent amount of S3 storage That's absurd. I would be running to NetApp and Dell for competitive object storage quotes then. Haven't done pricing on either one recently but at least a few years ago they were roughly half the price of S3 all in (including hosting costs).
> half the price of S3 No one other than hobbyists is paying full price on AWS.
MinIO stops distributing free Docker images
381–390 of 585 posts
Re: MinIO stops distributing free Docker images
#382Earlier quoted context omitted.
Years ago I worked in customer service. There was this guy who came in to to motivate us. He talked about the work of someone named Bob Farrell who had a chain of ice cream shops and sold burgers. He had received a letter from a disappointed customer. The customer had been given the extra pickles on his burgers for years and now one of Bob's employees told him he now had to pay extra for it. The customer said he'd ne…
> Minio doesn't have to give non-paying users anything, but the story still applies. How on earth does it apply when your complete example story relies on the satisfaction of the paying customers. If you're not paying, you're not a customer - you're a user.
Re: MinIO stops distributing free Docker images
#383I don't think this is really a big deal. Plenty of others already maintain public OCI images of Minio (Bitnami is one example). So long as that's the case, there are options. I'm not familiar with Minio's licensing terms, so maybe they can put an end to that practice if they want to, but I suspect there are drop-in replacements other than the official Minio Docker Hub image. What Minio is doing wrong here is thinking…
Looks like that's coming to an end too.
https://community.broadcom.com/tanzu/blogs/beltran-rueda-bor...
Re: MinIO stops distributing free Docker images
#384Earlier quoted context omitted.
Nothing like VC or IPO to ruin a perfectly good product...
it used to be that people started businesses so that they could help others by providing a product or a service to them. late stage capitalism arrives when people create businesses solely to get rich, and when other companies are created solely to get rich by helping those people create their companies so that they can get rich. that's what ycombinator is. most of capitalism used to be symbiotic. engaging in transact…
People went from having the land and resources to craft, for example, their own shoes, then a few decades later they were in a position where they had to buy shitty factory made shoes that fell apart instead because they were kicked off their land to work in factories.
Re: MinIO stops distributing free Docker images
#385I don't think this is really a big deal. Plenty of others already maintain public OCI images of Minio (Bitnami is one example). So long as that's the case, there are options. I'm not familiar with Minio's licensing terms, so maybe they can put an end to that practice if they want to, but I suspect there are drop-in replacements other than the official Minio Docker Hub image. What Minio is doing wrong here is thinking…
> Plenty of others already maintain public OCI images of Minio (Bitnami is one example). Looks like that's coming to an end too. https://community.broadcom.com/tanzu/blogs/beltran-rueda-bor... https://news.ycombinator.com/item?id=45048419
And while some people might be intimidated by it, it's not a huge lift to make your own images. I don't mean to trivialize it, because it's at best inconvenient, and can be challenging. In many cases it's only a few minutes of work to bundle something up. LLMs are great at this. For a Golang app like Minio, it's a piece of cake, since you don't have to install a zillion dependencies manually.
Re: MinIO stops distributing free Docker images
#386Re: MinIO stops distributing free Docker images
#387Earlier quoted context omitted.
>The price of support comes in at at slightly less than the equivalent amount of S3 storage That's absurd. I would be running to NetApp and Dell for competitive object storage quotes then. Haven't done pricing on either one recently but at least a few years ago they were roughly half the price of S3 all in (including hosting costs).
> half the price of S3 No one other than hobbyists is paying full price on AWS.
Re: MinIO stops distributing free Docker images
#388They abandoned documentation (edit: for the open source codebase) a couple of weeks ago - that seems more significant. From their Slack on Oct 10: "The documentation sites at docs.min.io/community have been pulled of this morning and will redirect to the equivalent AIStor documentation where possible ". [emphasis mine] The minio/docs repository hasn't been updated in 2 weeks now, and the implication is that isn't goi…
>The price of support comes in at at slightly less than the equivalent amount of S3 storage That's absurd. I would be running to NetApp and Dell for competitive object storage quotes then. Haven't done pricing on either one recently but at least a few years ago they were roughly half the price of S3 all in (including hosting costs).
Re: MinIO stops distributing free Docker images
#389I'm still dabbling but have kind of latched onto the idea of using Ceph. To my understanding they were acquired by RedHat, and the project has all the signs of real open source, including the fact that it originated as a doctoral research project at the University of California, Santa Cruz, with initial funding from the U.S. Department of Energy.
Re: MinIO stops distributing free Docker images
#390Earlier quoted context omitted.
So just to be clear, they publish the docker image, they have an Github action which is basically free for them to build and release it into a free registry but they don't do it. So i setup everything to do this on my github with their code and publish it on my package. And you don't think this is stupid? The problem is the critisim how they act and even if they release everything and its just building the image, you…
The scenario you described is mainly just benefiting you. Whether Min.IO loses or wins something based on this decision, will remain to be seen. In either case they don't owe it either to me or to you to provide a built image, especially as they continue to provide the source, including the Dockerfile. In either case if in your setup you are not able to rebuild an image off of a Dockerfile, your setup is worth rethin…