[Suggestion] Include My Dockerfile
Hello and first of all thanks for maintaining this great project.
I've seen this repository includes its own Dockerfile, which is good for most cases. However, I (personally) thought some things can be improved. That's why I created my own dockerized version of elodie with these additional benefits:
-
Elodie doesn't run as root, it runs as own unprivileged
elodieuser inside the container. This has been implemented for security reasons and to allow sharing the UID between the user on the host and the user inside of the container. This prevents files from being not accessible without usingchownfirst. -
Based on alpine and therefore smaller and cleaner. The version of
exiftoolis >10.20too by default. -
Included
Makefilefor additional convenience, e.g. when running the container.
Let me know what you think - maybe we can merge both Dockerfiles if you want to stay on debian :)
I don't have a huge opinion on this. Though staying on debian seems to be a safe bet :). Mind submitting a PR with a merged Dockerfile?