Closed hannes-ucsc closed 9 months ago
Security review: This switches the to the Elasticsearch image from DockerHub rather than Elastic's own registry. The image is still an official image …
… so I trust it as much as I do trust the image published by Elastic.
https://github.com/DataBiosphere/azul/blob/7c7e4af9920092676079fa0fd3e1ba0c016bf6a4/.github/ISSUE_TEMPLATE/upgrade.md?plain=1#L18
https://github.com/DataBiosphere/azul-docker-elasticsearch/blob/06505bd020664023750949dd80dcc556d1a1808c/Dockerfile#L3
The link should either be
https://www.docker.elastic.co/r/elasticsearch
or we should change the base image to the one from DockerHub. The former is hard to navigate (one has to skip several pages before getting to the 7.x tags) while the latter receives updated images with a delay. I'm leaning towards the latter. If we do that we should consider also switching the Kibana image from docker.elastic.co to hub.docker.com.