mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 13:28:18 +00:00
README: document new hostmount prefix Makefile variables
(cherry picked from commit 906b1a075f
)
This commit is contained in:
parent
d75beace9b
commit
a785f2825d
1 changed files with 15 additions and 13 deletions
|
@ -877,7 +877,9 @@ There are several Makefile variables that control the build process and the
|
|||
name of the resulting container image.
|
||||
|
||||
| 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_EXTRA_OPTS | Extra options to pass to build command | *empty*
|
||||
| IMAGE_PUSH_CMD | Command to push the image to remote registry | docker push
|
||||
|
|
Loading…
Add table
Reference in a new issue