spring-cloud / spring-cloud-netflix

Integration with Netflix OSS components
http://cloud.spring.io/spring-cloud-netflix/
Apache License 2.0
4.87k stars 2.44k forks source link

Automatically publish eureka server docker image for non-production use #3522

Open macsux opened 5 years ago

macsux commented 5 years ago

Official images of spring-cloud need to be updated on docker hub as many haven't been updated in years. As PAs run workshops on SCS, they rely on docker images to bootstrap these components in the client environment. At a minimum, please update the following images: https://hub.docker.com/r/springcloud/eureka https://hub.docker.com/r/springcloud/configserver and add (if possible) hystrix dashboard

spencergibb commented 5 years ago

If we decide to do this I don't think we should be adding hystrix dashboard as it has been marked for maintenance mode.

spencergibb commented 5 years ago

If we decide to do this, we should also note that these should not be used in production.

spencergibb commented 5 years ago

This will only be for eureka server (we won't do hystrix dashboard).

https://github.com/spring-cloud/spring-cloud-config/issues/1373