ez-org / eznode

✨ A simple pruning-friendly setup for a personal bitcoin full node
https://ezno.de
MIT License
55 stars 7 forks source link

Add additional Containerfile/Dockerfile based on alpine #11

Open emanuelb opened 3 years ago

emanuelb commented 3 years ago

The Dockerfile used is based on debian, it would be helpful to have another one that is based on alpine.

shesek commented 3 years ago

I prefer not to maintain eznode on two different base images. I could consider switching entirely to alpine, but since the image is pretty large anyway (~100MB on top of the base image and expected to grow) I'm not sure there's much advantage to doing so.

Following our FB discussion on this matter, do you still see a need for this?

emanuelb commented 3 years ago

yes, all was explained in the FB discussion (the pros: are not just less space.., there many differences between alpine & debian) anyway it's something that probably worth to consider later after most of the external components already installed (to support lightning, other features , etc...)