I try to build package according to here: https://github.com/grafana/grafana/tree/master/scripts/build/ci-build
I have cloned the source code and installed docker. But when i execute make run-with-local-source-live
Unable to find image ‘grafana/build-container:dev’ locally
docker: Error response from daemon: manifest for grafana/build-container:dev not found: manifest unknown: manifest unknown.
Seems the image grafana/build-container:dev can no be found from remote repository.
I wonder where the image can be found.
Thanks,
Lei