Description
I would be nice if docker images had specific version in their tags, i.e. adolfintel/speedtest:latest -> adolfintel/speedtest:5.2.2.
Why it should be implemented
It helps with updates/rollbacks in production environment as there is no confusion about the version of speedtest included in an image, also it better adheres to the unwritten best-practice in docker images.
Description
I would be nice if docker images had specific version in their tags, i.e.
adolfintel/speedtest:latest->adolfintel/speedtest:5.2.2.Why it should be implemented
It helps with updates/rollbacks in production environment as there is no confusion about the version of speedtest included in an image, also it better adheres to the unwritten best-practice in docker images.