top | item 44612968

(no title)

janjongboom | 7 months ago

The removal (or moving) of the Bitnami images from Docker Hub is going to break a ton of systems that depend on them. I helped set up https://www.stablebuild.com/ some years ago to counter these types of issues, it provides (among other things) a transparent cache to Docker Hub which automatically caches image tags and makes them immutable - underlying tag might be deleted or modified, but you’ll get the exact same original image back.

discuss

order

carrodher|7 months ago

That's what the announcement said, there is a copy of everything at https://hub.docker.com/u/bitnamilegacy

janjongboom|7 months ago

Still gonna break everyone’s CI until they manually update the tag. (And who guarantees that these tags will stay alive after they pull this)