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 has been archived by the owner on Feb 17, 2025. It is now read-only.
Context
By default, docker buildx also add attestations as per OCI standard > breake current ECR - only need the Image. Details:
lambda.DockerImageFunction
can not be used alongsidecontainerd
to utilize cache storage backends aws/aws-cdk#31548Workaround
BUILDX_NO_DEFAULT_ATTESTATIONS=1 cdk deploy
Possible solution
With
--provenance
option, issue can be fixed without workaroundThe text was updated successfully, but these errors were encountered: