SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

Add support for different docker images for a service type #27

Closed ccheetham closed 6 years ago

ccheetham commented 6 years ago

Currently, a service type maps to a single docker image name. That name is expected to resolve to a docker image for both Linux and Windows docker containers.

However, in some cases it'd be easier for docker image construction if a service type could map to different image names depending on the container OS.

A specific example are Steeltoe Redis Server docker images:

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/160778835

The labels on this github issue will be updated when the story is started.