←back to thread

The Deletion of Docker.io/Bitnami

(community.broadcom.com)
329 points zdkaster | 1 comments | | HN request time: 0s | source
Show context
notimetorelax ◴[] No.45048589[source]
Is anyone working on mirroring the images and keeping them updated?
replies(3): >>45048778 #>>45048951 #>>45049063 #
kappuchino ◴[] No.45048778[source]
That only works for weeks or so, since they won't be updated, according to the PR.

It's time to build your own from core / foundational images - something I recently learned and now seek to master.

replies(1): >>45048882 #
shellwizard ◴[] No.45048882[source]
Would you kindly share how to do it?
replies(3): >>45049252 #>>45050210 #>>45050226 #
nofunsir ◴[] No.45050210[source]
Wait... this whole time reading this thread, I'm racking my brain for what bitnami provided (I used to use them before docker came around. I never would have got Redmine up and going without them -- the install seemed so foreign.) that building a docker image couldn't, because surely everyone knows how to build one from scratch, right?... right?

Is all the panic because everyone is trying to avoid learning how to actually install the pieces of software (once), and their magic (free) black boxes are going away?

I recommend VS Code remote connections and docker builds via the docker extension to do rapid build-run-redo. Remember to make sure it works from scratch each time. You can automate them with Jenkins... (which came first, the Jenkins or the Jenkins Docker image?) I also recommend Platform One. (you'll need a smart card) I also recommend reading the particular software's documentation ;)

replies(1): >>45053862 #
1. Alcatros552 ◴[] No.45053862[source]
Thats super silly, it's so easy to make docker images... especially if you have a fast connection you can build a proper image which is production ready in a few hours.. (eg.30-40 builds)