mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Use package version as version
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
9c73438682
commit
ba5c4b2831
@ -77,7 +77,7 @@ function extract_info() {
|
|||||||
IMAGE_EPOCH=$(extract_info "IMAGE_EPOCH")
|
IMAGE_EPOCH=$(extract_info "IMAGE_EPOCH")
|
||||||
GIT_BRANCH=$(extract_info "GIT_BRANCH")
|
GIT_BRANCH=$(extract_info "GIT_BRANCH")
|
||||||
GIT_COMMIT=$(extract_info "GIT_COMMIT")
|
GIT_COMMIT=$(extract_info "GIT_COMMIT")
|
||||||
VERSION=$(extract_info "VERSION")
|
VERSION=$(extract_info "PACKAGE_VERSION")
|
||||||
|
|
||||||
|
|
||||||
# add_distro adds the specified component, os, and arch to the .package folder from which a kitmaker archive is generated.
|
# add_distro adds the specified component, os, and arch to the .package folder from which a kitmaker archive is generated.
|
||||||
|
Loading…
Reference in New Issue
Block a user