nvidia-container-toolkit/internal/runtime
Evan Lezar cca343abb0 Pass image when constructing CSV modifier
Since the incoming OCI spec has already been parsed and used to
construct a CUDA image representation, pass this to the CSV
modifier constructor instead of re-creating an image representation.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-07-18 15:27:16 +02:00
..
api.go Implement runtime package for creating runtime CLI 2023-02-13 16:09:46 +01:00
logger_test.go Define a basic logger interface 2023-06-12 10:46:10 +02:00
logger.go Replace logger.Warn(f) with logger.Warning(f) 2023-06-12 10:48:04 +02:00
runtime_factory_test.go Define a basic logger interface 2023-06-12 10:46:10 +02:00
runtime_factory.go Pass image when constructing CSV modifier 2023-07-18 15:27:16 +02:00
runtime.go Define a basic logger interface 2023-06-12 10:46:10 +02:00