cilium / cilium-olm

Other
10 stars 13 forks source link

scripts: Use "docker manifest" command #55

Closed nathanjsweet closed 2 years ago

nathanjsweet commented 2 years ago

Rather than pull images to inspect there hashes we can simply use "docker manifest inspect" which allows us to skip having to download images to get there hash.

Signed-off-by: Nate Sweet nathanjsweet@pm.me