Abstract
Use an alternative Docker image for Python scripts in Cortex XSIAM. Set the Docker image to use to run an integration.
By default, Cortex XSIAM runs Python scripts in a Docker image. See Docker Images for more information.
The default Docker image that Cortex XSIAM uses is demisto/python3
, but you can use other Docker images that you have on your system. Cortex XSIAM
2.7
3.0 and later
Change the Docker Image for a Custom Script
Edit the script.
Under ADVANCED, click X to clear the current selection and then select a Docker image name from the dropdown menu.
Save your changes.
Change the Docker Image for a Custom Integration
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.