tarantool / docker

Docker images for tarantool database
https://hub.docker.com/r/tarantool/tarantool
52 stars 24 forks source link

Add patch level versioning to tags in docker repository #11

Closed aensidhe closed 7 years ago

aensidhe commented 8 years ago

Example: https://hub.docker.com/r/mhart/alpine-node/tags/

It is very usable to be able to pin version of tarantool in a more specific way than 1.7.

rtsisyk commented 8 years ago

Hi @aensidhe, all our minor releases are backward-compatible and contain mostly bugfixes. We usually don't support 1.7.$((x-1)) after release of 1.7.x.

knazarov commented 8 years ago

I think it is reasonable. And it is not that hard to implement.

aensidhe commented 8 years ago

@rtsisyk this will be true after release of 1.7. Right now it is in beta, you did breaking changes to protocol. Also, there could be bugs in client or whatever.

I do not ask about actually supporting as fixes to some concrete minor versions. I do ask about ability to freeze some version to maintain consistence through all clusters: develop, test, stage, production to have one concrete build.