Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable automatic docker updates for ML scripts #37256

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ dockerimage: demisto/mlclustering:1.0.0.105775
tests:
- DBotTrainClustering-test
fromversion: 6.2.0
autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ contentitemexportablefields:
fromServerVersion: 6.1.0
marketplaces:
- xsoar

autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ dockerimage: demisto/sklearn:1.0.0.108551
tests:
- Detect & Manage Phishing Campaigns - Test
fromversion: 5.0.0
autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ tests:
fromversion: 6.5.0
marketplaces:
- xsoar
autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ dockerimage: demisto/sklearn:1.0.0.115728
tests:
- Detect & Manage Phishing Campaigns - Test
fromversion: 5.0.0
autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ timeout: '0'
type: python
dockerimage: demisto/sklearn:1.0.0.12410
fromversion: 5.0.0
autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ runas: DBotRole
tests:
- DBotPredictURLPhishing_test
fromversion: 6.0.0
autoUpdateDockerImage: false
Loading