Skip to content

security-products/gemnasium:5 -> mismatched image rootfs and manifest layers

Summary

The Dependency Scanning Job is broken due to the image not being able to unpack.

Steps to reproduce

kubectl run gemnasium --image=registry.gitlab.com/security-products/gemnasium:5 --restart=Never -it --rm -- bash

I tried this on different Kubernetes Clusters.

Spin up a VM with Ubuntu -> install microk8s -> run the container -> error

What is the current bug behavior?

Image does not unpack and therefore does not run. Dependency Scanning Job does not run.

What is the expected correct behavior?

The image should unpack.

Relevant logs and/or screenshots

Error: failed to create containerd container: error unpacking image: mismatched image rootfs and manifest layers

Possible fixes

Edited by Felix Breuer