I am trying to commit podman local storage as a commit to ostree-repo and I was getting error
ostree --repo=/home/prashant/engicam_bsp_release/build/tmp/deploy/images/imx8mp-icore/ostree_repo_containers commit \ --tree=dir=/home/prashant/engicam_bsp_release/build/tmp/fullmetalupdate-containers/deploy/containers/imx8mp-icore/ostree-containers/ \
--skip-if-unchanged \
--branch=gen3-containers \
--subject=Commit-id: gen3-containers-imx8mp-icore-test.rootfs \
error: Not a regular file or symlink: users-groups.sh
FYI -
I'm shipping an ostree repo on the edge device containing base applications based on Podman containers.
NOTE: I already reached out ostree github repo maintainers but I haven't get any solution yet for this.