I was trying to deploy from my local in my mac m4 pro.
I have cdk typescript application.
What helped me was to disabling BuildKit
export DOCKER_BUILDKIT=0
And doing the deployment again cdk deploy --all
cdk deploy --all