kubewharf / godel-scheduler

a unified scheduler for online and offline tasks
Apache License 2.0
377 stars 58 forks source link

improve build process for local quick-start #39

Closed yuey002 closed 2 months ago

yuey002 commented 2 months ago
  1. Move build process from local to Dockerfile;
  2. Pin a version for debian (bookworm) instead of using the stable-slim tag;
  3. Add cleaning up for godel images;
  4. Change imagePullPolicy to Never, because the godel-local image should be loaded before creating godel components.