1
0
Fork 0
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:
Markus Lehtonen 2020-05-25 10:22:33 +03:00
parent d75beace9b
commit a785f2825d

View file

@ -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