ros-industrial / docker

ROS-Industrial docker and cloud tools
23 stars 21 forks source link

"docker pull rosindustrial/core" ends up with "not found" error #15

Closed 130s closed 6 years ago

130s commented 6 years ago

Not sure if there's anything missing on my side, but I ran the pull command as noted in https://hub.docker.com/r/rosindustrial/core/ then get this error.

$ docker pull rosindustrial/core
Using default tag: latest
Error response from daemon: manifest for rosindustrial/core:latest not found
mathias-luedtke commented 6 years ago

rosindustrial/core does not have a latest tag, only indigo and kinetic. docker pull rosindustrial/core:kinetic works.

130s commented 6 years ago

Thanks. Now I can download tags.

I assume pulling tags a common sense for docker but would be still nice if there's a bit more minimal info, so opened #16.