Most active commenters

    ←back to thread

    The Deletion of Docker.io/Bitnami

    (community.broadcom.com)
    329 points zdkaster | 11 comments | | HN request time: 1.211s | source | bottom
    Show context
    asmor ◴[] No.45049447[source]
    > However, in order to sustain and support the dedicated team of engineers who maintain and build new charts and images, a subscription will be required if an organization needs the images and charts built and hosted in an OCI registry for them.

    This is such a naive take. Bitnami images were a sign of goodwill, a foot in the door at places were the hardened images were actually needed. They just couldn't compete with the better options on the market. This isn't a way to fix it, it's extortion. This is the same thing Terraform Cloud did, and I don't think that product is doing so hot.

    > Essentially, Bitnami has been the Jenkins of the internet for many years, but this has become unsustainable.

    It's other people's software, so it's very rich of Bitnami to accuse anyone of freeloading when their only contribution is adding config options to software that maybe corresponds to a level 2 on the OperatorFramework capability scale[1] - usually more of a 1.

    [1]: https://operatorframework.io/operator-capabilities/

    replies(11): >>45050005 #>>45050042 #>>45050416 #>>45050488 #>>45050688 #>>45050800 #>>45051410 #>>45052041 #>>45053279 #>>45054090 #>>45055791 #
    1. pst ◴[] No.45050800[source]
    You're not wrong. They add miniscule value. But what does that say about the people using these images who are now struggling to replace them?
    replies(3): >>45050823 #>>45050858 #>>45052875 #
    2. carlhjerpe ◴[] No.45050823[source]
    Packaging is not miniscule value, it's valuable gruntwork.
    replies(1): >>45051426 #
    3. AndrewDucker ◴[] No.45050858[source]
    You can't have it both ways.

    If their value-add was miniscule then they should be trivial to replace.

    If it's a struggle to replace them then that's the value they were adding.

    replies(1): >>45050987 #
    4. pebble ◴[] No.45050987[source]
    No, the struggle is fully manufactured by this rug pull. If I had known this was going to happen when I was setting up my infra I could've used any number of other alternatives, including just building them myself, at little to no extra effort. Now I have to waste time migrating off of these.
    replies(1): >>45051546 #
    5. pst ◴[] No.45051426[source]
    A lot of work that apparently is not valued enough to justify paying for.
    replies(3): >>45051481 #>>45051781 #>>45056607 #
    6. carlhjerpe ◴[] No.45051481{3}[source]
    You could make the same argument against Linux, openssl, ffmpeg, compression algorithms, web browsers and so many more things.

    A select few will pay for the rest of us, but it's valuable to everyone who uses it.

    Broadcom just wants to squeeze anyone who can't do it themselves.

    7. immibis ◴[] No.45051546{3}[source]
    You did know this was going to happen, and chose to pretend you didn't.
    replies(1): >>45053811 #
    8. asmor ◴[] No.45051781{3}[source]
    The problem isn't paying for it, it's the extra workload of retrofitting authentication to all your things. I'd find this a lot more enticing if they just made you set a "i have a license or i am evaluating or i am not commercial" flag in Helm or fail the build. Plus the cost is extremely disproportionate, but some will pay it given the one month deadline.
    9. liveoneggs ◴[] No.45052875[source]
    it doesn't say anything nice that "moderate inconvenience" is a "struggle"
    10. tremon ◴[] No.45053811{4}[source]
    We also know the Sun is going to swallow the Earth and eventually burn up. That doesn't mean we stop building with what we have now.
    11. tracker1 ◴[] No.45056607{3}[source]
    I'm mixed... I've spent the time to create installers and docker images for a couple things, mostly because I wanted them to exist for myself, that others found them useful was a cool side effect. Nothing to the breadth or scope of Bitnami though.

    That said, it seems to be a side effect of their business model that they don't feel they can offer for free, or otherwise choose not to in order to convince people to move. It seems there's nothing stopping someone from forking and/or continuing the packaging for apps they use based on where Bitnami is today. Cool.

    I'd personally like to see a lot of these hardening efforts upstream anyway... separating base images for build vs. runtime and more so with the "official" app images themselves. People do and should have different expectations from a lot of applications when packaged in a container vs. installed on a system.