Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							f71c419cfb 
							
						 
					 
					
						
						
							
							Move modifying OCI runtime wrapper to oci package  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2023-02-13 16:09:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							1eb0e3c8b3 
							
						 
					 
					
						
						
							
							Merge branch 'fix-executable-locator' into 'main'  
						
						 
						
						... 
						
						
						
						Fix location of executables in PATH
See merge request nvidia/container-toolkit/container-toolkit!148 
						
					 
					
						2022-05-12 05:26:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							088db09180 
							
						 
					 
					
						
						
							
							Use executable locator to find low-level runtime  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2022-05-10 15:21:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							395f6cecb2 
							
						 
					 
					
						
						
							
							Add GetContainerRoot to oci.State type  
						
						 
						
						... 
						
						
						
						This change adds a GetContainerRoot to the oci.State type to
encapsulate the logic around determining the container root.
This Fixes a bug where relative roots (e.g. as generated by contianerd)
are not supported.
Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2022-05-10 11:48:43 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							7574a0d7de 
							
						 
					 
					
						
						
							
							Make output of bundle directory a debug message  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2022-05-09 09:38:16 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							335de5a352 
							
						 
					 
					
						
						
							
							Switch to debug logging when locating runtimes  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2022-05-09 09:38:16 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							5d7b3a4a96 
							
						 
					 
					
						
						
							
							Return raw spec from Spec.Load  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2022-05-05 13:43:13 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							95797a8252 
							
						 
					 
					
						
						
							
							Move reading of container state for internal/oci package  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2022-04-07 20:25:55 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							1c892af215 
							
						 
					 
					
						
						
							
							Add hook command to nvidia-ctk with update-ldcache subcommand  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2022-04-07 16:38:01 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							4177fddcc4 
							
						 
					 
					
						
						
							
							Import modifying runtime abstraction from experimental runtime  
						
						 
						
						... 
						
						
						
						This change imports the modifying runtime abstraction from the
experimental branch. This encapsulates the checks for whether
modification is required, and forwards the loaded spec to
the specified modifier. This allows for the same code to be
reused when performing more complex modifications.
Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2022-03-29 11:05:42 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							bf8c3bab72 
							
						 
					 
					
						
						
							
							Add test package with GetModuleRoot and PrependToPath function  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2022-03-29 11:05:41 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							58801d0c71 
							
						 
					 
					
						
						
							
							Fix logging to stderr instead of file logger  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2021-11-16 21:37:50 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							06cd37b892 
							
						 
					 
					
						
						
							
							Merge branch 'use-internal-oci' into 'master'  
						
						 
						
						... 
						
						
						
						Import internal/oci package from experimental branch
See merge request nvidia/container-toolkit/container-toolkit!68 
						
					 
					
						2021-11-12 10:03:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							8afd89676f 
							
						 
					 
					
						
						
							
							Add basic test for preservation of OCI spec under modification  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2021-11-04 13:42:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							d234077780 
							
						 
					 
					
						
						
							
							Remove unneeded files  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2021-10-29 16:49:02 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							b8acd7657a 
							
						 
					 
					
						
						
							
							Import internal/oci package from experimental branch  
						
						 
						
						... 
						
						
						
						Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2021-10-29 16:44:31 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Lezar 
							
						 
					 
					
						
						
						
						
							
						
						
							b6a585c77d 
							
						 
					 
					
						
						
							
							Copy code from nvidia-container-runtime  
						
						 
						
						... 
						
						
						
						This change copies the cmd/nvidia-container-runtime, internal, and test
folders from github.com/NVIDIA/nvidia-container-runtime@8a63b4b34f3ce3b4167f0516aa3f7207ca280dfb
Signed-off-by: Evan Lezar <elezar@nvidia.com> 
						
					 
					
						2021-09-07 13:13:03 +02:00