In current devel version of deployment, we use ubuntu as base for Docker image. However, a smaller base could be used (e.g. alpine), but there are issues with dependencies. In particular, Java package causes problems with path.
Unable to load native library: Error loading shared library libjvm.so
In current devel version of deployment, we use
ubuntu
as base for Docker image. However, a smaller base could be used (e.g.alpine
), but there are issues with dependencies. In particular, Java package causes problems withpath
.