Skip to content

Commit

Permalink
Merge pull request #742 from osrf/jazzy_update
Browse files Browse the repository at this point in the history
jazzy 0.10.0-4 -> 0.11.0-1
  • Loading branch information
mikaelarguedas authored Apr 30, 2024
2 parents 3dd1fb3 + f1dc252 commit e36bb66
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ros/jazzy/ubuntu/noble/desktop-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM osrf/ros:jazzy-desktop-noble

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-jazzy-desktop-full=0.10.0-4* \
ros-jazzy-desktop-full=0.11.0-1* \
&& rm -rf /var/lib/apt/lists/*

2 changes: 1 addition & 1 deletion ros/jazzy/ubuntu/noble/desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM ros:jazzy-ros-base-noble

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-jazzy-desktop=0.10.0-4* \
ros-jazzy-desktop=0.11.0-1* \
&& rm -rf /var/lib/apt/lists/*

2 changes: 1 addition & 1 deletion ros/jazzy/ubuntu/noble/perception/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM ros:jazzy-ros-base-noble

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-jazzy-perception=0.10.0-4* \
ros-jazzy-perception=0.11.0-1* \
&& rm -rf /var/lib/apt/lists/*

2 changes: 1 addition & 1 deletion ros/jazzy/ubuntu/noble/ros-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ RUN colcon mixin add default \

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-jazzy-ros-base=0.10.0-4* \
ros-jazzy-ros-base=0.11.0-1* \
&& rm -rf /var/lib/apt/lists/*

2 changes: 1 addition & 1 deletion ros/jazzy/ubuntu/noble/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV ROS_DISTRO jazzy

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-jazzy-ros-core=0.10.0-4* \
ros-jazzy-ros-core=0.11.0-1* \
&& rm -rf /var/lib/apt/lists/*

# setup entrypoint
Expand Down
2 changes: 1 addition & 1 deletion ros/jazzy/ubuntu/noble/simulation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM ros:jazzy-ros-base-noble

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-jazzy-simulation=0.10.0-4* \
ros-jazzy-simulation=0.11.0-1* \
&& rm -rf /var/lib/apt/lists/*

6 changes: 3 additions & 3 deletions ros/ros
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@ Directory: ros/iron/ubuntu/jammy/perception

Tags: jazzy-ros-core, jazzy-ros-core-noble
Architectures: amd64, arm64v8
GitCommit: 543aabeed37ee905ac3737fd38ffbc9894e997db
GitCommit: 0038f1c3a11aa0fc573d698b39ab5c204aad5a40
Directory: ros/jazzy/ubuntu/noble/ros-core

Tags: jazzy-ros-base, jazzy-ros-base-noble, jazzy
Architectures: amd64, arm64v8
GitCommit: 543aabeed37ee905ac3737fd38ffbc9894e997db
GitCommit: 0038f1c3a11aa0fc573d698b39ab5c204aad5a40
Directory: ros/jazzy/ubuntu/noble/ros-base

Tags: jazzy-perception, jazzy-perception-noble
Architectures: amd64, arm64v8
GitCommit: 543aabeed37ee905ac3737fd38ffbc9894e997db
GitCommit: 0038f1c3a11aa0fc573d698b39ab5c204aad5a40
Directory: ros/jazzy/ubuntu/noble/perception


Expand Down

0 comments on commit e36bb66

Please sign in to comment.