We are trying to run bazel build //… on a custom base container. The build is successfully locally, successful in the base container when run outside of Circle CI, but when run on Circle CI fails with
Error cloning repository: ssh://git@github.com/bazelbuild/bazel-skylib: Algorithm negotiation fail caused by ssh://git@github.com/bazelbuild/bazel-skylib.
Is the custom container of the same hash both local and remote? My custom images are build both locally and remotely, and I suspect they often come out of sync!