<div dir="ltr"><div><div><div>Hi Ahmed,<br><br></div>Thanks for the dockerfile pointer. So once I implement my dockerfile for ppc64le, can I commit the file at nginxinc/docker-nginx<strong></strong>? It looks like nginx mainstream repository is not accepting any dockerfiles.<br><br></div>Thanks,<br></div>Atul.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 2, 2015 at 8:47 PM, Ahmed Charles <span dir="ltr"><<a href="mailto:acharles@outlook.com" target="_blank">acharles@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 8/25/2015 11:26 PM, Atul Sowani wrote:<br>
> Hi,<br>
><br>
> I checked nginx code repository as well as Internet to see if I can<br>
> get a Dockerfile to build nginx. I got a few references (like<br>
> <a href="https://github.com/dockerfile/nginx" rel="noreferrer" target="_blank">https://github.com/dockerfile/nginx</a>) but those are essentially to<br>
> _run_ nginx, not _build_ it.<br>
><br>
> I am looking to build different versions of nginx (say<br>
> top-of-the-tree, latest-stable etc.) easily. It would be very<br>
> convenient if a Dockerfile is presented with the source code which<br>
> will build one of the versions mentioned above. If required, a slight<br>
> modification can then build any version of nginx.<br>
><br>
> I would highly appreciate if somebody could point me to a source where<br>
> I can get a Dockerfile which builds nginx.<br>
<br>
</span>The official Dockerfile is here:<br>
<br>
<a href="https://github.com/nginxinc/docker-nginx/blob/master/Dockerfile" rel="noreferrer" target="_blank">https://github.com/nginxinc/docker-nginx/blob/master/Dockerfile</a><br>
<br>
You can replace the apt-get commands with commands which build nginx,<br>
just like you would on a normal linux system. Or you could even build a<br>
custom .deb and use that.<br>
<br>
_______________________________________________<br>
nginx-devel mailing list<br>
<a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a><br>
</blockquote></div><br></div>