Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose try to pull 0.22 which is not available #11305

Closed
sujeshchirackkal opened this issue May 26, 2021 · 4 comments
Closed

docker-compose try to pull 0.22 which is not available #11305

sujeshchirackkal opened this issue May 26, 2021 · 4 comments
Labels
Docker https://hub.docker.com/r/apache/druid

Comments

@sujeshchirackkal
Copy link

$ docker-compose up -d
Creating network "docker_default" with the default driver
Pulling coordinator (apache/druid:0.22.0)...
ERROR: manifest for apache/druid:0.22.0 not found: manifest unknown: manifest unknown
@FrankChen021
Copy link
Member

FrankChen021 commented May 26, 2021

Please use the docker-compose.yml on a released branch(e.g. 0.20.0, 0.21.0).

@asdf2014 asdf2014 added Docker https://hub.docker.com/r/apache/druid and removed Uncategorized problem report labels May 27, 2021
@sujeshchirackkal
Copy link
Author

Thanks @FrankChen021 . However, there is another error coming up. It is attempted with 0.21 branch.

entrypoint script is trying to create a few directories inside the container, as user druid and seems there is permission issue. Am I doing something wrong here ??

router | Setting druid.metadata.storage.connector.password=FoolishPassword in /tmp/conf/druid/cluster/query/router/runtime.properties
router | Setting druid.emitter.logging.logLevel=debug in /tmp/conf/druid/cluster/query/router/runtime.properties
router | mkdir: can't create directory 'var/tmp': Permission denied
router | mkdir: can't create directory 'var/druid/': Permission denied
router | mkdir: can't create directory 'var/druid/': Permission denied
router | mkdir: can't create directory 'var/druid/': Permission denied

@FrankChen021
Copy link
Member

0.20.2 is recommended. This is a bug of 0.21.0, it has been addressed on the master branch , and a bug fix release is on the way. See #11166

@sujeshchirackkal
Copy link
Author

Thanks @FrankChen021 0.20.2 is working fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker https://hub.docker.com/r/apache/druid
Projects
None yet
Development

No branches or pull requests

3 participants