Skip to content

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 17:42
0dff401
Refactor how the Docker images are built  #minor (#14)

It turns out that since Docker images are additive, and the runtime
container was depending on the container that runs mkroot, and that
generates _tons_ of files, the resulting container ended up having ~2x
the number of files, just to be deleted immediately in the runtime
container. This caused zero disk savings.

Now the container that runs mkroot is a completely separate one, so
there's no duplication in the runtime container!