| commit | 2df23dbf85fe616b2ea83fcbf77834e4a336a595 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 14 07:55:22 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 14 07:55:22 2023 +0400 |
| tree | 2476557a336b2d3b236e36496682e0cefa894543 | |
| parent | 1caed36cebccd7b8b13666667d044547bb6751dc [diff] [blame] |
fluxcd-reconciler, env creator calling it every 30 sec to sync the cluster
diff --git a/core/fluxcd-reconciler/Dockerfile b/core/fluxcd-reconciler/Dockerfile new file mode 100644 index 0000000..024afab --- /dev/null +++ b/core/fluxcd-reconciler/Dockerfile
@@ -0,0 +1,7 @@ +FROM gcr.io/distroless/static:nonroot + +ARG TARGETARCH + +COPY tmp/charts /charts + +COPY fluxcd_reconciler_${TARGETARCH} /fluxcd_reconciler