Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lwnmengjing/action-runner-aws
https://github.com/lwnmengjing/action-runner-aws
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lwnmengjing/action-runner-aws
- Owner: lwnmengjing
- Created: 2021-11-04T08:56:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T07:12:26.000Z (about 3 years ago)
- Last Synced: 2024-11-12T10:41:58.159Z (3 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: []```