From 6eac8c12588fa97a9e25449165a2f4a7167e8a6c Mon Sep 17 00:00:00 2001 From: Zettat123 Date: Wed, 2 Aug 2023 14:58:37 +0800 Subject: [PATCH 1/2] add Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c0f6aa6 --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +FROM node:16-bullseye From dab89ae320b00afc17794f914b37718a6f399643 Mon Sep 17 00:00:00 2001 From: Zettat123 Date: Wed, 2 Aug 2023 15:01:07 +0800 Subject: [PATCH 2/2] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cebf3b8..d4d475c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # runner-images +This is the default image used by [act_runner](https://gitea.com/gitea/act_runner) to run workflows. + +If the tool you need does not exist in this image, please create an [issue](https://gitea.com/actions/runner-images/issues) to report it or send a [pull request](https://gitea.com/actions/runner-images/pulls) to add it.