Open ppawlak opened 2 years ago
Just wanted to let you know I'm working on this. The ui will have an input field with a placeholder text of the current version, and some hover text explaining how to pick a version (and probably linking to the dokku pro docs for further explanation somehow).
Does that work or are you thinking something more?
The input text works well I think. The concept of "available versions" I mentioned doesn't really make sense, all versions on Docker Hub are available. We won't have a drop down list with all of them.
After thinking again, it would also be great to be able to input any options that the command line provides. For example on postgres (https://github.com/dokku/dokku-postgres) it would be config-options, custom-env, memory, etc. Not sure of how the ui would be though.
I think we'll probably start with just the image, and then a future release add an "advanced creation" button/section that expands out and lets folks customize further?
Sure, one step at a time. I always change (or at least check) the service image before creation but rarely the options.
I've earmarked this for the 1.3.0 release. Will keep this open until that gets shipped.
So far when you create a new service you can't choose which version to choose:
We have to use the command line to pick a specific version.
It would also be great to be able to update the list of available versions from dokku pro.