mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	* Add dockerfile for ppc64le and related changes * Pass the fill file as DOCKEFILE * Add the dockerfile name to build msg
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM        ppc64le/busybox:glibc
 | |
| 
 | |
| COPY node_exporter /bin/node_exporter
 | |
| 
 | |
| EXPOSE      9100
 | |
| USER        nobody
 | |
| ENTRYPOINT  [ "/bin/node_exporter" ]
 |