Improve node version image handling
To improve node version image handling:
- Remove version-specific branches
- Update
DOCKERFILE
to useARG
for image tag. Set default tolts
. Update build script to passbuild-arg
from environment variable. - Add dynamic child pipelines for each applicable node release with applicable environment variable
Edited by Aaron Goldenthal