Skip to content

Commit c77d532

Browse files
committed
Remove temp fix for ROS 2 keys
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 3b6b74a commit c77d532

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/docker/vulcanexus/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ SHELL ["/bin/bash", "-c"]
1616
ARG docker_image_base
1717
RUN echo "Docker Base image used: ${docker_image_base}"
1818

19-
# TODO: Remove once external issue is solved
20-
# Update ROS 2 keys (not updated in the base image as of June 2025)
21-
RUN rm /etc/apt/sources.list.d/ros2-latest.list && \
22-
curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg && \
23-
echo "deb [signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/ros2.list > /dev/null
24-
2519
# Install message interface and demo nodes required packages
2620
RUN source "/opt/vulcanexus/$VULCANEXUS_DISTRO/setup.bash" && \
2721
apt-get update && \

0 commit comments

Comments
 (0)