docker-python-nodejs icon indicating copy to clipboard operation
docker-python-nodejs copied to clipboard

Please allow minor versions on Node 22

Open nikhilro opened this issue 1 year ago • 2 comments

There was a bug in 22.7.0 that broke our production. https://github.com/nodejs/node/issues/54543

It'd be awesome if you could add minor versions to the latest major version.

nikhilro avatar Aug 24 '24 18:08 nikhilro

As a workaround you could find an old digest from a CI build log or similar, and pin to a previous digest built with an older Node.js version.

I'm not feeling super eager about tagging minor versions, even though I would assume those tags would exist here, since its a common pattern for a lot of official project images.

I could pretty easily add the image digest to the versions.json to be able to find the right one though. What do you think?

nikolaik avatar Aug 28 '24 07:08 nikolaik

ya image digest in versions.json would work

nikhilro avatar Aug 28 '24 18:08 nikhilro