On Mon, Nov 6, 2017 at 12:57 AM, Giuseppe Scrivano <gscri...@redhat.com> wrote: > Hi, > > I'd like to find a better place where to move the system container[1] > images that I am currently building under docker.io/gscrivano. > > CRI-O and Docker them are already used by the OpenShift installer to get > the latest version available. > > My preference is to move these images under "docker.io/projectatomic". > We can't use the Fedora or CentOS registries since we want to build > these images automatically. The downstream registries will be used only > for a subset of these images.
+1 to automatically building all of the system containers at https://github.com/projectatomic/atomic-system-containers in docker hub under the projectatomic namespace. This is much better than the status quo of using a variety of personal namespaces. Latest is master, additional tags based on branch if desired, but latest --> master is the main thing I'd like. Jason > > The goal is to build the images automatically on every PR merged. > Occasional builds (maybe daily?) will prevent to miss changes in the > base layers or in the installed rpms. > > Thoughts? > > Thanks, > Giuseppe > > [1] https://github.com/projectatomic/atomic-system-containers >