fix: update Dockerfile and entrypoint script for improved tool installation and configuration

This commit is contained in:
2026-03-09 19:30:16 +07:00
parent 7aa72c8719
commit ff584e8722
4 changed files with 27 additions and 13 deletions

View File

@@ -0,0 +1,27 @@
[tools]
### Runtimes ###
node = "24"
go = "1.26"
python = "3.11"
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"