Is your feature request related to a problem? Please describe.
It would be desirable to use a limited, unprivileged user account to build and store container images.
Describe the solution you'd like
It should be possible to use the rootless_storage_path container storage configuration setting to store container images using an unprivileged user account.
This same directory path could be re-used via the additionalimagestores to allow the infrastructure to read the container images.
Is your feature request related to a problem? Please describe. It would be desirable to use a limited, unprivileged user account to build and store container images.
Describe the solution you'd like It should be possible to use the
rootless_storage_path
container storage configuration setting to store container images using an unprivileged user account.This same directory path could be re-used via the
additionalimagestores
to allow the infrastructure to read the container images.