IBM / portieris

A Kubernetes Admission Controller for verifying image trust.
Apache License 2.0
332 stars 78 forks source link

Support multi-arch manifest in Policies policies? #417

Open huoqifeng opened 2 years ago

huoqifeng commented 2 years ago

Is your feature request related to a problem? Describe the feature request. I'm not sure, does portieris support Docker Image Manifest v2, schema 2 ?

For example, I have an image example/example-amd64:latest and an image example/example-s390x:latest and I created a manifest example/example:latest which refers to example/example-amd64:latest for arch amd64 and refers to example/example-s390x:latest for arch s390x, I can use the manifest example/example:latest as image tag and don't need care about the architecture of the back end images.

In this case, if I use manifest example/example:latest in portieris policies, is that supported case? otherwise, could we add the support?

Describe the solution that you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features that you've considered.

Additional context Add any other context or screenshots about the feature request.