Skip to content

v0.2.9

Choose a tag to compare

@github-actions github-actions released this 30 Mar 17:24
3cc7728
  • Bash for build commands — switched build shell from busybox sh to bash.
    Avoids autoconf compatibility issues (e.g., AS_LINENO_PREPARE infinite loop)
    and matches what upstream build scripts expect. Removed per-recipe bash
    workaround from util-linux.
  • User account API — new classes/users.star provides user() and
    users_commands() functions for defining user accounts in Starlark.
    base-files is now a callable base_files() function that accepts a users
    parameter — image recipes can override it to add users (e.g., dev-image adds a
    user account with password password).

To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.