←back to thread

The Deletion of Docker.io/Bitnami

(community.broadcom.com)
329 points zdkaster | 1 comments | | HN request time: 0s | source
Show context
pveierland ◴[] No.45048793[source]
Will any source to build new images remain available without subscription?
replies(1): >>45048824 #
elephantum ◴[] No.45048824[source]
They write in the press release, that the sources remain under Apache 2 license, they just stop distributing prebuilt images for free.

Edit: As I see it's true.

Source code for OCI images: https://github.com/bitnami/containers/tree/main/bitnami

Charts: https://github.com/bitnami/charts/tree/main/bitnami

replies(3): >>45048872 #>>45048874 #>>45049105 #
elephantum ◴[] No.45048874[source]
It looks like setting up a mirror and CI/CD on top of Github might work for some time. ghcr is free for public images
replies(3): >>45048912 #>>45049109 #>>45049962 #
1. synchrone ◴[] No.45049962[source]
Their Dockerfiles include things like download pre built binaries from $SECRET_BASEURL which is hosted by them, can still be found in git log though. I imagine it will go offline / have auth soon enough.