.. | ||
00-base | ||
10-openttd | ||
10-user | ||
20-clang-nightly | ||
20-cpp | ||
20-go | ||
20-rust | ||
20-zig | ||
20-zig-nightly | ||
justfile | ||
README.md |
Development container
Flavored Fedora containers for x86_64-unknown-linux
Available recipes:
help # show this help
base ... # base subcommand
clang-nightly ... # clang subcommand
cpp ... # cpp subcommand
go ... # go subcommand
rust ... # rust subcommand
user ... # user subcommand
zig ... # zig subcommand
zig-nightly ... # zig-nightly subcommand
[Cleanup]
clean # clean oci/dev container and images
rm # remove all containers
rmi # remove all images
[Status]
find # enumerate build targets
list-images # list built images by label
ls # alias for `list-images`
ps # list created container by label
See justfile for details.