Releases: daemonless/dbuild
v1.9.3
What's Changed
- feat: generate code for
-Pparameter ofappjail-oci(1)runby @DtxdF in #10 - feat: add code for AppJail (CLI) by @DtxdF in #11
- docs: display file names as comments for Director by @DtxdF in #12
- feat: honor
PORTSDIRenvironment variable ininitsubcommand by @DtxdF in #13
Full Changelog: v1.9.2...v1.9.3
v1.9.2
v1.9.1
Full Changelog: v1.9.0...v1.9.1
dbuild 1.9.0
Full Changelog: v1.8.8...v1.9.0
v1.8.8
Full Changelog: v1.8.7...v1.8.8
v1.8.7
Full Changelog: v1.8.6...v1.8.7
v1.8.6
What's Changed
dbuild test --puid — PUID/PGID ownership verification. Confirms an image
honors PUID/PGID: the bsd user is remapped and /config is fully
re-chowned, including across a redeploy onto an existing volume. Folded into the
normal test run and default-on for all variants -- opt out with cit: puid: false
or --puid=false.
Also: configurable registry input in the reusable build workflow, build-tools
now installed from a pinned bundle, and fixes to the generated README port
display (#8, thanks @varpon) and table whitespace.
Full Changelog: v1.8.5...v1.8.6
1.8.5
Full Changelog: v1.8.4...v1.8.5
v1.8.4
Full Changelog: v1.8.3...v1.8.4
v1.8.3
What's Changed
Features
--no-cacheflag fordbuild build- Lint warnings for
localhost/image refs in compose and README
Templates & Tooling
- Trailing whitespace and consecutive blank lines lint check for compose.yaml
- Fix
compose.yamlinit template (trailing space, blank line when mlock=false) - Local
README.j2in repo root overridesdocs: manual PKG_NAMEARG andio.daemonless.pkg-namelabel in pkg template- Migrate remaining workflow bits from daemonless→dbuild
- Update to mkdocs-zip-bundle-plugin templates
- Upgrade
vmactions/freebsd-vmto v1.4.4 - Update GitHub Actions dependencies
- Sort sbom.json keys after merge
Fixes
dbuild initgenerating wrong variants in config.yamlappjail: false/nullincorrectly enabling appjail CIT backend- Flat artifact layout handling for single-variant images
initdefaults: appjail true, correct community default
Full Changelog: v1.8.1...v1.8.3