Skip to content

Use --no-cache option in order to force re-scan of server ssh keys.

Roger Feese requested to merge avoid-cache-for-ssh-build into develop

Currently we run ssh-keyscan to gather server keys for the ssh container. Since we typically want this to always run on a build, we may want to use the --no-cache build option.

Merge request reports