Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin demos to humble-2024.10.0 release (#197) #210

Merged
merged 2 commits into from
Feb 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion moveit2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# VERSION - The version of Space ROS (default: "preview")
# SPACE_ROS_IMAGE - The base Space ROS image to build on

ARG SPACE_ROS_IMAGE=osrf/space-ros:latest
ARG SPACE_ROS_IMAGE=osrf/space-ros:humble-2024.10.0

FROM ${SPACE_ROS_IMAGE}

Expand Down
2 changes: 1 addition & 1 deletion moveit2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo ""
docker build -t $ORG/$IMAGE:$TAG \
--build-arg VCS_REF="$VCS_REF" \
--build-arg VERSION="$VERSION" \
--build-arg SPACE_ROS_IMAGE="${SPACE_ROS_IMAGE:-osrf/space-ros:latest}" \
--build-arg SPACE_ROS_IMAGE="${SPACE_ROS_IMAGE:-osrf/space-ros:humble-2024.10.0}" \
.

echo ""
Expand Down
2 changes: 1 addition & 1 deletion navigation2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# VERSION - The version of Space ROS (default: "preview")
# SPACE_ROS_IMAGE - The base Space ROS image to build on

ARG SPACE_ROS_IMAGE=osrf/space-ros:latest
ARG SPACE_ROS_IMAGE=osrf/space-ros:humble-2024.10.0

FROM ${SPACE_ROS_IMAGE}

Expand Down
2 changes: 1 addition & 1 deletion navigation2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo ""
docker build -t $ORG/$IMAGE:$TAG \
--build-arg VCS_REF="$VCS_REF" \
--build-arg VERSION="$VERSION" \
--build-arg SPACE_ROS_IMAGE="${SPACE_ROS_IMAGE:-osrf/space-ros:latest}" \
--build-arg SPACE_ROS_IMAGE="${SPACE_ROS_IMAGE:-osrf/space-ros:humble-2024.10.0}" \
.

echo ""
Expand Down
Loading