https://github.com/abiosoft/colima-core
Dependencies for Colima
https://github.com/abiosoft/colima-core
Last synced: 2 months ago
JSON representation
Dependencies for Colima
- Host: GitHub
- URL: https://github.com/abiosoft/colima-core
- Owner: abiosoft
- License: mit
- Created: 2023-11-08T20:30:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-21T17:03:32.000Z (4 months ago)
- Last Synced: 2026-02-21T23:22:04.986Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colima-core
Dependencies for Colima
## Generating image
Generate qcow image for the OS architecture and default runtime (docker).
```sh
make qcow
```
Generate qcow image for another architecture. `OS_ARCH` must be one of `aarch64`, `x86_64`
```sh
OS_ARCH=x86_64 make qcow
```
Generate qcow image for another runtime. `RUNTIME` must be one of `docker`, `containerd`, `incus`, `none`
```sh
RUNTIME=containerd make qcow
```