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

Why doesn't `latest` tag have `linux/arm64` version?

Open lifr0m opened this issue 1 year ago • 1 comments

I'm just curious. It's debian, it's equivalent for now is python3.13-nodejs22, which has linux/arm64. But why latest doesn't?

lifr0m avatar Feb 21 '25 22:02 lifr0m

Good question! There is nothing blocking building latest for linux/arm64. Right now that tag is built using Docker Hub Automated Build, as apposed to all other images, which are built on GitHub Actions. This is just legacy, since this repo started out only building a single latest tag.

I'll have a look at this soonish

nikolaik avatar Feb 24 '25 11:02 nikolaik