-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, there's an issue in the Dockerfile when creating the micro-RTPS image.
This happens when building the docker image
docker build -t fiware/micro-rtps-examples ./micro-rtps
At this line:
git clone --recursive https://github.com/eProsima/micro-RTPS.git
The error:
Step 20/22 : RUN git clone --recursive https://github.com/eProsima/micro-RTPS.git
---> Running in f5ea07e8ebd2
Cloning into 'micro-RTPS'...
Submodule 'agent' (git@github.com:eProsima/Micro-XRCE-DDS-Agent.git) registered for path 'agent'
Submodule 'client' (git@github.com:eProsima/Micro-XRCE-DDS-Client.git) registered for path 'client'
Submodule 'gen' (git@github.com:eProsima/Micro-XRCE-DDS-Gen.git) registered for path 'gen'
Cloning into 'agent'...
Host key verification failed.
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:eProsima/Micro-XRCE-DDS-Agent.git' into submodule path 'agent' failed
This happens when trying to clone using the ssh form on the dependencies.
Probably because the host verification is failing or there's an invalid key when trying to ssh github.
For verification purposes, running this command locally works fine:
git clone --recursive https://github.com/eProsima/micro-RTPS.git