joanmorera57/alfis

By joanmorera57

Updated about 7 hours ago

A multiarch, always up-to-date Alfis (Alternative Free Identity System) container.

Image
Networking
2

1.8K

joanmorera57/alfis repository overview

Alfis Docker (Alpine Static)

Source Build Status Architecture

A multiarch, lightweight Docker image for Alfis CLI, statically built on Alpine Linux.

Features
  • Minimal & Static: ~13MB uncompressed. Contains only the binary and minimal Alpine base.
  • Multi-Arch: Native builds for amd64, arm64, armv7, and 386.
  • Non-Root: Runs as unprivileged user alfis (UID 100).
  • Optimized: Built with doh, LTO, and panic=abort.
Build Policy

The image is automatically rebuilt and published daily if new upstream Alfis tags or Alpine security updates are detected.

Usage

Default config is at /etc/alfis.conf; database in /var/lib/alfis.

Docker CLI

docker run -d --name alfis \
  -p 4244:4244 -p 53:53/udp \
  -v alfis_data:/var/lib/alfis \
  ghcr.io/joan-morera/alfis:latest

Docker Compose

services:
  alfis:
    image: ghcr.io/joan-morera/alfis:latest
    container_name: alfis
    restart: unless-stopped
    ports:
      - "4244:4244"
      - "53:53/udp"
    volumes:
      - alfis_data:/var/lib/alfis

volumes:
  alfis_data:

Tag summary

Content type

Image

Digest

sha256:b8d8ba178

Size

6.3 MB

Last updated

about 7 hours ago

docker pull joanmorera57/alfis