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
I have been using :latest from the image ghcr.io/buildkite/agent-stack-k8s/controller:latest and recently the jobs started failing with the following and not getting results:
kubectl -n buildkite logs buildkite-0192e235-5ef8-4375-951e-287b17b1da50-zl444 -c copy-agent
cp: can't stat '/sbin/tini-static': No such file or directory
The text was updated successfully, but these errors were encountered:
tini-static was added to the agent image in the last release, and that should be the default image used by the controller. Have you configured a different agent image?
I'm closing this off since I haven't heard back from you, but if this is still happening with a newer agent image or with /sbin/tini-static installed in a custom image, please comment or open a new issue.
I have been using :latest from the image
ghcr.io/buildkite/agent-stack-k8s/controller:latest
and recently the jobs started failing with the following and not getting results:The text was updated successfully, but these errors were encountered: