Feature: Allow user to choose docker image version #6
Labels
backlog
enhancement
New feature or request
priority: low
Not very important but still should be done
Description
For now
DotNetSdkImageVersionSelector
andAspNetDockerImageVersionSelector
use string comparision to determine which hardcoded Docker image link to use.I think this feature should be updated, maybe by using docker hub API to allow user to choose some other version.
On the other hand, most people will use default values, so auto detect feature should be sufficient (and must be) if application is maintained.
The text was updated successfully, but these errors were encountered: