Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Cloudbreak 2.7.2 images does not exist?

avatar
New Member

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?

1 ACCEPTED SOLUTION

avatar
Contributor

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.

View solution in original post

2 REPLIES 2

avatar
Contributor

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.

avatar
New Member

Thank u so much^^. @ahorvath