docker-github-actions-runner icon indicating copy to clipboard operation
docker-github-actions-runner copied to clipboard

Question: where can I find the list of installed tools

Open DocMoebiuz opened this issue 1 year ago • 19 comments

For the official github runner images there is a page where they list all installed packages and tools: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md

I was assuming that the tools would also be available for this container image version but I find that i.e. AZ CLI is missing.

Looks like the Github team has a json file which is considered for installing those tools: https://github.com/actions/runner-images/blob/main/images/ubuntu/toolsets/toolset-2004.json

How did you go about these packages and tools? It looks like some of the packages are found in the Dockerfile.base

DocMoebiuz avatar Aug 22 '24 09:08 DocMoebiuz