Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 11-14-2018 02:37 AM
I am using Cloudbreak 2.7.2 on openstack deployment with doc here: https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.7.2/content/os-launch/index.html
Failed on 'Launching Cloudbreak on OpenStack' -> 'cbd pull-parallel' step.The fail reason is the installation can not find the docker images.
I checked the docker-compose.yml and found that there are many images using the tag:2.7.2. But these tags images can not be found in the hortonworks repo at dockerhub(e.g. https://hub.docker.com/r/hortonworks/cloudbreak/tags/).
So i am really confused. Can anyone help?
Created 11-14-2018 06:28 AM
Hi @Tianyi Chen!
Could you check which images were not accessible from the generated docker-compose.yml?
Dockerhub shows only the last created/updated images in tags (https://github.com/docker/hub-feedback/issues/1416) but when I execute this:
docker pull hortonworks/cloudbreak:2.7.2
then docker pulls it successfully, so it exists.
Created 11-14-2018 06:28 AM
Hi @Tianyi Chen!
Could you check which images were not accessible from the generated docker-compose.yml?
Dockerhub shows only the last created/updated images in tags (https://github.com/docker/hub-feedback/issues/1416) but when I execute this:
docker pull hortonworks/cloudbreak:2.7.2
then docker pulls it successfully, so it exists.
Created 11-15-2018 02:05 AM
Thank u so much^^. @ahorvath