Forum,
I am wanting to build Docker images that we will deliver for disconnected use customers. However, we want to “sign” these images for security purposes so that customers could validate these signed images.
I fully understanding how signing works today, at least in reading the Help doc. I am curious if there is a workflow to support:
- Build image.
- Sign it.
- Export to a .tar.gz
- Customer able to import image and validate signature.
Thanks for any thoughts or guidance in this area.