We’re seeing an error that has just started happening today when using the SonarCloud Github action to analyze our commits.
Here’s what we’re seeing for the logs in Github:
Run SonarSource/sonarcloud-github-action@master
/usr/bin/docker run --name c2e1397fad68f3d4d7992a1e7e0d564a712_ea977e --label 540c2e ....
Unable to find image '540c2e:1397fad68f3d4d7992a1e7e0d564a712' locally
docker: Error response from daemon: pull access denied for 540c2e, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
I’m not sure it looks like something (docker?) is trimming that --name argument to 32 characters or something like that. It’s not clear to me where the name argument comes from or how to make it shorter.