thecodingmachine / docker-images-nodejs

A set of Node.js Docker images
MIT License
10 stars 8 forks source link

Change tags? #2

Closed moufmouf closed 6 years ago

moufmouf commented 6 years ago

So far, tags are:

Stating "node" in the tag is useless, since we are installing a node image. Maybe we could instead do:

Also, in the PHP image, I'm using an additional "v1" in the tag. In the case I want to make a breaking change to the environment variables I use, I can tag to v2 and not break everybody's code.