Updated on 2024-12-16 GMT+08:00

Executing Images

You can use the ExecuteImage extension to download public images from SWR to a custom executor and start the images.

This extension is only available for custom executors.

Configuration Method

  1. Add the ExecuteImage extension when you orchestrate a pipeline.

    Figure 1 Extension for executing images

  2. Set parameters as shown in the following table.

    Parameter

    Description

    Name

    Extension name.

    • Enter only letters, digits, hyphens (-), underscores (_), commas (,), semicolons (;), colons (:), periods (.), slashes (/), parentheses (), and spaces.
    • The name can contain 1 to 128 characters.

    Image Attribute

    Only public images are supported.

    SWR Image Address

    Address of the SWR images to be downloaded. To obtain the address:

    1. Log in to SWR.
    2. In the navigation pane, click My Images, click the image name to go to the image details page.
    3. Click to copy the image download command. The part following docker pull is the image path.

    Startup Command

    Container startup command. Enter Docker commands to run specific applications or scripts in the container.