marcel-dempers / docker-development-youtube-series

5.3k stars 4.09k forks source link

Self hosted github runner needs version bump to 2.302.1 #189

Closed l-maciej closed 1 year ago

l-maciej commented 1 year ago

I've deployed the runner on my cluster but it is stuck in the loop - it updates itself to the recent version and proceed with restart

image

Can we bump base image to 2.302.1 ?

I've changed to newer version and re-build the image but I've got errors about setup.sh not being run. Bonus - there is some issues with the docker in docker support and docker actions in the self-hosted agent https://github.com/actions/runner/issues/406

https://github.com/marcel-dempers/docker-development-youtube-series/blob/master/github/actions/self-hosted-runner/dockerfile

marcel-dempers commented 1 year ago

This is addressed in a new update in progress here and also an improved guide for kubernetes 1.28 👇🏽 https://github.com/marcel-dempers/docker-development-youtube-series/pull/214

There will be a video in the coming days. Hope this helps

marcel-dempers commented 1 year ago

This is still in progress , there will be docker-in docker functionality as well ;)