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 1: Line 1:
 
= Find, Fix and Monitor for Image Vulnerabilities =
 
= Find, Fix and Monitor for Image Vulnerabilities =
Docker images must be considered 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.
 
Let's consider [https://snyk.io/ Snyk] and their free plan.

Revision as of 04:36, 20 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.

Let's consider Snyk and their free plan.

Scheduled (Monthly) Patching

Back to the Docker guide.