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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

build job as docker image using command line

Hey

 

Im using talend 7.1.1

Is it possible to build my job as docker image in CLI?

 

for example, i wanna do:

   git clone https://github/username/myprojectrepo.git

   talend.exe buildJob -jobName MyJob -jobVersion 1.0 -buildType DockerImage

   docker tag

   docker push myjob:1.0

 

is it possible?

 

thanks

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

Could you please have a look at this article about:https://community.talend.com/t5/Design-and-Development/Generic-Dockerfiles-for-Talend-Jobs/ta-p/4631...?

Let us know if it is OK with you.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hello,

Did you find answer to this question?

Thanks