File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ A Debian container is based on the offical golang:1.17.5-bullseye container imag
47
47
sudo docker build --tag lustre_exporter -f docker/Dockerfile .
48
48
sudo docker run --rm -v $PWD :/cpy -it lustre_exporter
49
49
```
50
- The binary will be available in ` build/lustre_exporter-X.X.X ` .
50
+ The binary will be available in the repositories ` build ` directory .
51
51
52
52
#### RPM Build Container
53
53
@@ -58,7 +58,7 @@ A CentOS7 container is based on the official CentOS7 container image for providi
58
58
sudo docker build -t rpm_dock -f docker/RPM-Dockerfile .
59
59
sudo docker run --rm -v $PWD :/rpm -it rpm_dock
60
60
```
61
- The RPM package will be available in ` build/x86_64/prometheus-lustre-exporter-X.X.X-1.0.el7.x86_64.rpm ` .
61
+ The RPM package will be available in the repositories ` build ` directory .
62
62
63
63
## Running
64
64
You can’t perform that action at this time.
0 commit comments