denibertovic / docker-hs

A Haskell library for the Docker Engine API
BSD 3-Clause "New" or "Revised" License
76 stars 48 forks source link

Support URL Image Sources and Private Registries (esp. AWS ECR) #82

Open RobertFischer opened 3 years ago

RobertFischer commented 3 years ago

There's a TODO in the Haddocks on pullImage: https://hackage.haskell.org/package/docker-0.6.0.5/docs/Docker-Client-Api.html#v:pullImage I'd like to take a swing at the second of those, and then the first. Any thoughts/suggestions/recommendations/requirements on the implementation?