[libre-riscv-dev] Building Docker Containers

Immanuel, Yehowshua U yimmanuel3 at gatech.edu
Sun Mar 29 17:19:01 BST 2020


> snapshots.  the key word there is: snapshots.  as in, "something that
> is expected to be thrown away rather than upgraded".  as in, a
> *multi-gigabyte download*.... each time.

Docker DOES pull in commit layers. So you can specify layers. Like a GIt layer onto of a python layer,   ontop of a ubuntu layer etc. So docker can check which layers changed and just update those - so no need for huge downloads everytime IF you specify docker layer dependencies correctly.

You usually do this in your docker file with “from ubuntu:” for “from python3”
You can also build your own layers etc…

Yehowshua



More information about the libre-riscv-dev mailing list