Hi,
I am trying to install plugin using kpm on killbill's deployment on docker.
I followed the following steps on stripe plugin:
* Modified code and build plugin using mvn clean install -DskipTests
* Copy target/stripe-*-SNAPSHOT.jar to the container
* Exec into the container and kpm install_java_plugin 'dev:stripe' --from-source-file /var/plugin-binary/stripe-*-SNAPSHOT.jar --destination /var/tmp/bundles
* Restart container using docker restart <container name>
Issue:
When I run kpm inspect inside the container it shows the plugin as installed, but it does not show in the KAUI and also on this API "curl -v -u admin:password
http://127.0.0.1:8080/1.0/kb/nodesInfo | python3 -m json.tool"
I have also tried to create a custom image with plugin by using killbill/killbill/1
and Added
RUN kpm install_java_plugin 'dev:stripe' --from-source-file 'stripe-plugin-7.3.1-SNAPSHOT.jar' --destination '/var/tmp/bundles'
Build this image and run container along with kaui and db containers from docker-compose
This also did not work. Kindly please let me know how to install plugins when using docker for deployment of killbill, also how to deploy killbill with custom plugins using docker.
JDK version: 1.8
mvn version: 3.6.3
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/daed25fc-b481-4936-b608-e5fe624d88d2n%40googlegroups.com.