feat(analytics): add Dockerfile, CI workflow, and stable jar name for K8s deployment

- Pin jar output to analytics.jar (no version suffix) so Dockerfile COPY is stable
- Add Dockerfile based on apache/spark:3.5.4-scala2.13-java17-ubuntu
- Add versions.env (0.1.0) matching GitOps overlay image tag
- Add analytics-image.yml CI workflow following native-image.yml conventions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-15 22:30:31 +02:00
parent e1d80b9331
commit 95215b6a42
4 changed files with 146 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
MAJOR=0
MINOR=1
PATCH=0