nuts-foundation / nuts-node

The reference implementation of the Nuts specification. A decentralized identity network based on the w3c ssi concepts with practical functionality for the healthcare domain.
https://nuts-foundation.gitbook.io
GNU General Public License v3.0
23 stars 15 forks source link

Docker: stop publishing "latest" image tag #2975

Closed reinkrul closed 5 months ago

reinkrul commented 5 months ago

We publish a latest Docker tag that points to the latest release (e.g. v5.4.5). In my opinion, we should stop publishing latest and retract the existing latest tag from Docker hub.

Instead, people should find the newest major release and use that one (that's what I always do when deploying new Docker containers), or pinpoint a minor or patch version, depending on company policy. Minor versions don't break functionality, so automatic upgrade should be safe there.

We can probably keep master.

reinkrul commented 5 months ago

Decided against it

woutslakhorst commented 5 months ago

latest tag is used in the getting started for devs