Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

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

Closed
ccheetham opened this issue Sep 26, 2018 · 1 comment
Closed

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

ccheetham opened this issue Sep 26, 2018 · 1 comment
Assignees
Labels
accepted enhancement New feature or request
Milestone

Comments

@ccheetham
Copy link
Contributor

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:

  • Linux -> steeltoeoss/redis-server:4.0.11-linux
  • Windows -> steeltoeoss/redis-server:3.0.504-windows
@ccheetham ccheetham added the enhancement New feature or request label Sep 26, 2018
@ccheetham ccheetham added this to the 1.0.0 milestone Sep 26, 2018
@ccheetham ccheetham self-assigned this Sep 26, 2018
@cf-gitbot
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants