Skip to content

Commit 00f1545

Browse files
ylenianisticomich-pest
authored andcommitted
change argument of ROS_DISTRO in the Dockerfile
1 parent 56b89c6 commit 00f1545

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker/Dockerfile.x64

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ─────────────────────────────────────────────────────────────────────────────
44
# Stage 1 – base: CUDA + ROS2 + locale/timezone
55
# ─────────────────────────────────────────────────────────────────────────────
6-
ARG ROS_DISTRO=humble
6+
ARG ROS_DISTRO=jazzy
77

88
# Keep the CUDA image aligned with the Ubuntu version required by the ROS distro.
99
FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04 AS humble_base
@@ -13,7 +13,7 @@ FROM ${ROS_DISTRO}_base AS base
1313
LABEL description="ROS2 + CUDA - elevation_mapping_cupy baked in"
1414
LABEL version="2.0"
1515

16-
ARG ROS_DISTRO=humble
16+
ARG ROS_DISTRO=jazzy
1717
ARG USERNAME=ros
1818
ARG USER_UID=1000
1919
ARG USER_GID=${USER_UID}
@@ -178,7 +178,7 @@ RUN groupadd --gid ${USER_GID} ${USERNAME} \
178178
FROM dev AS builder
179179

180180
ARG USERNAME=ros
181-
ARG ROS_DISTRO=humble
181+
ARG ROS_DISTRO=jazzy
182182

183183
# Internal workspace used only during build – never exposed as a mount
184184
ENV ROS_WS=/home/${USERNAME}/ros_ws
@@ -217,7 +217,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
217217
FROM dev AS runtime
218218

219219
ARG USERNAME=ros
220-
ARG ROS_DISTRO=humble
220+
ARG ROS_DISTRO=jazzy
221221

222222
ENV ROS_WS=/home/${USERNAME}/ros_ws
223223

0 commit comments

Comments
 (0)