Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've been maintaining docker-imapfilter for a couple years, which provides nightly and tagged builds of imapfilter as a docker image:
https://github.com/ntnn/docker-imapfilter
https://hub.docker.com/r/ntnn/imapfilter
I've added pushing to ghcr.io today (see https://github.com/ntnn/docker-imapfilter/pkgs/container/docker-imapfilter) and thought that since this requires no additional setup you might be interested in an official Docker Image.
Also I'd prefer that docker-imapfilter is a superset of an official Docker Image, rather than building imapfilter from the ground up.
I'd be open to maintain the Dockerfile and GitHub Action so it's not additional work. PRs against the Dockerfile and Action could be automatically assigned to be reviewed by me using a GitHub CODEOWNERS file:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
IIRC that does not require people in CODEOWNERS to be maintainers.
The file would basically be:
For the Dockerfile and Action I abriged the ones used in docker-imapfilter:
https://github.com/ntnn/docker-imapfilter/blob/main/Dockerfile
https://github.com/ntnn/docker-imapfilter/blob/main/.github/workflows/image-build.yml
The Action builds also for ARM as this makes the image usable on single board computers like the Raspberry Pi (which is where I run docker-imapfilter on, e.g.).