chainguard-dev / apko

Build OCI images from APK packages directly without Dockerfile

Home Page:https://apko.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to change home dir for user created with apko?

farcop opened this issue · comments

I want to change home dir from /home/user to another one within apko file.

E.g.

accounts:
  users:
    - username: myuser
      uid: 10000
      home: /tmp/myuser