From 513e86c26368e5fd7b5549a1614df3a0d8e64d1a Mon Sep 17 00:00:00 2001 From: Kenji Shimizu Date: Mon, 11 Sep 2023 12:23:33 +0900 Subject: [PATCH] Update a part of description related to setup-rupy in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62ff30b8..27a4cadc 100644 --- a/README.md +++ b/README.md @@ -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.