• authentik-v1.1.2 3e3fe0b2eb

    Fix blueprint symlinks: use runtime entrypoint wrapper
    All checks were successful
    Build Container / build (push) Successful in 3s
    Build Container (Nix) / build (push) Successful in 1m8s

    eblume released this 2026-02-20 12:16:07 -08:00 | 596 commits to main since this release

    extraCommands in buildLayeredImage can't access store paths from
    contents (they're in separate layers), so the glob matched nothing.
    Instead, create a wrapper entrypoint that symlinks built-in blueprint
    dirs from the Nix store into /blueprints at container start. The
    directory is created world-writable so user 65534 can create links.

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

    Downloads