TritonDataCenter / triton-kubernetes

Kubernetes on Triton
Mozilla Public License 2.0
183 stars 44 forks source link

prebuilt .deb does not install due to version issue #150

Closed oninoshiko closed 5 years ago

oninoshiko commented 5 years ago

As of v0.9.0-pre2, trying to install the prebuilt .deb errors out with the error "version number does not start with a digit."

Apparently at some point this restriction was made mandatory in .deb files. The solution is to remove the leading 'v' in the version number.