Skip to content
Discussion options

You must be logged in to vote

You need to regularly call our APIs to check for the latest runner release published here: https://github.com/actions/runner/releases and rebuild your image based on that.

Here's an example workflow that we use for ARC which you can get some inspiration from: https://github.com/actions/actions-runner-controller/blob/0bfa57ac504dfc818128f7185fc82830cbdb83f1/.github/workflows/arc-update-runners-scheduled.yaml#L14

Then you have to build your docker image by passing the updated runner version (and runner-container-hooks) like this: https://github.com/actions/runner/blob/ac89b31d2f0eb27e223f4e3c1480b6a144407e1d/.github/workflows/publish-image.yml#L62

Obviously, I personally don't recommend tha…

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@krische
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@joshua-reddish
Comment options

@tim-reply
Comment options

Answer selected by Link-
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An idea, feature request, or improvement to a GitHub feature ARC (Actions Runner Controller) For issues and discussions related to the Actions Runner Controller project Transferred These are discussions that have recently Transferred from another org/repo RunnerSet Runner Configuration
9 participants