lndg icon indicating copy to clipboard operation
lndg copied to clipboard

Rootless container image

Open chevdor opened this issue 1 year ago • 2 comments

When security is a concern, better use rootless images.

I started working on the topic and I have a working rootless image.

You can see the diff here. This diff includes a bunch of other changes (See #77) that probably shouls be excluded from a PR.

Happy to propose a PR if this is welcome.

The fixes I made so far are:

  • rootless image
  • better ENV support
  • option to not use supervisord
  • much smaller image
  • the image is built from the local source, and not from the github repo... which is also a better practise and allows building any tag/branch.

chevdor avatar Jan 26 '24 11:01 chevdor

Yes, PRs are welcome!

cryptosharks131 avatar Feb 10 '24 02:02 cryptosharks131

Here you go: https://github.com/cryptosharks131/lndg/pull/377

chevdor avatar Feb 10 '24 12:02 chevdor