BuildKit cache import/export; private registry auth
v0.31.0
2 features1 enhancementThis release2 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes
From the original release noteView original ↗
CLI
New
- Build: The
buildcommand now supports BuildKit cache import and export via--cache-fromand--cache-to, using the same syntax as docker buildx. For example:railpack build --cache-from type=registry,ref=my.registry/cache --cache-to type=registry,ref=my.registry/cache,mode=max .by @mvanhorn in https://github.com/railwayapp/railpack/pull/595 - Build:
railpack buildnow uses credentials from your Docker CLI config ($DOCKER_CONFIG, default~/.docker/config.json) so BuildKit can pull from and push to private registries. Log in withdocker loginfirst if needed. by @iloveitaly in https://github.com/railwayapp/railpack/pull/623 - Mise: Updated mise version from v2026.7.2 to v2026.7.5.
Internal improvements to testing, documentation, and refactoring by @iloveitaly.
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.30.1...v0.31.0
Fetched July 14, 2026


