Ayemi
Ayemi

Reputation: 53

How to package native dependencies to the container filesystem in Quarkus

I am building an application using Quarkus 3.1.0.Final and my requirement is to copy libsapjco3.so file in the build process into the container java.library.path.

Can this be achieved in a quarkus-specific way?

Alternatively, I was thinking of using the quarkus base image and build a new image by adding the COPY command to copy the libsapjco3.so file. But how can this be integrated into the build process?

Any help will be appreciated.

Upvotes: 0

Views: 58

Answers (0)

Related Questions