mirror of
				https://github.com/containers/podman.git
				synced 2025-10-30 17:38:27 +08:00 
			
		
		
		
	 0360ec725a
			
		
	
	0360ec725a
	
	
	
		
			
			this pr allows the libpod integration suite to pass on the ppc64le architecture. in some cases, I had to skip tests. eventually, these tests need to be fixed so that they properly pass. of note for this PR is: * changed the ppc64le default container os to be overlay (over vfs) as vfs seems non-performant on ppc64le * still run vfs for rootless operations * some images names for ppc64le had to change because they don't exist. * this should help getting our CI to run on the platform Signed-off-by: baude <bbaude@redhat.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			290 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			290 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package integration
 | |
| 
 | |
| var (
 | |
| 	redis         = "docker.io/library/redis:alpine"
 | |
| 	fedoraMinimal = "registry.fedoraproject.org/fedora-minimal:latest"
 | |
| 	ALPINE        = "docker.io/library/alpine:latest"
 | |
| 	infra         = "k8s.gcr.io/pause:3.1"
 | |
| 	BB            = "docker.io/library/busybox:latest"
 | |
| )
 |