Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker build files #248

Closed
avantgardnerio opened this issue Sep 19, 2022 · 0 comments · Fixed by #249
Closed

Add docker build files #248

avantgardnerio opened this issue Sep 19, 2022 · 0 comments · Fixed by #249
Labels
enhancement New feature or request

Comments

@avantgardnerio
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

When I clone this project, I would expect to run

find . -name *.Dockerfile

And see the appropriate Dockerfiles. Currently if I try this, I see no results.

Describe the solution you'd like

Add Dockerfiles for building the scheduler and executor, add a docker-compose file so that users can build them with a single command. This file also serves as documentation on the necessary ports and things to expose in kubernetes or helm.

Describe alternatives you've considered

  • Not having Dockerfiles
  • Putting the same info in readmes and having the users transcribe it manually
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant