{ "version": "1.0.5", "variants": [ "20-bookworm", "18-bookworm", "20-bullseye", "18-bullseye", "20-buster", "18-buster" ], "build": { "latest": "20-bookworm", "rootDistro": "debian", "architectures": { "20-bookworm": [ "linux/amd64", "linux/arm64" ], "18-bookworm": [ "linux/amd64", "linux/arm64" ], "20-bullseye": [ "linux/amd64", "linux/arm64" ], "18-bullseye": [ "linux/amd64", "linux/arm64" ], "20-buster": [ "linux/amd64" ], "18-buster": [ "linux/amd64" ] }, "tags": [ "javascript-node:${VERSION}-${VARIANT}" ], "variantTags": { "20-bookworm": [ "javascript-node:${VERSION}-20", "javascript-node:${VERSION}-bookworm" ], "18-bookworm": [ "javascript-node:${VERSION}-18" ], "20-bullseye": [ "javascript-node:${VERSION}-bullseye" ], "20-buster": [ "javascript-node:${VERSION}-buster" ] } }, "dependencies": { "image": "node:${VARIANT}", "imageLink": "https://hub.docker.com/_/node", "apt": [ { "cgIgnore": false, "name": "yarn" } ], "git": { "Oh My Zsh!": "/home/node/.oh-my-zsh", "nvm": "/usr/local/share/nvm" }, "npm": [ "eslint" ], "languages": { "Node.js": { "cgIgnore": true, "path": "/usr/local" } }, "other": { "git": {} } } }