Build: building a local docker image using build-docker-dev no longer supported (#42563)

This commit is contained in:
Leonard Gram
2021-12-01 14:34:28 +01:00
committed by GitHub
parent 0a50de14d3
commit c6021c8b4f
3 changed files with 1 additions and 47 deletions
-5
View File
@@ -204,11 +204,6 @@ make build-docker-full
The resulting image will be tagged as grafana/grafana:dev.
> **Note:** If you've already set up a local development environment, and you're running a `linux/amd64` machine, you can speed up building the Docker image:
1. Build the frontend: `go run build.go build-frontend`.
1. Build the Docker image: `make build-docker-dev`.
**Note:** If you are using Docker for macOS, be sure to set the memory limit to be larger than 2 GiB. Otherwise, `grunt build` may fail. The memory limit settings are available under **Docker Desktop** -> **Preferences** -> **Advanced**.
## Troubleshooting