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

docs: Update a part of description related to setup-rupy in README.md #102

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ We extend the Dockerfile of actions/runner to solve the following issues:
([community#56720](https://github.com/orgs/community/discussions/56720))
- We would like to run both runner and Dockerd in same container for the resource efficiency of Kubernetes nodes.
This image starts Dockerd under [tini](https://github.com/krallin/tini).
- We need to use [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby#using-self-hosted-runners) but it does not support Debian.
This image is based on Ubuntu. ([actions-runner-controller#2610](https://github.com/actions/actions-runner-controller/issues/2610))
- ~We need to use [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby#using-self-hosted-runners) but it does not support Debian.
This image is based on Ubuntu. ([actions-runner-controller#2610](https://github.com/actions/actions-runner-controller/issues/2610))~
- The official docker image also has been based on Ubuntu since [runner#2651](https://github.com/actions/runner/pull/2651) had been merged.
- We need some essential packages such as `git`

We are looking for the official supports, but need to maintain our custom image for now.
Expand Down