mirror of
				https://github.com/containers/podman.git
				synced 2025-11-04 08:56:05 +08:00 
			
		
		
		
	Bump github.com/containers/common from 0.4.2 to 0.5.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.4.2...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
		
				
					committed by
					
						
						Daniel J Walsh
					
				
			
			
				
	
			
			
			
						parent
						
							c9f148fb15
						
					
				
				
					commit
					a95e9e5b4a
				
			
							
								
								
									
										7
									
								
								vendor/github.com/containers/buildah/pull.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								vendor/github.com/containers/buildah/pull.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@ -216,8 +216,13 @@ func Pull(ctx context.Context, imageName string, options PullOptions) (imageID s
 | 
			
		||||
	} else {
 | 
			
		||||
		imageID = img.ID
 | 
			
		||||
	}
 | 
			
		||||
	if errs == nil {
 | 
			
		||||
		err = nil
 | 
			
		||||
	} else {
 | 
			
		||||
		err = errs.ErrorOrNil()
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return imageID, errs.ErrorOrNil()
 | 
			
		||||
	return imageID, err
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func pullImage(ctx context.Context, store storage.Store, srcRef types.ImageReference, options PullOptions, sc *types.SystemContext) (types.ImageReference, error) {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user