mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
README: document new hostmount prefix Makefile variables
This commit is contained in:
parent
1f873f0dfc
commit
906b1a075f
1 changed files with 15 additions and 13 deletions
|
@ -878,7 +878,9 @@ There are several Makefile variables that control the build process and the
|
||||||
name of the resulting container image.
|
name of the resulting container image.
|
||||||
|
|
||||||
| Variable | Description | Default value
|
| Variable | Description | Default value
|
||||||
| ---------------------- | -------------------------------------------- | ----------- |
|
| -------------------------- | ----------------------------------------------------------------- | ----------- |
|
||||||
|
| HOSTMOUNT_PREFIX | Prefix of system directories for feature discovery (local builds) | /
|
||||||
|
| CONTAINER_HOSTMOUNT_PREFIX | Prefix of system directories for feature discovery (container builds) | <HOSTMOUNT_PREFIX> (*if specified*) /host- (*otherwise*)
|
||||||
| IMAGE_BUILD_CMD | Command to build the image | docker build
|
| IMAGE_BUILD_CMD | Command to build the image | docker build
|
||||||
| IMAGE_BUILD_EXTRA_OPTS | Extra options to pass to build command | *empty*
|
| IMAGE_BUILD_EXTRA_OPTS | Extra options to pass to build command | *empty*
|
||||||
| IMAGE_PUSH_CMD | Command to push the image to remote registry | docker push
|
| IMAGE_PUSH_CMD | Command to push the image to remote registry | docker push
|
||||||
|
|
Loading…
Add table
Reference in a new issue