Container authentication? #9323
Replies: 3 comments 11 replies
-
The images are only verified at pull time, they do not handle verification at runtime. |
Beta Was this translation helpful? Give feedback.
-
@shotgunwilly I'm not sure which command you're talking about, but if you do |
Beta Was this translation helpful? Give feedback.
-
Also, @shotgunwilly, if you have an image stored locally that has been secured, you can assure that you won't pull from a registry by using the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I assume, like most container runtimes, the integrity of the container image is verified before executing the image and creating the actual container? Again, assuming that images are cached locally like Docker does, is the integrity checked prior to executing local images or prior to restarting existing containers? As containers move out to the edge, it's becoming more and more important to add the security threat model of physical tampering, so always verifying image integrity, as well as existing containers, prior to executing is becoming more important. Thanks
Beta Was this translation helpful? Give feedback.
All reactions