These images are only accepting bugfixes.
The directory contents for these Node versions are generated by the templating process.
- Changing the Dockerfile: Modify
./Dockerfile.template. - Changing copied resources: Modify the contents of
./common/
- Make changes to the templates.
- Navigate to the repo root.
- Run
./template.shor./template.sh {version}
The results of the templating process should be committed to the repository.
Create an empty directory named as the Node version number. It must be a version that matches the available alpine variants of the official node image.
Run ./template.sh to initialize the directory with a Docker image manifest.
Ensure the Dockerfile continues to build and that you can run it to access the Node REPL.