dokku / dokku-pro-issues

Temporary location for issues with installing or using dokku pro
0 stars 0 forks source link

Feature request: choose a service image #1

Open ppawlak opened 2 years ago

ppawlak commented 2 years ago

So far when you create a new service you can't choose which version to choose:

image

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.

josegonzalez commented 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?

ppawlak commented 2 years ago

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.

josegonzalez commented 2 years ago

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?

ppawlak commented 2 years ago

Sure, one step at a time. I always change (or at least check) the service image before creation but rarely the options.

josegonzalez commented 2 years ago

I've earmarked this for the 1.3.0 release. Will keep this open until that gets shipped.