The command results in the following error no matter which configuration I try to use:
/buildkite/plugins/github-com-buildkite-plugins-docker-buildkite-plugin-v3-3-0/hooks/command: line 385: 168 Segmentation fault (core dumped) docker run "${args[@]}"
It looks like something is going wrong with the Docker instance, as additional information I am running the GKE version of Kubernetes 1.13.7-gke.8 with preemptible nodes enabled in europe-west3-a.
Hi @christian-roggia! Sorry for the long delay! 🙏🏻 Not sure if you are still interested 😅, but are you still having issues? We weren't able to reproduce this issue. Thanks!
I am running the following very basic pipeline using the Docker plugin:
The agent is running in GKE with the following configuration (I tried both
buildkite/agent:3-ubuntu
andbuildkite/agent:3
images):The logs from the build show that the following command is being executed (I beautified the command for more readability):
The command results in the following error no matter which configuration I try to use:
It looks like something is going wrong with the Docker instance, as additional information I am running the GKE version of Kubernetes
1.13.7-gke.8
with preemptible nodes enabled ineurope-west3-a
.