-
Notifications
You must be signed in to change notification settings - Fork 18
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
Devspace docker images should be built by docker hub #75
Comments
As confirmed by |
The goal is to have images in a registry for people to use instead of rebuilding. Docker Hub is obviously the most convenient but we could setup our own registry if preferred. If we start running devspace with any orchestration solution on a cluster including Kubernetes or Swarm a central registry is required as a source for images. |
👍 for using Docker Hub initially (probably makes this issue a duplicate of #25). Would that mean decoupling some of the logic into separate repositories ( |
Whatever's easiest to get this working, and refactor later? |
Automatic builds should be configured for each of the Dockerfiles in this repo.
The text was updated successfully, but these errors were encountered: