-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63fa98d
commit 4aff752
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# docker-github-action-runner | ||
# Self hosted GitHub Action Runner Image | ||
|
||
Opinionated GitHub Action Runner image | ||
Opinionated GitHub Action Runner image that brings the ships the following packages: | ||
* curl | ||
* wget | ||
* make | ||
* git | ||
* unzip | ||
* gnupg | ||
|
||
Also includes the following tools: | ||
* terraform | ||
* AWS CLI (v2) | ||
|
||
Also unlocks the installed tools in `/home/runner/.local/bin` by adding it into the `$PATH` environment variable. |