We're trying to add extraDirectories using jib to add a couple app-specific files, but we'd prefer the files to be owned by a user that exists in the base image, and not owned by root. We need the files to be writable by the user, but don't want them writable by others.
I know you can use extraDirectories.permissions to set permissions on the paths, but is there a way to set owner and group of the files?