Skip to content
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

Digital Signature for the container image and a signed SBOM #180

Open
iamvolvo opened this issue Sep 15, 2023 · 3 comments
Open

Digital Signature for the container image and a signed SBOM #180

iamvolvo opened this issue Sep 15, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@iamvolvo
Copy link

Hi,

I'd like to be able to verify the container images I'm downloading from https://hub.docker.com/_/amazoncorretto/ have indeed been generated by you and have not been tampered with.

I'd also like to be able to be able to know what components you are including in your containers, ideally in an SBOM format, and I'd also like to make sure that this metadata hasn't been tampered with.

Thanks!

@iamvolvo iamvolvo added the enhancement New feature or request label Sep 15, 2023
@benty-amzn
Copy link
Contributor

Hi, thanks for contacting us about this. It would be helpful if you could describe in a bit more detail what you're looking for:

  • What information would you like that isn't already provided by docker trust amazoncorretto or docker sbom amazoncorretto:<tag>?
  • How would you like that information provided? Do you have an example you can share where another image is vending this information?

@lutkerd
Copy link
Contributor

lutkerd commented Sep 15, 2023

As an "Official Image", Dockerhub generates those images based on the Dockerfiles in this repository and the images will get automatically rebuilt when the base images change.

@lqc
Copy link

lqc commented Jun 27, 2024

@benty-amzn The docker scout sbom command creates a new SBOM by scanning the contents of the image which has its downsides and depends on the accuracy of the tool. Instead, it is possible for the image author to provide a signed attestation of the contents added as metadata of the image itself (e.g. https://docs.docker.com/build/attestations/ and https://docs.docker.com/build/attestations/sbom/)

@lutkerd If the actual build pipeline is not here, but with DockerHub, I guess it would actually be a request to their build pipeline to generate that metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants