mirror of
				https://github.com/kevinveenbirkenbach/docker-volume-backup.git
				synced 2025-11-04 02:27:56 +00:00 
			
		
		
		
	Bypass buffer
This commit is contained in:
		@@ -233,7 +233,7 @@ def is_image_whitelisted(container, images):
 | 
				
			|||||||
    whitelisted = any(pattern in info for pattern in images)
 | 
					    whitelisted = any(pattern in info for pattern in images)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # log the result
 | 
					    # log the result
 | 
				
			||||||
    print(f"Container {container!r} → image {info!r} → whitelisted? {whitelisted}")
 | 
					    print(f"Container {container!r} → image {info!r} → whitelisted? {whitelisted}", flush=True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return whitelisted
 | 
					    return whitelisted
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user