mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-26 18:18:24 +00:00
Extract manifest from packaging image
Also include manifest.txt with, for example, version info when extracting packages from the packagin image. Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
@@ -55,4 +55,4 @@ docker run --rm \
|
||||
-u $(id -u):$(id -g) \
|
||||
--entrypoint="bash" \
|
||||
${IMAGE} \
|
||||
-c "cp -R /artifacts/packages/* ${DIST_DIR}"
|
||||
-c "cp --preserve=timestamps -R /artifacts/* ${DIST_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user