Closed TheBlusky closed 11 months ago
I didn't find any official Docker image for this project, so I created this pull request to suggest one.
It's a multistage Docker image, so final image should be minimal.
It include san entrypoint script that initializes database and generates VERIFIER_SECRET_KEY.
VERIFIER_SECRET_KEY
If accepted, it might be nice to automate building and pushing through Github Action, but I've got no experience with it.
I think this PR might be interesting in order to have an official gpodder2go Docker image.
If I can be of any help to make it merged (or discarded), let me know :-)
Thanks for this! This looks good!
I didn't find any official Docker image for this project, so I created this pull request to suggest one.
It's a multistage Docker image, so final image should be minimal.
It include san entrypoint script that initializes database and generates
VERIFIER_SECRET_KEY
.If accepted, it might be nice to automate building and pushing through Github Action, but I've got no experience with it.