연일 갑자기 golang 프로젝트를 appengine에 더 이상 배포할 수 없습니다. 로그에 다음 오류 메시지가 표시됩니다.
으아아아처음에는 go 1.11이 마침내 더 이상 사용되지 않는다고 생각했지만 1.19로 변경해도 문제가 해결되지 않았습니다. 새 서비스 이름으로 배포하면 작동하는 것처럼 보이지만 기존 서비스를 업데이트하면 작동하지 않습니다. 서비스 버전을 변경하더라도.
내 golang 프로젝트 두 개(하나는 변경 사항 없음)로 테스트했습니다. 내 Java 프로젝트가 잘 배포됩니다.
내 배포 명령은 다음과 같습니다.
으아아아업데이트:
이건 내 꺼야 app.yaml
:
step #2 - "build": status: downloaded newer image for eu.gcr.io/gae-runtimes/buildpacks/google-gae-18/go/builder:go_20230305_rc00 step #2 - "build": eu.gcr.io/gae-runtimes/buildpacks/google-gae-18/go/builder:go_20230305_rc00 step #2 - "build": ===> analyzing step #2 - "build": error: failed to initialize analyzer: getting previous image: getting config file for image "eu.gcr.io/staticform/app-engine-tmp/app/www/ttl-18h:latest": get https://storage.googleapis.com/eu.artifacts.staticform.appspot.com/containers/images/sha256:af3ff480dc0053108a52bf8b7ec3e45893e4e97c507102ff524b07bc01e03249?access_token=redacted: unexpected status code 404 not found: <?xml version='1.0' encoding='utf-8'?><error><code>nosuchkey</code><message>the specified key does not exist.</message><details>no such object: eu.artifacts.staticform.appspot.com/containers/images/sha256:af3ff480dc0053108a52bf8b7ec3e45893e4e97c507102ff524b07bc01e03249</details></error> finished step #2 - "build" error error: build step 2 "eu.gcr.io/gae-runtimes/buildpacks/google-gae-18/go/builder:go_20230305_rc00" failed: step exited with non-zero status: 1
알고 보니 나에게 필요한 것은 --no-cache
옵션뿐이었습니다. 왜 그런지 모르겠고 관심도 없어요. ;)
다음 명령을 사용하면 배포가 성공합니다.
으아아아위 내용은 갑자기 더 이상 GoLang 애플리케이션을 Google AppEngine에 배포할 수 없습니다.의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!