What used to work until three weeks ago, now fails without any change on my side.
Automated build is configured in Docker Hub, linked to a BitBucket repo. Trying to manually trigger the build fails with:
Building in Docker Cloud's infrastructure...
abort: repository git@bitbucket.org:XXX/XXX.git not found!
please ensure the correct public key is added to the list of trusted keys for this repository and the remote branch exists. (255)
It appears like Docker Hub is treating the BitBucket repo like a git repo, and so it fails???
Any idea anyone? Anybody here with builds linked to BitBucket that do work? Thx!
-Oliver