|
|
|
|
|
by ashishb
25 days ago
|
|
Alpine is a bad idea for a non-trivial application written in Python, Node.js, or any other interpreted language. Too many weird edge cases to deal with, especially related to Alpine using musl libc instead of glibc. At best, your builds are slower. At worst, certain code paths are broken. |
|
99 times out of 100 it’s a terrible choice for an enterprise.