Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Components from official image #358

Open
kichik opened this issue May 28, 2023 · 2 comments
Open

Components from official image #358

kichik opened this issue May 28, 2023 · 2 comments

Comments

@kichik
Copy link
Member

kichik commented May 28, 2023

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());
@nessadc
Copy link

nessadc commented Jul 18, 2023

I was just looking into this. Is there a list published of what ships out of the box with the Fargate runner image? Is it just these components?

Included components:

RunnerImageComponent.requiredPackages()
RunnerImageComponent.runnerUser()
RunnerImageComponent.git()
RunnerImageComponent.githubCli()
RunnerImageComponent.awsCli()
RunnerImageComponent.githubRunner()

@kichik
Copy link
Member Author

kichik commented Jul 18, 2023

Yes, it's just those components and whatever comes with the basic OS image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants