Skip to content

Commit a807229

Browse files
authored
Merge pull request #269 from space-ros/268-update-stacks-to-jazzy-2026.01.0 into main. Close #268
2 parents 1532df4 + cfd5d6f commit a807229

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

moveit2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# VERSION - The version of Space ROS (default: "preview")
2121
# SPACE_ROS_IMAGE - The base Space ROS image to build on
2222

23-
ARG SPACE_ROS_IMAGE=osrf/space-ros:jazzy-2025.10.0
23+
ARG SPACE_ROS_IMAGE=osrf/space-ros:jazzy-2026.01.0
2424

2525
FROM ${SPACE_ROS_IMAGE}
2626

moveit2/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo ""
1717
docker build -t $ORG/$IMAGE:$TAG \
1818
--build-arg VCS_REF="$VCS_REF" \
1919
--build-arg VERSION="$VERSION" \
20-
--build-arg SPACE_ROS_IMAGE="${SPACE_ROS_IMAGE:-osrf/space-ros:jazzy-2025.10.0}" \
20+
--build-arg SPACE_ROS_IMAGE="${SPACE_ROS_IMAGE:-osrf/space-ros:jazzy-2026.01.0}" \
2121
.
2222

2323
echo ""

navigation2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# VERSION - The version of Space ROS (default: "preview")
2121
# SPACE_ROS_IMAGE - The base Space ROS image to build on
2222

23-
ARG SPACE_ROS_IMAGE=osrf/space-ros:jazzy-2025.10.0
23+
ARG SPACE_ROS_IMAGE=osrf/space-ros:jazzy-2026.01.0
2424

2525
FROM ${SPACE_ROS_IMAGE}
2626

navigation2/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo ""
1717
docker build -t $ORG/$IMAGE:$TAG \
1818
--build-arg VCS_REF="$VCS_REF" \
1919
--build-arg VERSION="$VERSION" \
20-
--build-arg SPACE_ROS_IMAGE="${SPACE_ROS_IMAGE:-osrf/space-ros:jazzy-2025.10.0}" \
20+
--build-arg SPACE_ROS_IMAGE="${SPACE_ROS_IMAGE:-osrf/space-ros:jazzy-2026.01.0}" \
2121
.
2222

2323
echo ""

0 commit comments

Comments
 (0)