Difference between revisions of "Maintain the Images"

From Gcube Wiki
Jump to: navigation, search
(Find, Fix and Monitor for Image Vulnerabilities)
(Find, Fix and Monitor for Image Vulnerabilities)
 
Line 2: Line 2:
 
Docker images must be considered (and are) Operating Systems with their packages installed. As such, they are subject to vulnerabilities posing risks that must be discovered and promptly fixed when patches and upgrades are made available.
 
Docker images must be considered (and are) Operating Systems with their packages installed. As such, they are subject to vulnerabilities posing risks that must be discovered and promptly fixed when patches and upgrades are made available.
  
Let's consider [https://snyk.io/ Snyk] and their free plan.
+
Tools to evaluate:
 +
* Snyk: https://snyk.io/
 +
* Clair: https://github.com/quay/clair
  
 
= Scheduled (Monthly) Patching =
 
= Scheduled (Monthly) Patching =

Latest revision as of 15:46, 25 August 2020

Find, Fix and Monitor for Image Vulnerabilities

Docker images must be considered (and are) Operating Systems with their packages installed. As such, they are subject to vulnerabilities posing risks that must be discovered and promptly fixed when patches and upgrades are made available.

Tools to evaluate:

Scheduled (Monthly) Patching

Back to the Docker guide.