-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
action-runner has crashed loop with latest version. #722
Comments
There is the code below. && curl -L -o /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_${ARCH} \ This is run as follows: && curl -L -o /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_amd64 However |
A Condition with downloading dumb-init is wrong.
if amd64, $ARCH should be set |
I reverted back to an older image, e.g. # runnerdeployment.yaml
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: serviceplatform
namespace: runners
spec:
replicas: 1
template:
spec:
organization: redacted
image: summerwind/actions-runner:v2.279.0-ubuntu-20.04-743e6d6 You can find a full list of images on docker hub |
This was in response to my question on a workaround fix. I had to delete it as I accidentally posted it from one of my orgs github account. Thanks! |
I would suggest adding the sha256sum download as part of the image build and match it against the downloaded file. |
I've confirmed that this issue was solved with #723 , so close it. |
@h-r-k-matsumoto Thanks a lot for reporting and fixing this! |
Describe the bug
Suddenly runner pod has crashed loop after 2021-08-11.
I think
summerwind/actions-runner:latest
is not built correctly.Checks
To Reproduce
First o all ,
summerwind/actions-runner:latest
cannot be started.I think
dump-init
doesnot install correctly.$ docker run -it --rm --entrypoint '' summerwind/actions-runner:latest /bin/sh $ cat /usr/local/bin/dumb-init Not Found$
Expected behavior
It can be started normally.
Screenshots
Nothing.
Environment (please complete the following information):
Additional context
Nothing
The text was updated successfully, but these errors were encountered: