chef/chef-workstation

Update docker images to ubuntu-22.04

rnt opened this issue · 0 comments

rnt commented

Describe the Enhancement:

Static Analysis of vulnerabilities like clair detects vulnerabilities that although ubuntu-18.04 was updated, have not been resolved.

The same scan for ubuntu-22.04 ends up completely clean.

Describe the Need:

You need to update the base image used in docker, to the latest LTS version of ubuntu, to get the latest updates related to all base software.

All users whose corporate policy includes the use of pipelines that include static analysis will benefit.

Current Alternative

The only alternative for now is not to use the official chef/chefworkstation image and use the Dockerfile as a base to build your own version.