-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
So far, tags are:
- thecodingmachine/nodejs:node6
- thecodingmachine/nodejs:node8
- thecodingmachine/nodejs:node10
- thecodingmachine/nodejs:apache-node6
- thecodingmachine/nodejs:apache-node8
- thecodingmachine/nodejs:apache-node10
Stating "node" in the tag is useless, since we are installing a node image. Maybe we could instead do:
- thecodingmachine/nodejs:6
- thecodingmachine/nodejs:8
- thecodingmachine/nodejs:0
- thecodingmachine/nodejs:6-apache
- thecodingmachine/nodejs:8-apache
- thecodingmachine/nodejs:10-apache
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.
Metadata
Metadata
Assignees
Labels
No labels