You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setting docker.autoUpdate controls if the docker image should be pulled before its execution. If the pull fails (because the registry is not available or the image is not present), the analyzer is not run, even if a local docker image exists.
The aim of this issue is to ignore error when trying to update the docker image of the analyzer. If custom analyzers which are not push on the registry is used, the setting docker.autoUpdate can be set to true. For the private analyzer images, it is recommended to set the registry "localhost" in the docker image tag: localhost/my.company/my.analyzer:1.0
The text was updated successfully, but these errors were encountered:
Request Type
enhancement
Problem Description
The setting
docker.autoUpdate
controls if the docker image should be pulled before its execution. If the pull fails (because the registry is not available or the image is not present), the analyzer is not run, even if a local docker image exists.The aim of this issue is to ignore error when trying to update the docker image of the analyzer. If custom analyzers which are not push on the registry is used, the setting
docker.autoUpdate
can be set to true. For the private analyzer images, it is recommended to set the registry "localhost" in the docker image tag:localhost/my.company/my.analyzer:1.0
The text was updated successfully, but these errors were encountered: