Available in...Big Data Platform
Cloud API Services Platform
Cloud Big Data Platform
Cloud Data Fabric
Cloud Data Management Platform
Data Fabric
Data Management Platform
Data Services Platform
MDM Platform
Real-Time Big Data Platform
You can build a Job as a Docker image in order to execute it on a Docker
engine.
This feature is not shipped with your Talend Studio by
default. You need to install it using the Feature Manager. For more information, see Installing features using the Feature Manager.
Procedure
-
In the Repository tree view, right-click the Job you want to
build, and select Build Job to open the Build
Job dialog box.
-
In the Job Version area, select the Job you want to build if
you have created more than one version of the Job.
-
In the Build type area, select Docker
Image to build your Job as a Docker image.
-
If needed, specify context and Log4j level options.
-
Select Local or specify a remote address based on your
Docker engine installation.
Warning: If you select the Remote option, make
sure that the Docker daemon is started with a remote port.
-
Specify your Docker image name, and image tag.
By default, the image name is derived from the project name and Job name, and the
image tag is derived from the version of the Job. You can specify a new name and tag
here or customize the default settings globally in Project Settings. For more
information, see
Customizing Docker images build settings.
Warning: Underscore characters are not supported in Docker image names,
therefore make sure the Docker image name value does not contain underscore
characters.
-
Click Finish to build your Docker image.
Results
Your Job is build as a Docker image and ready to run on your Docker engine.