fabric8io / kubeflix

Kubernetes integration with Netflix OSS
266 stars 69 forks source link

Updated to latest jetty version to skip running as root #166

Closed siamaksade closed 7 years ago

siamaksade commented 7 years ago

Current images for hystrix-dashboard and turbine-server on DockerHub are based on jetty 1.0.0 image that used to run as root. Therefore the current images must run privileged. Not all users are admin to their environments and they won't be able to deploy these images in that case.

The jetty base image is updated to the latest version (1.2.1) which doesn't run as root and therefore can be deployed as an unprivileged container.

[1] https://hub.docker.com/r/fabric8/hystrix-dashboard/ [2] https://hub.docker.com/r/fabric8/turbine-server/ [3] https://hub.docker.com/r/fabric8/jetty-9/

siamaksade commented 7 years ago

@jstrachan this solves #150

jstrachan commented 7 years ago

ok to test

jstrachan commented 7 years ago

[merge]

metmajer commented 7 years ago

Still having these issues with the current images on the Docker Hub. Any idea when they'll be pushed? Thanks!

iocanel commented 7 years ago

I kicked of a release, so it wouldn't take long :-)

iocanel commented 7 years ago

I think that the release is out now.

siamaksade commented 7 years ago

Super. When will it be published to Docker Hub?

iocanel commented 7 years ago

They should have been published during last release. @rawlingsj any ideas?

rawlingsj commented 7 years ago

The last release failed during the promote stage, I've added a possible fix https://github.com/fabric8io/kubeflix/pull/172 and will kick off another release. It should take ~ 25 mins start to finish so fingers crossed this works. I'm not about to day much but will try and check on it later.

rawlingsj commented 7 years ago

Latest release has now completed successfully, hystrix-dashboard:1.0.28 and turbine-server:1.0.28 are now available in dockerhub.

https://hub.docker.com/r/fabric8/hystrix-dashboard/tags/ https://hub.docker.com/r/fabric8/turbine-server/tags/

iocanel commented 7 years ago

Awesome! Thanks !!!