moved from centos8 to rocky linux 8
This commit is contained in:
		
							
								
								
									
										10
									
								
								runon.conf
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								runon.conf
									
									
									
									
									
								
							@@ -25,18 +25,14 @@ dockerfile =
 | 
				
			|||||||
pkginstall = RUN yum install {} -y
 | 
					pkginstall = RUN yum install {} -y
 | 
				
			||||||
packages = xterm vim-X11 git python3 bash-completion
 | 
					packages = xterm vim-X11 git python3 bash-completion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[centos8]
 | 
					[rocky8]
 | 
				
			||||||
dockerfile =
 | 
					dockerfile =
 | 
				
			||||||
	  FROM centos:8
 | 
					    FROM rockylinux:8
 | 
				
			||||||
    RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
 | 
					 | 
				
			||||||
    RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
 | 
					 | 
				
			||||||
    RUN yum install dnf-plugins-core -y
 | 
					 | 
				
			||||||
    RUN yum config-manager --set-enabled powertools -y
 | 
					 | 
				
			||||||
    RUN yum install sudo -y
 | 
					    RUN yum install sudo -y
 | 
				
			||||||
    RUN echo "Defaults lecture = never" >> /etc/sudoers
 | 
					    RUN echo "Defaults lecture = never" >> /etc/sudoers
 | 
				
			||||||
    RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 | 
					    RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 | 
				
			||||||
pkginstall = RUN yum install {} -y
 | 
					pkginstall = RUN yum install {} -y
 | 
				
			||||||
packages = ksh csh xterm xorg-x11-apps xkeyboard-config git glibc-devel gtk2 gtk3 alsa-lib python2 python3 bash-completion environment-modules
 | 
					packages = xterm vim-X11 git python3 bash-completion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[debian8]
 | 
					[debian8]
 | 
				
			||||||
dockerfile =
 | 
					dockerfile =
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user