<div dir="ltr"><div>While working on providing Dockerfiles for compiling clang from source, we</div><div>found that this might also be useful to open-source the work we've been</div><div>doing to let anyone interested in providing a recent versions of clang in</div><div>docker images to reuse this effort.</div><div><br></div><div>Therefore, we want to open-source these Dockerfiles.</div><div>More info and detailed docs can be found in Phab review: <a href="https://reviews.llvm.org/D34197">https://reviews.llvm.org/D34197</a></div><div><br></div><div>For those of you, who are unfamiliar with Docker, it's a program that uses</div><div>linux kernel features (kernel namespaces and cgroups) to create an isolated</div><div>environment on your machine, bootstrap a new root filesystem from a snapshot,</div><div>stored in a so-called *docker image*, and allow you to run programs in that</div><div>environment. To build this image, you define a set of instructions in a source</div><div>file, the so-called *Dockerfile*.</div><div>Docker is very popular and widely used to deploy binary distributions of</div><div>software to the cloud, among other things.</div><div><br></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Regards,</div><div>Ilya Biryukov</div></div></div></div></div>
</div>