Go to file
Dominik Meyer 0f181ac14e
continuous-integration/drone Build is passing Details
ADD: link to prebuild images
2024-01-28 09:33:22 +01:00
scripts ADD: run imapfilter as a user not root 2024-01-10 20:46:12 +01:00
.drone.yml ADD: updated ci/cd to push to docker hub 2024-01-19 09:07:44 +01:00
Containerfile ADD: run imapfilter as a user not root 2024-01-10 20:46:12 +01:00
LICENSE ADD: initial commit 2024-01-09 22:01:54 +01:00
README.md ADD: link to prebuild images 2024-01-28 09:33:22 +01:00

README.md

lang
EN_US

ImapFilter Container Image

Description

This repository contains the Containerfile and associated scripts for a container image that runs imapfilter.

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

Imapfilter is running with a non-root userid to improve security. In kubernetes you can also enforce running the image with readonly root directory.

Supported Architectures

  • amd64
  • arm64

Updates

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.

Prerequisities

A container runtime like

  • docker
  • podman
  • kubernetes

Container Parameters

At the moment there are no parameters but there will be some added in the future.

Volumes

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.

Source Repository

Prebuild Images

Authors

  • Dominik Meyer - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details.