Initial commit

This commit is contained in:
Marc Plano-Lesay 2025-12-09 09:30:47 +11:00
commit 304e531813
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
12 changed files with 866 additions and 0 deletions

33
tools.yaml Normal file
View 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"