-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content trust support #1544
Comments
Not sure if we will look into this soon, but I have briefly gone over the Docker Content Trust (DCT) doc to see what it is, but I'm still completely lost in how exactly this can be implemented in Jib. I'd appreciate if you could give us pointers or guidance in terms of what needs to be done on the Jib side implementation-wise. Even high-level descriptions would help. Best if you can contribute to our code directly. :) |
I'm not fully sure of the "how" - by guess reading quickly the sources is that it is mainly interacting with a notary server and signing a tag (the digest only?). Main goal is to enforce the from to be a signed image and let a produced image be used in a from in a docker file using content trust. |
Hi, ref docker/cli#3394 |
Signing images and using technologies such as cosign / sigstore has gained a lot of popularity and adoption, driven by the need for supply-chain security. Would you reconsider prioritizing this issue? |
+1 for feature |
Description of the issue:
Add support for signed image , aka content trust.
Expected behavior:
Add a key config in the builder to sign the image and wire it in build plugins. For mavennit will use servers typically.
Steps to reproduce:
Environment:
jib-maven-plugin
Configuration:jib-gradle-plugin
Configuration:Log output:
Additional Information:
The text was updated successfully, but these errors were encountered: