https://github.com/ltgcgo/stratus
☕️ JavaScript runtime containers (Deno, Bun, Node.js).
https://github.com/ltgcgo/stratus
bun-js container deno denoland docker nodejs podman
Last synced: 3 months ago
JSON representation
☕️ JavaScript runtime containers (Deno, Bun, Node.js).
- Host: GitHub
- URL: https://github.com/ltgcgo/stratus
- Owner: ltgcgo
- License: agpl-3.0
- Created: 2023-07-01T02:38:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T10:00:53.000Z (over 2 years ago)
- Last Synced: 2024-09-20T00:27:47.060Z (almost 2 years ago)
- Topics: bun-js, container, deno, denoland, docker, nodejs, podman
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stratus
☕️ JavaScript runtime containers.
Place bundled scripts under `/root/index.js` to run them.
## Variants
* `node` runs the latest Node.js LTS on the rolling Alpine.
* `nodenext` runs the latest Node.js on the rolling Alpine.
* `deno` runs the latest Deno available on the rolling Alpine.
* `denonext` runs the latest Deno via the latest `glibc`-enabled Alpine.
* `bun` runs the latest Bun via the latest `glibc`-enabled Alpine.