I think we might want to have docker:latest tag point at latest release, as it's what users download by default. I think it's also automatically pointed at the last tagged push? unclear on exactly how that works.
latest is just a label, nothing special about it except if you don't specify s label, docker will pull latest
I wouldn't mind having a stable that pointed to a release
But I think latest being the latest is fine
I have a solid track record of pushing working code
only build tags
those who want HEAD should be self sufficient enough to build it themselves
yeah, I really suggest latest -> tags, and dev -> head
i'd simply not offer dev builds on dockerhub, more trouble than they're worth
manually tag an RC or something, if testing is required
I like having the dev builds on dockerhub, so I can use them in my docker deployed nodes
I wonder if we have a space limit...at work I've gotten used to a tag matching the git sha1 always being there
afaik not as a new thing they prune images which have not been downloaded for a while (30d? 90d?)
i assume they’ll say hello if you go way overboard
sure