<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/scripts/build-docker-otp, branch KennethL-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>build-docker-otp: Avoid copying the git repository to docker daemon</title>
<updated>2017-03-08T13:29:51+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-03-08T09:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=247412294cbd04ecbd9680646b16d08f53255caa'/>
<id>247412294cbd04ecbd9680646b16d08f53255caa</id>
<content type='text'>
Since docker is run from the top-level of the otp repository, the
entire repository will be the context for the docker daemon. In my
private repository, more than 800Mb had to be copied before the
build could be started.

Let the ./scripts directory be the context for docker instead.
That way, only the otp.tar.gz file needs to be copied.

While we are it, also use the ADD command in the Dockerfiles to
pack up the tar file and avoid copying the tar file itself to
the Docker image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since docker is run from the top-level of the otp repository, the
entire repository will be the context for the docker daemon. In my
private repository, more than 800Mb had to be copied before the
build could be started.

Let the ./scripts directory be the context for docker instead.
That way, only the otp.tar.gz file needs to be copied.

While we are it, also use the ADD command in the Dockerfiles to
pack up the tar file and avoid copying the tar file itself to
the Docker image.
</pre>
</div>
</content>
</entry>
<entry>
<title>builder-docker-otp: Fix passing of command</title>
<updated>2017-03-08T09:53:43+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-03-07T14:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c1dab09a681edac9684afea4b6e2522475cea2f0'/>
<id>c1dab09a681edac9684afea4b6e2522475cea2f0</id>
<content type='text'>
Pass all argument except the first as the command for "docker run".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass all argument except the first as the command for "docker run".
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docker images for building 32/64 bit erlang</title>
<updated>2017-03-08T06:33:20+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2017-03-06T15:00:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a434fa4622023560e2877a1de698fd4fd15e6b31'/>
<id>a434fa4622023560e2877a1de698fd4fd15e6b31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
