AWS allows to create lambdas using container image, see https://docs.aws.amazon.com/lambda/latest/dg/images-create.html. We are seeing the following error when trying to run a lambda built with version 2beta1 of `rules_oci`: ``` "ImageLayerFailure: UnsupportedImageLayerDetected - Layer Digest sha256:dd2d1b3af2eef813d8cf22b1e17c4500e6c34fd80eddb0f0a78e80632fc872da" ``` The exact same image works fine when using `rules_oci` v1.
AWS allows to create lambdas using container image, see https://docs.aws.amazon.com/lambda/latest/dg/images-create.html.
We are seeing the following error when trying to run a lambda built with version 2beta1 of
rules_oci:The exact same image works fine when using
rules_ociv1.