-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Scanning prevents previously-safe versions images from being pulled while in a "pending" state #15406
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale, still an issue |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
Still not stale, still a problem :) |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
Still a problem, still not stale.. |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. If this issue is still relevant, please re-open a new issue. |
This is still a problem on the latest (v2.9.0), I now have a daily period of 20-30 min during which images can't be pulled because their scan state is "PENDING" |
Expected behavior and actual behavior:
An image in my registry, with no vulnerabilities, cannot be pulled from the registry while being (re)scanned.
We pull images from our registry often. We also run frequent scans of the registry. We've found that when an image (which has previously been scanned and found to have no vulnerabilities) is being scanned, it cannot be pulled from the registry due to its "pending" state
Before a scan is triggered:
During a scan:
What I'd expect would be that an image's status would change only after being scanned, so that there would be no status transition on a previously-safe image, unless new vulnerabilities are detected as a result of the scan.
Steps to reproduce the problem:
Versions:
Please specify the versions of following systems.
The text was updated successfully, but these errors were encountered: