Skip to content

Commit bbe03e9

Browse files
committed
Restore docker CI config
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
1 parent 161c674 commit bbe03e9

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/docker/vulcanexus/Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ 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-
# && \
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
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
2726

2827
# Copy and use run.bash as entrypoint
2928
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-desktop' || 'eprosima/vulcanexus:jazzy-desktop' }}
68+
VULCANEXUS_IMAGE: ${{ startsWith(inputs.fastdds_branch, '2.') && 'eprosima/vulcanexus:humble-core' || 'eprosima/vulcanexus:jazzy-core' }}
6969

7070
steps:
7171

0 commit comments

Comments
 (0)