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.
Currently a
latest
container is created withlatest
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 aslaunch list all
orlaunch shell mountebank
orlaunch shell mountebank:latest
.