←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. aeijdenberg ◴[] No.45048912[source]
I've been thinking a lot about this kind of thing recently - and put a prototype up of htvend [1] that allows you to archive out dependencies during an image build. The idea being that if you have a mix of private/public dependencies that the upstream dependencies can be saved off locally as blobs allowing your build process to be able to be re-run in the future, even if the upstream assets become unavailable (as appears to be the case here).

[1] https://github.com/continusec/htvend