Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix path to binary in Dockerfile for querytee (grafana#5537)
* Fix path to binary in Dockerfile for querytee The Dockerfile referenced an incorrect path of the querytee binary causing the build of the querytee image to fail. ``` $ make loki-querytee-image docker build -t grafana/loki-querytee:main-84c97ce -f cmd/querytee/Dockerfile . Sending build context to Docker daemon 650.6MB ... Step 7/8 : COPY --from=build /src/loki/cmd/querytee/loki-querytee /usr/bin/querytee COPY failed: stat src/loki/cmd/querytee/loki-querytee: file does not exist make: *** [Makefile:526: loki-querytee-image] Error 1 ``` Signed-off-by: Christian Haudum <[email protected]> * Add querytee binary to Docker ignore file Signed-off-by: Christian Haudum <[email protected]>
- Loading branch information