parabuzzle / craneoperator

Gives you a simple web interface for browsing around a Docker Registry
https://hub.docker.com/r/parabuzzle/craneoperator
MIT License
127 stars 32 forks source link

fix version sort problem on versions with letters in them #17

Closed parabuzzle closed 8 years ago

parabuzzle commented 8 years ago

valid version numbers with a letter in them like v2.5.0 break the version sorting code. Here I'm stripping the letters during the sort so that the version is properly parsed as 2.5.0.

Fixes #16