diff --git a/docs/platform-services/automation-service/automation-service-integration-framework.md b/docs/platform-services/automation-service/automation-service-integration-framework.md index 9274d7268c..de6a8812b1 100644 --- a/docs/platform-services/automation-service/automation-service-integration-framework.md +++ b/docs/platform-services/automation-service/automation-service-integration-framework.md @@ -1674,8 +1674,8 @@ Once you have saved a custom Dockerfile, the integration will be executed on a c We strongly suggest that you test your custom images as soon as you create or modify them. If by any chance you save a faulty custom Dockerfile, when the actions from that integration are triggered, their execution will fail because the Docker image will fail as well. -1. To test your custom images, click where it says **TEST IMAGE** at the bottom right corner of the editor.
Test Docker image
The system will try to build an image from your Dockerfile. While this happens, a spinner will appear in the editor. Consider this may take a few moments, depending on the instructions used in your Dockerfile.
Docker image tested -1. If your custom Docker image was built without error, a success message will pop up in your screen. Otherwise, if a proper image cannot be built from your custom Dockerfile, an error message will pop up, containing details on what went wrong. In that case, it is very important that you correct your Dockerfile and test it again until an image is built successfully. As an alternative, you can always revert to the original Docker image used by the integration, by clicking on Reset Default Image at the bottom of the editor. +1. To test your custom images, click where it says **TEST IMAGE** at the bottom right corner of the editor.
Test Docker image
The system will try to build an image from your Dockerfile. While this happens, a spinner will appear in the editor. Consider this may take a few moments, depending on the instructions used in your Dockerfile.
Docker image tested +1. If your custom Docker image was built without error, a success message will pop up in your screen. Otherwise, if a proper image cannot be built from your custom Dockerfile, an error message will pop up, containing details on what went wrong. In that case, it is very important that you correct your Dockerfile and test it again until an image is built successfully. As an alternative, you can always revert to the original Docker image used by the integration, by clicking on Reset Default Image at the bottom of the editor.
Docker image tested ### Deleting your custom Docker image and reverting to the original one diff --git a/static/img/cloud-soar/integration-framework-custom-docker-image.png b/static/img/cloud-soar/integration-framework-custom-docker-image.png index 851b7c4020..793d01fb2e 100644 Binary files a/static/img/cloud-soar/integration-framework-custom-docker-image.png and b/static/img/cloud-soar/integration-framework-custom-docker-image.png differ diff --git a/static/img/cloud-soar/integration-framework-docker-editor-2.png b/static/img/cloud-soar/integration-framework-docker-editor-2.png index 79ef593ce8..574077bb6d 100644 Binary files a/static/img/cloud-soar/integration-framework-docker-editor-2.png and b/static/img/cloud-soar/integration-framework-docker-editor-2.png differ diff --git a/static/img/cloud-soar/integration-framework-docker-editor-3.png b/static/img/cloud-soar/integration-framework-docker-editor-3.png index 0f2dc79fe4..839498c599 100644 Binary files a/static/img/cloud-soar/integration-framework-docker-editor-3.png and b/static/img/cloud-soar/integration-framework-docker-editor-3.png differ diff --git a/static/img/cloud-soar/integration-framework-docker-editor.png b/static/img/cloud-soar/integration-framework-docker-editor.png index cacd157624..b5f2f8dc4a 100644 Binary files a/static/img/cloud-soar/integration-framework-docker-editor.png and b/static/img/cloud-soar/integration-framework-docker-editor.png differ diff --git a/static/img/cloud-soar/integration-framework-test-docker-image-1.png b/static/img/cloud-soar/integration-framework-test-docker-image-1.png new file mode 100644 index 0000000000..528299c12e Binary files /dev/null and b/static/img/cloud-soar/integration-framework-test-docker-image-1.png differ diff --git a/static/img/cloud-soar/integration-framework-test-docker-image-2.png b/static/img/cloud-soar/integration-framework-test-docker-image-2.png index 4c4aead356..388a184221 100644 Binary files a/static/img/cloud-soar/integration-framework-test-docker-image-2.png and b/static/img/cloud-soar/integration-framework-test-docker-image-2.png differ diff --git a/static/img/cloud-soar/integration-framework-test-docker-image-3.png b/static/img/cloud-soar/integration-framework-test-docker-image-3.png index cbd9b1ed59..a07073a7c4 100644 Binary files a/static/img/cloud-soar/integration-framework-test-docker-image-3.png and b/static/img/cloud-soar/integration-framework-test-docker-image-3.png differ diff --git a/static/img/cloud-soar/integration-framework-test-docker-image-4.png b/static/img/cloud-soar/integration-framework-test-docker-image-4.png index 6a320514dc..b5f2f8dc4a 100644 Binary files a/static/img/cloud-soar/integration-framework-test-docker-image-4.png and b/static/img/cloud-soar/integration-framework-test-docker-image-4.png differ diff --git a/static/img/cloud-soar/integration-framework-test-docker-image.png b/static/img/cloud-soar/integration-framework-test-docker-image.png index af7f5a3136..2062a0dfc0 100644 Binary files a/static/img/cloud-soar/integration-framework-test-docker-image.png and b/static/img/cloud-soar/integration-framework-test-docker-image.png differ