vmeretail / subscriptionservice

Lightweight and easy to use library, which allows you to manage you delivering events from persistent subscriptions.
12 stars 0 forks source link

Docker tests to run under Windows #44

Closed StevenBlair123 closed 4 years ago

StevenBlair123 commented 4 years ago

Is your feature request related to a problem? Please describe. Docker tests will only run under Linux.

Describe the solution you'd like Windows docker files for Event Store and REST endpoint to allow Windows testing

Describe alternatives you've considered

Not having Windows testing enabled.

StuartFergusonVme commented 4 years ago

For this to be supported the docker images would need to be built for multiple platforms.

At the moment we are tied by the fact that the EventStore docker image is built against only ubuntu linux.

StevenBlair123 commented 4 years ago

Should we just close this off?

StuartFergusonVme commented 4 years ago

Yeah we are kinda tied by using the ES docker image to running on linux. I will close this off