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 + +