I am creating a mender converted image that includes a version of my application. I would like to include the version of the app in the image so it is reported on inventory check in.
I know that the --provides rootfs-image.myapp.version:VERSION
can be used to embed the application version in the image using mender-artifact. Can the same argument be used with mender-convert?
Thanks!