fix: replace Dockerfile and add new configuration files for dev-tools setup

This commit is contained in:
2026-03-09 05:23:38 +07:00
parent 82f7ffe33c
commit 662ac1b191
8 changed files with 89 additions and 74 deletions

26
dev-tools/base/mise.toml Normal file
View File

@@ -0,0 +1,26 @@
[tools]
### Runtimes ###
node = "24"
go = "1.26"
uv = "latest"
### Infrastructure ###
kubectl = "latest"
terraform = "latest"
docker-cli = "latest"
# ansible - controlled via uv
### Secrets ###
sops = "latest"
age = "latest"
### CLI ###
just = "latest"
gh = "latest"
jq = "latest"
yq = "latest"
bat = "latest"
ripgrep = "latest"
fzf = "latest"
direnv = "latest"