imapfilter/README.md

68 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2024-01-19 09:02:22 +01:00
---
lang: EN_US
---
2024-01-09 22:01:54 +01:00
# ImapFilter Container Image
2024-01-19 09:02:22 +01:00
## Description
2024-01-09 22:01:54 +01:00
This repository contains the Containerfile and associated scripts for a container image that runs [imapfilter](https://github.com/lefcha/imapfilter).
2024-01-19 09:02:22 +01:00
The image is based on Alpine Linux and compiles the main branch of
imapfilter in a build image so that the bare imapfilter image is
as small as possible.
imapfilter is running in a loop waiting 500 seconds between each
run.
## Security
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
Imapfilter is running with a non-root userid to improve security.
In kubernetes you can also enforce running the image with readonly
root directory.
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
## Supported Architectures
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
- amd64
- arm64
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
## Updates
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
I am trying to update the image weekly as long as my private kubernetes cluster is available. So I do not promise anything and do **not** rely
your business on this image.
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
## Prerequisities
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
A container runtime like
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
* docker
* podman
* kubernetes
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
## Container Parameters
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
At the moment there are no parameters but there will be
some added in the future.
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
## Volumes
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
You have to mount the imapfilter config file to /home/imapfilter/config.lua. This can be done by a bind mount or a configmap in kubernetes.
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
## Source Repository
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
* https://gitea.federationhq.de/Container/imapfilter.git
2024-01-09 22:01:54 +01:00
2024-01-28 09:33:22 +01:00
## Prebuild Images
* https://hub.docker.com/repository/docker/byterazor/imapfilter/general
2024-01-19 09:02:22 +01:00
## Authors
2024-01-09 22:01:54 +01:00
2024-01-19 09:02:22 +01:00
* **Dominik Meyer** - *Initial work*
2024-01-09 22:01:54 +01:00
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.