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