atomic-site icon indicating copy to clipboard operation
atomic-site copied to clipboard

Make Docker image available from registry

Open eliskasl opened this issue 7 years ago • 2 comments

Instead of providing a Dockerfile for building an image locally, it would be helpful to make an actual image available from a registry, so that one can use it out-of-box and doesn't have to fight with rubygems and other issues along the way.

eliskasl avatar Sep 13 '17 12:09 eliskasl

A fine idea; I hadn't done it mostly because that dockerfile is kinda janky and I keep thinking I'll clean it up.

jberkus avatar Sep 14 '17 17:09 jberkus

So, we have now a s2i build system, see the .travis.yml ( https://github.com/projectatomic/atomic-site/blob/master/.travis.yml ).

Should we remove the Dockerfile all together ?

mscherer avatar Dec 14 '17 11:12 mscherer