• Bake mempalace-toolkit wrappers into the image
    Validate / docs-check (push) Successful in 14s
    Validate / validate-base (push) Successful in 14m44s
    Validate / validate-omos (push) Successful in 17m51s
    Publish Docker Image / build-omos (push) Failing after 25m7s
    Publish Docker Image / build-base (push) Failing after 55m51s
    Publish Docker Image / update-description (push) Has been skipped

    joakimp released this 2026-05-01 00:19:35 +02:00 | 78 commits to main since this release

    Scheduler templates in mempalace-toolkit's contrib/ assumed mempalace-session
    was available inside the container, but the image never installed it.
    This release adds a Dockerfile block that clones mempalace-toolkit at build
    time and symlinks bin/mempalace-session and bin/mempalace-docs into
    /usr/local/bin/, so scheduled mining works out of the box after a fresh
    docker compose up --force-recreate.

    Gated by ARG INSTALL_MEMPALACE_TOOLKIT=true (defaults on).

    See CHANGELOG.md for full notes.

    Downloads