Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Alpha549
Creator II
Creator II

Create a docker image

Hello !

I am able to deploy a ESB job (using tRESTRequest and tRESTResponse) putting the jar in Karaf container deploy folder.

I would like to know if there is a way to create a docker image from this.... ?

This will be easier for sys admin managing load balancing using several computers, etc..... 

I don't really know Karaf so I don't know if orchestration Docker like is possible...

 

Thanks in advance ! 0683p000009MACn.png

Labels (3)
4 Replies
akumar2301
Specialist II
Specialist II

I never used Docker , but read a good article recently . Not sure if this will help

 

https://www.talend.com/blog/2019/03/12/how-to-deploy-talend-jobs-as-docker-images-to-amazon-azure-an...

navds
Creator II
Creator II

Basically:

  1. Take a java image as base
  2. COPY in the talend container (remove unnecessary service first, I'd put activemq in another container)
  3. Expose the karaf port
  4. Create a service
  5. Map some volumes: container/deploy, container/etc
Alpha549
Creator II
Creator II
Author

to navds

 

Could you detail more please ?

Especially from the third point ?

Alpha549
Creator II
Creator II
Author

To akumar2301

 

I didn't know it was available in the licenced version ! Interesting.

However here it's about the Open Studio version haha

Thanks anyways it's a nice information to know ! 0683p000009MACn.png