Change the Docker Image for Automations and Integrations - Administrator Guide - 6.5 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.5
Creation date
2022-09-28
Last date published
2024-03-21
End_of_Life
EoL
Category
Administrator Guide
Abstract

Use an alternative Docker image for Python scripts in Cortex XSOAR. Set the Docker image to use to run an integration.

By default, Cortex XSOAR runs Python scripts in a Docker image. If you need to disable Docker, contact Cortex XSOAR support.

The default Docker image that Cortex XSOAR uses is demisto/python3, but you can use other Docker images that you have on your system. Cortex XSOAR supports the following Python versions:

  • 2.7

  • 3.0 and later

Change the Docker Image for a Custom Automation
  1. Edit the automation.

  2. Under ADVANCED, click X to clear the current selection and then select a Docker image name from the dropdown menu.

  3. Save your changes.

Change the Docker Image for a Custom Integration
  1. Go to SettingsIntegrationsInstances, find your custom integration, and click the pencil icon to edit the integration’s source.

  2. In the Integration Settings, expand the Script section.

  3. Click X to clear the current selection and then select a Docker image name from the dropdown menu.

  4. Save your changes.