Customizing Docker images build settings - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-13
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

Talend Studio provides a Maven POM with default Docker image settings to enable you to build and publish your Jobs as Docker images. If needed, you can customize the default settings, for example, the image name and image tag, in the POM.

Note:
  • It is recommended that the Docker image be on the latest patch level.
  • Make sure you have installed a compatible Java environment. For more information about the compatible Java environment, see Compatible Java environments.

Procedure

  1. From the menu bar, click File > Edit Project properties to open the Project Settings dialog box.
  2. Expand the Build > Maven > Default nodes, and then click the Project node to open the Project POM settings.
  3. Expand the profiles/profile/build/plugins/plugin/configuration/images/image XML nodes and modify the image build settings by editing the value of relevant elements based on your needs.
  4. When done, click Apply and then click Apply and Close to close the dialog box.