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
Edit the automation.
Under ADVANCED, click X to clear the current selection and then select a Docker image name from the dropdown menu.
Save your changes.
Go to
→ → , find your custom integration, and click the pencil icon to edit the integration’s source.In the Integration Settings, expand the Script section.
Click X to clear the current selection and then select a Docker image name from the dropdown menu.
Save your changes.