GoogleCloudPlatform / container-definitions

This repository contains Bazel targets for Google-maintained common container definitions and their dependencies.
Apache License 2.0
43 stars 22 forks source link

Replace Ubuntu 16.04 LTS in container definitions (end of standard support) #12488

Open dpward opened 1 year ago

dpward commented 1 year ago

Ubuntu 16.04 LTS reached the end of standard support in April 2021. Updates are only provided through Extended Security Maintenance (ESM) which must be purchased from Canonical[^1]. The latest publicly-available version of Ubuntu 16.04 LTS is affected by 343 CVEs.

The container definitions using Ubuntu 16.04 LTS should be changed to target a newer release. Base images are currently available for Ubuntu 18.04 LTS and 20.04 LTS, which remain under standard support.

[^1]: ESM is free for personal use on up to 3 systems. For use on GCP or other public clouds, Ubuntu Pro is a paid image that includes ESM.