Skip to content

Commit

Permalink
clean up some unneeded dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane committed Dec 19, 2019
1 parent f791e2d commit 6c70d53
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 160 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# GitHub Actions Runner

<p align="center">
<img src="docs/res/github-graph.png">
</p>

# GitHub Actions Runner

[![Actions Status](https://github.com/actions/runner/workflows/Runner%20CI/badge.svg)](https://github.com/actions/runner/actions)

The runner is the application that runs a job from a GitHub Actions workflow. The runner can run on the [hosted machine pools](https://github.com/actions/virtual-environments) or run on [self-hosted environments](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners).
Expand Down
2 changes: 1 addition & 1 deletion docs/start/envlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Execute ./bin/installdependencies.sh to install any missing Dotnet Core 3.0 depe
```
You can easily correct the problem by executing `./bin/installdependencies.sh`.
The `installdependencies.sh` script should install all required dependencies on all supported Linux versions
> Note: The `installdependencies.sh` script will try to use the default package management mechanism on your Linux flavor (ex. `yum`/`apt-get`/`apt`). You might need to deal with error coming from the package management mechanism related to your setup, like [#1353](https://github.com/Microsoft/vsts-agent/issues/1353)
> Note: The `installdependencies.sh` script will try to use the default package management mechanism on your Linux flavor (ex. `yum`/`apt-get`/`apt`).
### Full dependencies list

Expand Down
7 changes: 0 additions & 7 deletions images/arm/Dockerfile

This file was deleted.

150 changes: 0 additions & 150 deletions images/centos6/Dockerfile

This file was deleted.

0 comments on commit 6c70d53

Please sign in to comment.