GELOG / adamcloud

Portable cloud infrastructure for a genomic transformation pipeline using Adam
2 stars 0 forks source link

Choose what the "latest" tag of a docker image should point to #7

Closed davidonlaptop closed 9 years ago

davidonlaptop commented 9 years ago

The default tag for docker is "latest" which simplifies the installation for users, as they do not need to specify a tag.

Assuming we have two versions of adam: src and 0.16. Which should be assigned the "latests" tag?

it seems best to assign it to the latest released version (not src).

flangelier commented 9 years ago

The "latest" tag of an image (e.g. hadoop:latest) will point to the latest released version (e.g. the binary, not the source)