build-cran-binaries/docker
Repository files (latest commit first)
Filename Latest commit message Latest commit date
pat-s 207f799072
chore: resolve latest bincraft release dynamically
Replace the hardcoded bincraft pin (@vX.Y.Z, repeated across every .crow
workflow and the build-one image) with local/install-bincraft.R, which lists
the remote tags via git ls-remote, picks the highest vX.Y.Z, and installs it
with pak (idempotent on the git ref). Now a new bincraft release is picked up
automatically on the next run -- no more editing the version in many places.

Filtering/sorting is done in R (not git --sort / refspec) for portable
behaviour, and GIT_TERMINAL_PROMPT=0 keeps non-interactive runs from hanging.
2026-06-30 16:18:44 +02:00
..
reprex chore: add alpine regex 2024-11-01 19:32:07 +01:00
build-one.Dockerfile chore: resolve latest bincraft release dynamically 2026-06-30 16:18:44 +02:00
Containerfile-shiny-app refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00