Initial commit
This commit is contained in:
commit
304e531813
12 changed files with 866 additions and 0 deletions
33
tools.yaml
Normal file
33
tools.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Tool versions configuration
|
||||
# This file is used by both Dagger pipelines and Renovate for version management
|
||||
|
||||
# Core tools available in all images
|
||||
core:
|
||||
git: "2.45.2"
|
||||
jq: "1.7.1"
|
||||
yq: "4.44.3"
|
||||
node20: "20.18.1"
|
||||
node22: "22.11.0"
|
||||
node24: "24.0.0"
|
||||
|
||||
# Specialized tools for custom images
|
||||
tools:
|
||||
kustomize:
|
||||
version: "5.5.0"
|
||||
description: "Kubernetes configuration customization tool"
|
||||
|
||||
dagger:
|
||||
version: "0.19.8"
|
||||
description: "Application delivery as code"
|
||||
|
||||
esphome:
|
||||
version: "2025.11.2"
|
||||
description: "ESPHome firmware builder"
|
||||
|
||||
zola:
|
||||
version: "0.19.2"
|
||||
description: "Static site generator"
|
||||
|
||||
yamllint:
|
||||
version: "1.35.1"
|
||||
description: "YAML linter"
|
||||
Loading…
Add table
Add a link
Reference in a new issue