ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

5.9.x releases are unable to deploy logstash from defaults #1541

Closed gisjedi closed 5 years ago

gisjedi commented 5 years ago

If LOGSTASH_DOCKER_IMAGE is unset, we try to apply the tags from the scale Docker image and you get scale:5.9.2-logstash instead of the correct scale-logstash:5.9.2. We need to fix the bootstrap logic to correct this issue.

gisjedi commented 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.