Skip to content

Commit 503f3cb

Browse files
authored
docs: clarify docker build instruction (prometheus#16319)
Make it explicit that the make docker command is not intended for local builds. Signed-off-by: Owen Williams <owen.williams@grafana.com>
1 parent e19ff7a commit 503f3cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ always, be extra careful when loading third party code.
130130

131131
### Building the Docker image
132132

133-
The `make docker` target is designed for use in our CI system.
134133
You can build a docker image locally with the following commands:
135134

136135
```bash
@@ -140,6 +139,9 @@ make npm_licenses
140139
make common-docker-amd64
141140
```
142141

142+
The `make docker` target is intended only for use in our CI system and will not
143+
produce a fully working image when run locally.
144+
143145
## Using Prometheus as a Go Library
144146

145147
### Remote Write

0 commit comments

Comments
 (0)