• Add uv package manager to base image for on-demand Python support
    Publish Docker Image / build-base (push) Successful in 30m41s
    Publish Docker Image / build-omos (push) Successful in 35m39s
    Publish Docker Image / update-description (push) Failing after 2s

    joakimp released this 2026-04-12 20:14:30 +02:00 | 184 commits to main since this release

    Install uv from GitHub releases (~23MB). Users can install Python with
    'uv python install 3.12' — persists across restarts via devbox-uv volume.
    Eliminates need for a separate Python image variant.

    Downloads