Determining runner-helper version for specific runner version

Using Docker executor for self hosted runners in a closed off environment (no outside internet connection), so I need to specify my gitlab-runner-helper image to use. How do I determine which image to pull from Docker hub if I’m using gitlab/gitlab-runner:v13.10.0? Do I just look for the amd64 image that was uploaded on the same day?

Hi @maudette

helper images are tagged with release version as well, for example x86_64-v13.10.0
you can filter tags in Docker Hub to find the one you need.

I noticed that after I posted this. Sorry for the unnecessary post and thanks for the answer!