Merge pull request 'Add Dockerfile and update README' (#1) from Zettat123/actions-runner-images:init into main

Reviewed-on: https://gitea.com/actions/runner-images/pulls/1
Reviewed-by: Jason Song <i@wolfogre.com>
This commit is contained in:
Jason Song
2023-08-02 07:03:38 +00:00
2 changed files with 4 additions and 0 deletions

1
Dockerfile Normal file
View File

@@ -0,0 +1 @@
FROM node:16-bullseye

View File

@@ -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.