The ROS Jazzy docker images are now available on Dockerhub !
Simply run this command to download and start a session in a Jazzy container:
docker run -it --rm ros:jazzy
Jazzy being the latest LTS, the latest
tag now points to Jazzy images.
This means that the following command will now land you in a jazzy-ros-base
container
docker run -it --rm ros
The available tags are
jazzy-ros-core
,jazzy-ros-core-noble
jazzy-ros-base
,jazzy-ros-base-noble
,jazzy
jazzy-perception
,jazzy-perception-noble
ROS Jazzy images are available for the following platforms/architectures:
Ubuntu Noble:
amd64
arm64v8 (aarch64)
GUI images like “desktop_full”
The simulation
, desktop
and desktop-full
images are available on the ‘osrf/ros’ docker hub profile
Meaning you can pull them like this:
docker pull osrf/ros:jazzy-desktop-full
The available tags are
jazzy-simulation
,jazzy-simulation-noble
jazzy-desktop
,jazzy-desktop-noble
,jazzy
jazzy-desktop-full
,jazzy-desktop-full-noble
As always:
- Please report any issue with the images on https://github.com/osrf/docker_images/issues
- Don’t forget to star our official repo so others might discover it!
- You can find the list of tags here
Happy containing !