Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balena-os/leviathan-worker
The worker layer for Leviathan including worker plugins QemuKit & AutoKit
https://github.com/balena-os/leviathan-worker
Last synced: about 1 month ago
JSON representation
The worker layer for Leviathan including worker plugins QemuKit & AutoKit
- Host: GitHub
- URL: https://github.com/balena-os/leviathan-worker
- Owner: balena-os
- License: apache-2.0
- Created: 2022-06-10T13:46:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:44:29.000Z (2 months ago)
- Last Synced: 2024-10-24T22:15:45.418Z (2 months ago)
- Language: TypeScript
- Size: 7.8 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Leviathan-worker
[![GitHub Issues](https://img.shields.io/github/issues/balena-io/leviathan-worker.svg)](https://github.com/balena-io/leviathan-worker/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/balena-io/leviathan-worker.svg)](https://github.com/balena-io/leviathan-worker/pulls)
[![node](https://img.shields.io/badge/node-v12.0.0-green.svg)](https://nodejs.org/download/release/v12.0.0/)
[![License](https://img.shields.io/badge/license-APACHE%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)[![balena deploy button](https://www.balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/balena-os/leviathan-worker)
Mirrored from [leviathan](https://github.com/balena-os/leviathan/), to extract worker functionality into it's own repository. Later this repository can be home to worker plugins.
Currently supported worker plugins:
1. AutoKit (formerly testbot)
2. QemuKit (or balenaVirt)Refer to the [leviathan docs](https://balena-os.github.io/leviathan) for more information.