Node image docs showing browser image tags

Looking at cimg/node - CircleCI there’s a table headed Image Tags which I would expect to contain entries like 16.18.0-node but instead it contains entries like 16.18.0-browser. Is that right?

Hey @dumbledad - that is correct. The -node variant is included for almost all images except for node itself and base. The reason for this being the node image would just be a copy of itself.

You can see in cimg-node variants that the -node variant does not exist. However, this exists for other repos, which use the shared submodule

As a last point - just so there’s no confusion, the tag for the browser variant is plural: cimg/node:16.18.0-browsers