Updates oci image config to support upstream ArgsEscaped
ArgsEscaped has now been merged into upstream OCI image spec. This change removes the workaround we were doing in containerd to deserialize the extra json outside of the spec and instead just uses the formal spec types. Signed-off-by: Justin Terry <jlterry@amazon.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/github.com/opencontainers/image-spec/specs-go/version.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/opencontainers/image-spec/specs-go/version.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -20,9 +20,9 @@ const (
 | 
			
		||||
	// VersionMajor is for an API incompatible changes
 | 
			
		||||
	VersionMajor = 1
 | 
			
		||||
	// VersionMinor is for functionality in a backwards-compatible manner
 | 
			
		||||
	VersionMinor = 0
 | 
			
		||||
	VersionMinor = 1
 | 
			
		||||
	// VersionPatch is for backwards-compatible bug fixes
 | 
			
		||||
	VersionPatch = 2
 | 
			
		||||
	VersionPatch = 0
 | 
			
		||||
 | 
			
		||||
	// VersionDev indicates development branch. Releases will be empty string.
 | 
			
		||||
	VersionDev = "-dev"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user