mirror of
https://github.com/marcoallegretti/karapace.git
synced 2026-03-27 05:53:10 +00:00
21 lines
452 B
TOML
21 lines
452 B
TOML
|
|
# Developer environment — common CLI tools for software development.
|
||
|
|
# Includes Git, build tools, and editors. No GUI.
|
||
|
|
#
|
||
|
|
# Usage:
|
||
|
|
# karapace build examples/dev.toml
|
||
|
|
# karapace enter <env_id>
|
||
|
|
|
||
|
|
manifest_version = 1
|
||
|
|
|
||
|
|
[base]
|
||
|
|
image = "rolling" # openSUSE Tumbleweed
|
||
|
|
|
||
|
|
[system]
|
||
|
|
packages = ["git", "curl", "vim", "neovim", "tmux", "htop", "make", "cmake", "gcc", "clang"]
|
||
|
|
|
||
|
|
[mounts]
|
||
|
|
workspace = "~/projects:/workspace"
|
||
|
|
|
||
|
|
[runtime]
|
||
|
|
backend = "namespace"
|