magic-mic icon indicating copy to clipboard operation
magic-mic copied to clipboard

Fix Docker builds

Open gabcoh opened this issue 3 years ago • 2 comments

Right now the dockerfile setup is pretty annoying for a few reasons:

  1. It relies on caching build stages for the build not to take forever. This works, but I'd rather not rely on it. Better if the caching were a bit more explicit and maybe a bit more extensive
  2. It only builds from git, so you can't really test things locally without pushing them. That is pretty horrible

gabcoh avatar Mar 29 '21 04:03 gabcoh

Look into practices described here: https://docs.docker.com/develop/develop-images/multistage-build/

gabcoh avatar Apr 01 '21 15:04 gabcoh

The fact that docker is the main way to build this means that something is very wrong in the build-system files

cdecompilador avatar Feb 18 '22 18:02 cdecompilador