sjclark76 / Bard

https://docs.bard.net.nz
MIT License
29 stars 9 forks source link

If required image is missing and any other docker image exists, image is not pulled #58

Closed rockResolve closed 3 years ago

rockResolve commented 3 years ago

BardDbBase.PullImageIfRequired doesnt pull a new image, if any other image exists in the docker image list.

This is because ListImagesAsync is using MatchName which has been deprecated from docker, but not yet from Docker.DotNet api Ref https://github.com/dotnet/Docker.DotNet/issues/489

Ultimate Pete

rockResolve commented 3 years ago

Moving to Bard.Db