GoogleContainerTools / container-structure-test

validate the structure of your container images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-arch images are not supported

anguslees opened this issue · comments

Known issue, but I didn't see an open bug tracking it.

ie:

if desc.MediaType.IsIndex() {
logrus.Fatal("multi-arch images are not supported yet.")
}