Add xorriso to the runner image #7
Loading…
Reference in a new issue
No description provided.
Delete branch "claude/objective-cartwright-611e29"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Grey.ooo/docker PR #39 added xorriso to the frankenphp images so downstream projects (Someones.Computer) can build cloud-init NoCloud seed ISOs. The CI runner image lacked it, so tests that want to assert against a genuinely generated ISO had to skip or mock.
This adds
xorrisoto the existingEXTRA_PACKAGESapk layer. Verified with a local php8.5 build:xorriso --version-> 1.5.6xorriso -as mkisofs -output seed.iso -volid CIDATA -joliet -rational-rock user-data meta-data network-configproduces a valid ISO in the image🤖 Generated with Claude Code