|
|
|
|
|
by felixguendling
2205 days ago
|
|
I don't think that the main purpose of AppImage and containers is to hide technical debt. Being able to package an application 1x to run on many Linux distributions is a huge plus - notably if you don't want to waste resources supporting Ubuntu, RHEL, Gentoo, Arch, etc. by maintaing a separate package for each and every Linux package manager out there. The same is true for Docker: having a consistent environment is just very useful. |
|
It might not be the main advertised purpose, but it's the result. Why bother updating some dependency when you can simply not? It makes sense not to, things could break.