Closed gisjedi closed 5 years ago
Need to test deployments configurations:
LOGSTASH_DOCKER_IMAGE
unset
LOGSTASH_DOCKER_IMAGE=scale-logstash:5.9.2
Also need to test with a Scale docker image of geoint/scale:5.9.2
, localhost:5000/geoint/scale:5.9.2
and localhost:5000/geoint/scale
when LOGSTASH_DOCKER_IMAGE
is unset.
If
LOGSTASH_DOCKER_IMAGE
is unset, we try to apply the tags from thescale
Docker image and you getscale:5.9.2-logstash
instead of the correctscale-logstash:5.9.2
. We need to fix the bootstrap logic to correct this issue.