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.
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 imageexample/example-s390x:latest
and I created a manifestexample/example:latest
which refers toexample/example-amd64:latest
for archamd64
and refers toexample/example-s390x:latest
for archs390x
, I can use the manifestexample/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.