gearboxworks / launch

Running in Docker made trivial
2 stars 0 forks source link

"latest" containers should be created with version. #25

Open MickMake opened 3 years ago

MickMake commented 3 years ago

Currently a latest container is created with latest as it's version. This should really be whatever version is the current version. EG: mountebank:latest -> mountebank:2.4.0

The reason is that latest is only valid and relevant at the time of creation and not after that.

A container can still be marked as latest when issuing a command such as launch list all or launch shell mountebank or launch shell mountebank:latest.