Docker image :latest is three months old

Hey guys,
as mentioned in Lambda server setup - #4 by SamSamit the docker tag latest is already 3 months old. The newest is tag master.
Is that intended?
Intentional I would pull from latest and not from master.

Not sure, let’s ping @dmai.

Please, avoid using the latest or master. First, using the latest can lead to conflicts if you do some mistake on Docker. e.g. We have updated the latest with a major release that is not compatible with yours. And for some reason, you pull that change from docker. So you may have a big chance of being incompatible. And break your work for some time.

Using master isn’t safe at all. Just use it to explore some new features and only.

1 Like