mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 11:35:09 +08:00 
			
		
		
		
	Create test-ubuntu-git Docker Container for Proxy Tests (#1616)
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							b4ffde65f4
						
					
				
				
					commit
					473055ba18
				
			
							
								
								
									
										10
									
								
								images/test-ubuntu-git.Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								images/test-ubuntu-git.Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
# Defines the test-ubuntu-git Container Image.
 | 
			
		||||
# Consumed by actions/checkout CI/CD validation workflows.
 | 
			
		||||
 | 
			
		||||
FROM ubuntu:latest
 | 
			
		||||
 | 
			
		||||
RUN apt update
 | 
			
		||||
RUN apt install -y git
 | 
			
		||||
 | 
			
		||||
LABEL org.opencontainers.image.description="Ubuntu image with git pre-installed"
 | 
			
		||||
LABEL org.opencontainers.image.licenses=MIT
 | 
			
		||||
		Reference in New Issue
	
	Block a user