From 12b5ac9813a996160970a05bd1cff12b711788d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 9 May 2026 00:41:40 +0100 Subject: [PATCH] add fluxcd --- README.md | 8 +++++++- devops/Dockerfile | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb3290a..9519bbf 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Use a local override file to bind personal configuration files and secrets witho - **kubectl** → latest stable release installed from upstream - **Helm 3** → Kubernetes package manager - **yq** → YAML processor for configuration pipelines +- **fluxcd cli** ### 🟢 Node.js Runtime @@ -83,4 +84,9 @@ Use a local override file to bind personal configuration files and secrets witho ### ⚙️ Developer Utilities -- **act** → run GitHub Actions locally for testing workflows +- **act** → run GitHub Actions locally for testing workflows + +### OCI containers utils + +- **buildkit** + diff --git a/devops/Dockerfile b/devops/Dockerfile index 0b60690..6e398a0 100644 --- a/devops/Dockerfile +++ b/devops/Dockerfile @@ -92,4 +92,7 @@ RUN curl -L -o /tmp/buildkit.tar.gz \ && rm /tmp/buildkit.tar.gz +RUN curl -s https://fluxcd.io/install.sh | bash + +