Skip to content

jerbia/latestme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

LatestMe

LatestMe automatically updates running containers with their latest image version in case a security vulnerability is found.

The approach taken by LatestMe is to replace running container with a new image. This is instead of standard methods to apply security patches, "apt-get" and "yum update" mechanisms, which break the concept of immutable containers.

How does it work

  1. Identify that a running container has security vulnerability.
  2. Search Docker registry for updated image.
  3. Verify that security vulnerability is fixed in the updated image.
  4. Replace running container with updated image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published