blacktop / docker-kibana-alpine

Alpine Linux based Kibana Docker Image
MIT License
73 stars 32 forks source link

Update alpine version to get latest versions of node and busybox #2

Closed mikn closed 6 years ago

mikn commented 6 years ago

Apparently some plugins use fancy features from node 8, so kibana falls over if I install them. Busybox also gets flagged by quay's security check in alpine 3.6. Now it passes! https://quay.io/repository/lalamove/elasticsearch-sg?tab=tags vs https://quay.io/repository/lalamove/kibana-sg?tab=tags Think you could tag up 6.0.0 when you push this change, too? :pray:

blacktop commented 6 years ago

Interesting... I saw 3.7 came out recently and am not looking forward to moving my massive amount of images over 😱 but it needs to be done.

blacktop commented 6 years ago

I added alpine 3.7 to the kibana 6.0.0 tag.

namaste 🙏