MX version 10.18.3 application cloud Deployment issue when Docker build, Any Suggestions??

0
Hi Team,    We are trying to deploy an app developed with versions 10.12.X  , 10.18.x and 10.19  via ci/cd pipeline we are getting below error. Any Suggestions to resolve is much appreciated    #17 36.46 ERROR: System.TypeInitializationException: The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception. #17 36.46  ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. #17 36.46  ---> System.DllNotFoundException: Unable to load shared library 'e_sqlite3' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: #17 36.46 /opt/mendix/build/.local/mxbuild/modeler/e_sqlite3.so: cannot open shared object file: No such file or directory #17 36.46 /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /opt/mendix/build/.local/mxbuild/modeler/libe_sqlite3.so) #17 36.46 libe_sqlite3.so: cannot open shared object file: No such file or directory #17 36.46 /opt/mendix/build/.local/mxbuild/modeler/e_sqlite3: cannot open shared object file: No such file or directory #17 36.46 /opt/mendix/build/.local/mxbuild/modeler/libe_sqlite3: cannot open shared object file: No such file or director
asked
1 answers
1

Branch with name “latest” must be used. 

 

https://github.com/mendix/docker-mendix-buildpack

 

Quoting the repo:

 

Warning The master branch is a legacy branch intended for backwards compatibility with existing CI/CD pipelines. To get the latest supported version, please use the latest branch instead.

answered