You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Skaffold to build an image from a Dockerfile with Kaniko on Google Cloud Build results in a parent build and a child build. The child build succeeds in building the image but the parent build fails with the error message:
error copying logs to stdout: invalid write result
ERROR
ERROR: build step 0 "gcr.io/k8s-skaffold/skaffold:v2.11.1" failed: step exited with non-zero status: 1
The error is coming from here in the implementation of the GCB builder.
Expected behavior
The intended functionality is that the Skaffold image would output the child build logs so that they could be surfaced in the parent build logs.
Using Skaffold to build an image from a Dockerfile with Kaniko on Google Cloud Build results in a parent build and a child build. The child build succeeds in building the image but the parent build fails with the error message:
The error is coming from here in the implementation of the GCB builder.
Expected behavior
The intended functionality is that the Skaffold image would output the child build logs so that they could be surfaced in the parent build logs.
Actual behavior
The above error.
Information
Steps to reproduce the behavior
Steps are based on the Google Cloud Build quickstart
touch quickstart.sh
gcloud builds submit --region=asia-southeast1 --config cloudbuild.issue.yaml
The text was updated successfully, but these errors were encountered: