opensoft / docker-apache-php

1 stars 0 forks source link

Switch to better base image #1

Open sylnsr opened 8 years ago

sylnsr commented 8 years ago

@dgurevich ... we want to change from the base image that we are using (debian:wheezy) to an image that is more suited for Docker and the one that we identified for this is https://github.com/phusion/baseimage-docker

So just for getting the politics out of the way now ... I need to make it clear that at this time we only use Docker for developers / testers that want to quickly spin up any of the DaVinci services, that has a Docker image and we are not trying to push Docker as a production thing. So with that message out of the way, I would like to get your opinion, if you have one for this subject. -- Thanks

dgurevich commented 8 years ago

+@alexx-avdeev

As I can understand this needs to get php5.6. Is it right? If yes, why not to use the debian:jessie image for that? Jessie has php5.6 at the stable branch.

Our infrastructure built on wheezy, but as I know we will switch to jessie at the nearest future. So for the better compatibility and to prevent potential end product integration problems to our infrastructure it is much better to use the debian:jessie image for dev/testing I think.