ome/devspace

Devspace docker images should be built by docker hub

manics opened this issue · 4 comments

Automatic builds should be configured for each of the Dockerfiles in this repo.

As confirmed by ome-files-py we can certainly create multiple Docker Hub repositories pointing at this GitHub repositories using various Dockerfile locations.
Would the end goal be to test the building of the images or to consume upstream images rather than rebuilding it every time at deployment time? Should the images be named as devspace_<container> e.g. devspace_web, devspace_testintegration...

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 (docker_jenkins, docker_omero...) and have this repo composing various base images?

Whatever's easiest to get this working, and refactor later?