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

An error in docker pull should not stop the analysis #431

Closed
To-om opened this issue Oct 5, 2022 · 0 comments
Closed

An error in docker pull should not stop the analysis #431

To-om opened this issue Oct 5, 2022 · 0 comments
Assignees
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Oct 5, 2022

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

@To-om To-om added this to the 3.1.7 milestone Oct 5, 2022
@To-om To-om self-assigned this Oct 5, 2022
@To-om To-om closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant