Cloud Function build error - failed to get OS from config file for image
12
2
I'm seeing this Cloud Build error when I try to deploy a Cloud Function: "Step #2 - "analyzer": [31;1mERROR: [0mfailed to initialize cache: failed to create image cache: accessing cache image "us.gcr.io/MY_PROJECT/gcf/us-central1/SOME_KEY/cache:latest": failed to get OS from config file for image 'us.gcr.io/MY_PROJECT/gcf/us-central1/SOME_KEY/cache:latest'" I'm able to build and emulate the cloud function locally, but I can't deploy it due to this error. I was able to deploy just fine until now. I've looked everywhere and I can't find any discussion about this. Anyone know what's going on here? UPDATE: I deployed a new function 3 days ago and now I can't seem to deploy an update to it. I get the s...