viatcheslavmogilevsky opened a new pull request #10638: URL: https://github.com/apache/druid/pull/10638
Fixes the issue of builds were getting stuck <!-- If you are a committer, follow the PR action item checklist for committers: https://github.com/apache/druid/blob/master/dev/committer-instructions.md#pr-and-issue-action-item-checklist-for-committers. --> ### Description Since centos:6.5 has ended his lifetime: https://wiki.centos.org/About/Product, `docker_build_containers.sh` failed building `druid/cluster` image and didn't start build `druid-it/hadoop:2.8.5` which caused prompt from docker-compose command and build was getting stuck: ``` The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing. ``` Changes: added `set -e` flag in `docker_build_containers.sh` so script should fail if some of commands failed change base image to centos:7 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
