Hacker News new | ask | show | jobs
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.

1 comments

> I don't think that the main purpose of AppImage and containers is to hide technical debt.

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.

> Why bother updating some dependency when you can simply not?

[derp]

You just repeated what I said. I answered that question.
You're right, my bad. However, I think "things could break" is ultimately a worse evil than "it might have vulnerabilities". This seems to be the main point of disagreement.