revali_docker 1.2.0
revali_docker: ^1.2.0 copied to clipboard
A Revali build construct that generates production-ready Dockerfiles for your server
CHANGELOG #
1.2.0 | 08.15.26 #
Fixes #
- Raise the
revali_constructfloor to^3.0.0. Nothing in this package changed; it is re-released so the published set still resolves.revali_constructis a new major this round, and a dependent's constraint is only rewritten if that dependent is itself part of the release — leaving 1.1.0 behind on^2.4.0would make it unresolvable alongside it.
1.1.0 | 08.05.26 #
Features #
- Automatically generate a minimal single-stage Dockerfile whenever
revali buildalready compiled a native executable (via abuild:section inrevali.yaml), instead of the default multi-stage, compile-inside-Docker build. Supports multi-architecture images viaARG TARGETARCH. See Cross-Compiling.