You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Currently we a subset of the binaries built from our repos for the two docker images we release as part of these projects (TES & CoA). Those images are linux only, and codesigning anything for that platform that is not a deployment package (such as DEB or RPM) has no practical effect and is, in fact, not required by Microsoft.
Solution:
There now exists a specification and system in place to codesign entire images, allowing containers to potentially gain all of the security advantages that codesigning affords on OSX and Windows platforms. This should become part of our build/release workflows.
Describe alternatives you've considered
Doing nothing.
Code dependencies
Will this require code changes in:
Problem:
Currently we a subset of the binaries built from our repos for the two docker images we release as part of these projects (TES & CoA). Those images are
linux
only, and codesigning anything for that platform that is not a deployment package (such as DEB or RPM) has no practical effect and is, in fact, not required by Microsoft.Solution:
There now exists a specification and system in place to codesign entire images, allowing containers to potentially gain all of the security advantages that codesigning affords on OSX and Windows platforms. This should become part of our build/release workflows.
Describe alternatives you've considered
Doing nothing.
Code dependencies
Will this require code changes in:
CoA, for new and/or existing deployments?
MaybeTES, for new and/or existing deployments?
MaybeBuild pipeline?
MaybeIntegration tests?
MaybeAdditional context
https://notaryproject.dev/
Related to #478
The text was updated successfully, but these errors were encountered: