All checks were successful
		
		
	
	Build and push / Build and push images (push) Successful in 1m54s
				
			
		
			
				
	
	
		
			5 lines
		
	
	
		
			187 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			187 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM docker.io/node:18-bullseye
 | 
						|
RUN apt-get -y update && \
 | 
						|
    apt-get -y install sudo jq buildah podman && \
 | 
						|
    (echo '[storage]';echo 'driver = "vfs"') > /etc//containers/storage.conf
 |