|
|
|
|
|
by dboreham
192 days ago
|
|
Agree. Using a container to build the source that is then packaged as a "binary" in the resulting container always seemed odd to me. imho we should have stuck with the old ways : build the product on a regular computer. That outputs some build artifacts (binaries, libraries, etc). Docker should take those artifacts and not be hosting the compiler and what not. |
|
(and of course, nix kinda blows both out the water for consistency)