Publishing a Job as a Docker image - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
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-29
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 allows you to publish a Job as a Docker image into any Docker registry, for example, JFrog Artifactory Docker registry.

Procedure

  1. In the Repository tree view, select the item you want to publish into a Docker registry.
  2. Right-click it and select Publish in the menu.
  3. In the Publish wizard, select Docker Image as the export type, and click Next.
    Publish wizard.
  4. In the Docker Options area, select Local or specify a remote address based on your Docker engine installation.
    Push Job Image wizard.
    Warning: If you select the Remote option, make sure that Docker deamon is started with a remote port.
  5. Specify your Docker image name and image tag in the corresponding Image name and Image tag fields.
    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.
  6. Specify the Docker registry URL in the Registry field.
  7. Specify your credentials used to connect to the Docker registry in the Username and Password fields.
  8. If needed, specify the context options.
  9. Click Finish to start publishing your Docker image to the specified Docker registry.