node-red / node-red-docker

Repository for all things Node-RED and Docker related
Apache License 2.0
481 stars 383 forks source link

Docker-custom build fails on ssh-keyscan #331

Closed alex-vyverman closed 2 years ago

alex-vyverman commented 2 years ago

Hi all,

So you have a real issue to raise...

Trying to build a custom Docker image using the Docker-custom files provided

What are the steps to reproduce?

  1. git clone https://github.com/node-red/node-red-docker.git
  2. cd node-red-docker/docker-custom
  3. ./docker-debian.sh

What happens?

The build fails on: ssh-keyscan failed, no more retries left The command '/bin/sh -c ./known_hosts.sh /etc/ssh/ssh_known_hosts && rm /usr/src/node-red/known_hosts.sh' returned a non-zero code: 1

Please tell us about your environment:

[ ] Platform/OS: Ubuntu 20.04

hardillb commented 2 years ago

Please show more of the build output,

hardillb commented 2 years ago

It's working fine for me with a clean checkout. Does the machine you are running it on have access to the internet?

alex-vyverman commented 2 years ago

Thanks for your response.

I tried it on my home network, and it built just fine. On the company network we have some security proxy thing which I suspect is messing up the gpg keys.

I'll close this for now.