Commit Graph

8 Commits

Author SHA1 Message Date
Yury Tsarev
b79ea980b8 Use self update ready entrypoint (#99)
* Use self update ready entrypoint

* Add --once support for runsvc.sh

Run `cd runner; NAME=$DOCKER_USER/actions-runner TAG=dev make docker-build docker-push`,
`kubectl apply -f release/actions-runner-controller.yaml`,
then update the runner image(not the controller image) by updating e.g. `Runner.Spec.Image` to `$DOCKER_USER/actions-runner:$TAG`, for testing.

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
2020-10-05 08:58:20 +09:00
Reinier Timmer
79655989d0 Add additional software packages to runner image 2020-05-04 06:55:16 +00:00
Vito Botta
f2dcb5659d Add runner user to sudo group 2020-04-02 08:32:27 +09:00
Moto Ishizawa
c66916a4ee Use dumb-init to handle signal properly 2020-02-06 18:47:50 +09:00
Moto Ishizawa
6e400a70ed Enable build runner workflow 2020-02-02 21:29:33 +09:00
Moto Ishizawa
bd0d276347 Remove archive file 2020-01-31 19:29:15 +09:00
Moto Ishizawa
75c30631a7 Add docker binary 2020-01-30 23:48:55 +09:00
Moto Ishizawa
cea4d084e4 Add runner container image 2020-01-28 21:56:54 +09:00