DmitryGolubenkov / SharpDockerizer

Generates Dockerfiles for your .NET projects without registration or SMS.
MIT License
5 stars 0 forks source link

Feature: Allow user to choose docker image version #6

Open DmitryGolubenkov opened 1 year ago

DmitryGolubenkov commented 1 year ago

Description

For now DotNetSdkImageVersionSelector and AspNetDockerImageVersionSelector 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.