donovanmuller / spring-cloud-deployer-openshift

A Spring Cloud Deployer SPI implementation for OpenShift 3
http://blog.switchbit.io/spring-cloud-deployer-openshift
Apache License 2.0
4 stars 10 forks source link

Use ImageStream when referencing container images #37

Closed donovanmuller closed 7 years ago

donovanmuller commented 7 years ago

Instead of referencing the Container image directly, rather use the ImageStreamTag. See here for example.

This needs further investigation and might only apply to built images.

donovanmuller commented 7 years ago

Will add as the default option but have a way to fallback to current behaviour. The ImageStream reference does not work well in redeployment scenarios (in the context of application grouping)

donovanmuller commented 7 years ago

Parking this for now. As mentioned there are issues if/when redeployment is in context. Also, benefits are minimal.