mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +00:00 
			
		
		
		
	 ddd5ed8331
			
		
	
	
		ddd5ed8331
		
	
	
	
	
		
			
			This provides test machinery for checking the QEMU copying logic works properly. It takes considerably less time to run than starting a debootstrap only for it to fail later. I considered adding a remove command to docker.py but figured that might be gold plating given the relative size of the containers compared to the ones with actual stuff in them. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210202134001.25738-7-alex.bennee@linaro.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			99 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			99 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| #
 | |
| # Empty Dockerfile
 | |
| #
 | |
| 
 | |
| FROM scratch
 | |
| 
 | |
| # Add everything from the context into the container
 | |
| ADD . /
 |