Unofficial Alpine Linux nodejs containers
- Edit the
5.7/alpine/Dockerfile
file to change the node version variable (NODE_VERSION
) - Build a new image:
$ docker build -t rezzza/docker-node:latest 5.7/alpine
- Create the corresponding tag (replace the
z
):
$ docker tag latest rezzza/docker-node:5.7.z
- Push it!
$ docker push rezzza/docker-node
- Edit the
vendor/web.client.vlr/Dockerfile
file to use the corresponding parent node image - Build a new image:
$ docker build -t rezzza/docker-node:web.client.vlr-latest vendor/web.client.vlr
- Create the corresponding tag (adapt the image version and the node version):
$ docker tag *insert_the_image_id_here* rezzza/docker-node:web.client.vlr-1.y.z-node_x.y.z
- Push it!
$ docker push rezzza/docker-node