Problems Building NodeJS for AppEngine Flex #461
-
ProblemThis is the root of the problem:
ContextI have a build for AppEngine Flex Environment which started failing sometime between This approach was informed by CloudBuild ConfigThis is what our options:
logging: CLOUD_LOGGING_ONLY
steps:
- name: gcr.io/k8s-skaffold/pack
entrypoint: pack
args:
- build
- us-east4-docker.pkg.dev/$PROJECT_ID/$PROJECT_ID-docker-images/[APP_NAME]
- --network
- cloudbuild
- --builder
- gcr.io/gae-runtimes/buildpacks/google-gae-22/nodejs/builder
- --tag
- us-east4-docker.pkg.dev/$PROJECT_ID/$PROJECT_ID-docker-images/[APP_NAME]:$TAG_NAME
- --tag
- us-east4-docker.pkg.dev/$PROJECT_ID/$PROJECT_ID-docker-images/[APP_NAME]:latest
- --cache-image
- us-east4-docker.pkg.dev/$PROJECT_ID/$PROJECT_ID-docker-images/[APP_NAME]:cached
- --publish CloudBuild Log
This same build was successful just yesterday:
Can anyone provide insight on why this broke? Is this a temporary issue, or a change in the buildpacks that we need to adapt to? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This buildpack is still listed on the Builders page, but the repository lists the builder with a I can't find any details on the release notes or anywhere else. Are these builders going away? |
Beta Was this translation helpful? Give feedback.
We've renamed it to gcr.io/serverless-runtimes/google-22-full/builder/nodejs. I'll file a bug to update the documentation.