Introduction
In this lab, we will explore how to manage image signatures using Docker Content Trust, specifically focusing on the docker trust revoke
command. We will begin by inspecting a signed image to understand how signatures are displayed and verified.
Following the inspection, we will learn how to revoke signatures from a specific signed tag of an image. We will then verify that the revocation was successful by inspecting the image again. Finally, we will demonstrate how to revoke signatures from all tags within a repository and confirm that all signatures have been removed. This lab provides practical experience in managing the trust associated with your Docker images.