Re: nginx dockerfile.

2015-08-28 Thread Atul Sowani
Hi Kevin, Many thanks for the pointer. That is exactly what I am looking for. Now counting on my own experience, I think such dockerfiles should be integrated with the nginx source code itself. This will make the nginx source code self-contained and build process consistent. Otherwise, developers

Re: nginx dockerfile.

2015-08-28 Thread Kevin Jones
Hello Atul, Is this what you are looking for? Keep in mind I just threw this together to give you an idea of how you could do this and it should be tested. Let me know if you have any suggestions or questions. https://github.com/kmjones1979/docker-nginx-compiled/blob/master/Dockerfile g...@git

nginx dockerfile.

2015-08-26 Thread Atul Sowani
Hi, I checked nginx code repository as well as Internet to see if I can get a Dockerfile to build nginx. I got a few references (like https://github.com/dockerfile/nginx) but those are essentially to _run_ nginx, not _build_ it. I am looking to build different versions of nginx (say top-of-the-tr