Replies: 1 comment 1 reply
|
Implemented in #12083. This adds native One current constraint: apk executes package scripts in a chroot, so this path requires a Linux host running as root with Thanks for offering to test this. AI-assisted — Tool: Codex; model: openai/gpt-5; version: unavailable. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! Thanks for
mise oci- the one-layer-per-tool model is exactly what we want for our build images, and the apk bootstrap support from #10476 is great.Would it be possible to let
mise oci builduseapk:entries in[bootstrap.packages]alongside the currentapt:support?Today the OCI builder rejects them:
The use case: building images on Wolfi (glibc-based, apk-managed), which is otherwise a perfect fit for mise oci - it avoids the musl issues the docs warn about for Alpine while giving us the rolling security posture. Right now we have to pre-build a small base image with apko just to get system packages in, then layer tools with mise on top. If the OCI build wired apk through the same path as apt (unpack base rootfs ->
apk add --root), a Wolfi-based image would be a singlemise.toml.Not urgent - the apko base workaround is fine - but it would remove the last non-mise step from the Wolfi flow. Happy to test any branch.
All reactions