Open MichaelrMentele opened 3 months ago
This happened to me as well, the fix was to change the docker-compose.yaml
file to point to the new location of the image.
These lines:
image: ghcr.io/moveit/moveit2_tutorials:$DOCKER_IMAGE
needed to change to this:
image: ghcr.io/ros-planning/moveit2_tutorials:$DOCKER_IMAGE
I guess the image was moved from moveit
org to ros-planning
?
I created a pull request to fix this bug here
Description
Second attempt to do MoveIt2 tutorial from #935. Following along with https://moveit.picknik.ai/main/doc/how_to_guides/how_to_setup_docker_containers_in_ubuntu.html
Getting stuck unable to pull down the moveit2_tutorials image.
Your environment
Steps to reproduce
Trying to run:
Expected behaviour
The image should pull down! I can pull other public images down. Is this thing private by accident..?
Backtrace or Console output
Running the docker compose command gives:
If I try to directly pull the image: