Openshift 3 introduces a new concept “source to image” or s2i. It’s a way to create a Docker image out of some source code and a DockerĀ image – for example a python s2i image. It makes Openshift 3’s docker based workflow feel more like Openshift 2 or Heroku. One problem I ran into using s2i-python… Continue reading Extending Openshift’s source to image