mirror of
				https://github.com/docker/build-push-action.git
				synced 2025-10-30 22:10:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| frOM busybox as base
 | |
| cOpy lint.Dockerfile .
 | |
| 
 | |
| from scratch
 | |
| MAINTAINER moby@example.com
 | |
| COPy --from=base \
 | |
|   /lint.Dockerfile \
 | |
|   /
 | |
| 
 | |
| CMD [ "echo", "Hello, Norway!" ]
 | |
| CMD [ "echo", "Hello, Sweden!" ]
 | |
| ENTRYPOINT my-program start
 |