nh43de opened a new issue #9169: Docker-compose.yml broken after de-incubation cleanup URL: https://github.com/apache/druid/issues/9169 ### Description In de-incubation commit (#9108), image name was changed from "apache/incubator-druid" to "apache/druid", which is not available or private on Docker Hub. When running ` docker-compose -f distribution/docker/docker-compose.yml up -d` against master, error message returned: ``` Pulling coordinator (apache/druid:)... ERROR: pull access denied for apache/druid, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ``` ### Affected Version master
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
