I'm trying to deploy an app engine application, but no matter which code I'm trying to deploy, even if it's taken from their samples at:
https://github.com/GoogleCloudPlatform/golang-samples
I get the same error:
Step #1: error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "Manifest with digest 'sha256:249859465bcde1cb15128ff0d9eb2bb54de67f72a834a7576e6649cfe0a27698' has media type 'application/vnd.docker.distribution.manifest.list.v2+json', but client accepts 'application/vnd.docker.distribution.manifest.v2+json'."
I'm not good at devops, so no idea howto work this around