-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from PureStorage-OpenConnect/120-add-vendor-d…
…irectory-to-manage-deps Correct Dockerfile to use mod=readonly
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,6 @@ Binary downloads of the exporter can be found on the [Releases](https://github.c | |
|
||
The following commands describe how to run a typical build : | ||
```shell | ||
|
||
# clone the repository | ||
git clone [email protected]:PureStorage-OpenConnect/pure-fa-openmetrics-exporter.git | ||
|
||
|
@@ -54,7 +53,13 @@ cd pure-fa-openmetrics-exporter | |
make build . | ||
``` | ||
|
||
The newly built exporter executable can be found in the <kbd>./out/bin</kbd> directory. | ||
The newly built exporter binary can be found in the <kbd>./out/bin</kbd> directory. | ||
|
||
Optionally, to build the binary with the vendor cache, you may use | ||
|
||
```` | ||
make build-with-vendor | ||
```` | ||
|
||
### Docker Image | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters