←back to thread

210 points mmoogle | 4 comments | | HN request time: 0.893s | source
1. janjongboom ◴[] No.44612968[source]
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.
replies(1): >>44613176 #
2. carrodher ◴[] No.44613176[source]
That's what the announcement said, there is a copy of everything at https://hub.docker.com/u/bitnamilegacy
replies(1): >>44613211 #
3. janjongboom ◴[] No.44613211[source]
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)
replies(1): >>44615735 #
4. mrweasel ◴[] No.44615735{3}[source]
This is exactly why so many of us have advocating for private registries and copies of every image you run in production. Pulling straight from Docker Hub was always a risk.