Has anyone seen this error when deploying a docker...
# help
g
Has anyone seen this error when deploying a docker image asset from a Mac?
f
Hey @Guy Shechter, did u figure it out?
You could try going into the CloudFormation console and remove the
CDKToolkit
stack, and then deploy again.
This will reset the CDK resources that handles uploading docker image assets.
g
Hi @Frank we deleted the stack, the staging bucket, the ecr repo, recreated it all and are still having the same issue
Could there be an issue with two different users launching two stacks off the same repo into the same AWS account?
tagging @John Yu
f
Came across this SO post.. have u tried this https://stackoverflow.com/a/63264050
g
Thanks @Frank indeed we came across discussions like that and after editing
~/.docker/config.json
and removing the credstore line, it worked. On restarting docker, it was added again, so something weird might be going on with Docker for Mac.