Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lwnmengjing/action-runner-aws


https://github.com/lwnmengjing/action-runner-aws

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# action-runner-aws
Dockerfile

### runner deploy example:
```dockerfile
# dindrunnerdeployment.yaml
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: example-dindrunnerdeploy
spec:
replicas: 2
template:
spec:
image: ghcr.io/lwnmengjing/action-runner-aws:main
dockerdWithinRunnerContainer: true
repository: mumoshu/actions-runner-controller-ci
env: []

```