golang-samples: The deployment is broken on App Engine flexible for Go
Not sure is the best place to post this issue.
The deployment is broken on App Engine flexible for Go.
Step #1: error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "Manifest with digest 'sha256:884ac2144c3ee154bd67271e99bc6ef00f430092750167729b0321ab55fde5ec' has media type 'application/vnd.docker.distribution.manifest.list.v2+json', but client accepts 'application/vnd.docker.distribution.manifest.v2+json'."
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (6 by maintainers)
We have successfully rolled back the broken build. You will also need to downgrade to gcloud version 315.0.0, or upgrade to version 317.0.0 when it is released next week. You can change your gcloud version via:
gcloud components update --version 315.0.0
Please run that command and try deploying again.
Thanks for the report – not sure what the cause is yet.
I’m also unable to deploy go1.14 or go1.15 in the appengine flex environment with this same error:
go1.13 works, but I need a more recent go…