parent
							
								
									9899ce98f7
								
							
						
					
					
						commit
						20d284c6ee
					
				
					 5 changed files with 125 additions and 0 deletions
				
			
		
							
								
								
									
										19
									
								
								fedora-42-minimal/Containerfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								fedora-42-minimal/Containerfile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
FROM fedora:42
 | 
			
		||||
 | 
			
		||||
RUN sh /imgbuild/fedora/instpkgs-minimal.sh
 | 
			
		||||
 | 
			
		||||
# We don't clean up dnf cache since user may want to install packages for their use
 | 
			
		||||
 | 
			
		||||
ADD containers.conf /etc/containers/
 | 
			
		||||
 | 
			
		||||
RUN sh /imgbuild/configure-nested-container.sh
 | 
			
		||||
 | 
			
		||||
VOLUME /var/lib/containers
 | 
			
		||||
VOLUME /home/action/.local/share/containers
 | 
			
		||||
 | 
			
		||||
# Set up environment variables to note that this is
 | 
			
		||||
# not starting with usernamespace and default to
 | 
			
		||||
# isolate the filesystem with chroot.
 | 
			
		||||
ENV _BUILDAH_STARTED_IN_USERNS="" BUILDAH_ISOLATION=chroot
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT [ "/bin/bash" ]
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue