You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
// Skip diff when there is no layer to compare with in image2
96
-
continue
97
-
}
98
-
99
-
pkgDiff:=util.GetMapDiff(pack1[i], pack2[i])
100
-
pkgDiffs=append(pkgDiffs, pkgDiff)
101
-
}
102
-
103
-
iflen(image1.Layers) !=len(image2.Layers) {
104
-
logrus.Infof("%s and %s have different number of layers, please consider using container-diff analyze to view the contents of each image in each layer", image1.Source, image2.Source)
0 commit comments