We build a new base image each month. However, we only update the base image used in child convenience images once per quarter. These updates are not retroactively applied to existing images, but will apply to new releases of the image after the change has been made.
So whilst the base image cimg/base on Docker Hub is showing monthly updates, and cimg/node images have been published with new Node.js versions, the cimg/node images have not been rebased on the applicable newer base image.
This really needs to happen as otherwise Ubuntu fixes and enhancements are not available to cimg/node images.
Be aware though that latest cimg/node images, for instance cimg/node:22.17.0 and cimg/node:22.17.0-browsers, are published based on Ubuntu 24.04.2 LTS and this can be a breaking change for some use cases.
I’m trying to troubleshoot an issue I’m having with the new version of cimg/node:lts-browsers. I use this image with Lando and it seems there’s been a change to the Linux user accounts. From what I can tell, I think there used to be a ‘node’ user account, but that account has been replaced with an ‘ubuntu’ account. Can anyone confirm this and was this an expected change?