You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get native library loading issue while I use this library.
Apparently, the native library used in this package is compiled with glibc, but alpine natively uses musl.
Even I tried to use glibc in alpine, but it is getting complex.
Hence it would be great if we make helm-java somehow compatible with alpine image.