• v8.14 533d703c97

    Bootstrap ca-certificates so NVIDIA CUDA HTTPS source is trusted

    mchus released this 2026-04-15 17:24:20 +03:00 | 146 commits to main since this release

    debootstrap creates a minimal chroot without ca-certificates, causing
    apt-get update to fail TLS verification for the NVIDIA CUDA apt source:
    "No system certificates available. Try installing ca-certificates."
    Add ca-certificates to --bootstrap-packages so it is present before
    lb chroot_archives configures the NVIDIA HTTPS source and runs apt-get update.

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

    Downloads