It would be nice to have an easy way to install some or all of the components that come pre-loaded with the official non-self-hosted runner image. Maybe something like:
builder.addComponent(GitHubImageComponents.all());
and/or:
builder.addComponent(GitHubImageComponents.python());
builder.addComponent(GitHubImageComponents.node());
builder.addComponent(GitHubImageComponents.ansible());
It would be nice to have an easy way to install some or all of the components that come pre-loaded with the official non-self-hosted runner image. Maybe something like:
and/or: