Skip to content

Commit 161c674

Browse files
committed
Prevent CI docker issue
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
1 parent 3f863e0 commit 161c674

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/docker/vulcanexus/Dockerfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ ARG docker_image_base
1717
RUN echo "Docker Base image used: ${docker_image_base}"
1818

1919
# Install message interface and demo nodes required packages
20-
RUN source "/opt/vulcanexus/$VULCANEXUS_DISTRO/setup.bash" && \
21-
apt-get update && \
22-
apt-get install -y \
23-
ros-$VULCANEXUS_DISTRO-example-interfaces \
24-
ros-$VULCANEXUS_DISTRO-demo-nodes-cpp \
25-
ros-$VULCANEXUS_DISTRO-demo-nodes-py
20+
RUN source "/opt/vulcanexus/$VULCANEXUS_DISTRO/setup.bash"
21+
# && \
22+
# apt-get update && \
23+
# apt-get install -y \
24+
# ros-$VULCANEXUS_DISTRO-example-interfaces \
25+
# ros-$VULCANEXUS_DISTRO-demo-nodes-cpp \
26+
# ros-$VULCANEXUS_DISTRO-demo-nodes-py
2627

2728
# Copy and use run.bash as entrypoint
2829
COPY run.bash /root/run.bash

.github/workflows/docker-reusable-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE: "ddsrouter:ci"
6767
DDSROUTER_COMPOSE_TEST_ROS2_DOCKER_IMAGE: "vulcanexus:ci"
68-
VULCANEXUS_IMAGE: ${{ startsWith(inputs.fastdds_branch, '2.') && 'eprosima/vulcanexus:humble-core' || 'eprosima/vulcanexus:jazzy-core' }}
68+
VULCANEXUS_IMAGE: ${{ startsWith(inputs.fastdds_branch, '2.') && 'eprosima/vulcanexus:humble-desktop' || 'eprosima/vulcanexus:jazzy-desktop' }}
6969

7070
steps:
7171

0 commit comments

Comments
 (0)