notaryproject / notary

Notary is a project that allows anyone to have trust over arbitrary collections of data
Apache License 2.0
3.23k stars 511 forks source link

Question about the notary service #1577

Open cihatyildiz opened 4 years ago

cihatyildiz commented 4 years ago

Hi All,

I am not sure this is the right place. But I just want to ask you a question about the docker notary services. We have different environments in our infrastructure that uses different registry. once we change the docker registry do we need to resign the image?

justincormack commented 3 years ago

Currently you can't transfer signatures between registries (that is something the Notary v2 work is intending to fix), but its not clear how you are using the signatures so not 100% sure if that answers your question.

cihatyildiz commented 3 years ago

Thank you for your answer. We are using cloud infrastructure and enabled image content trust. We are creating an on-prem notary service as well. I wonder if we can move the images from on-prem to cloud infrastructure.

HuKeping commented 3 years ago

Similar with #1280 ?