Init dockerfiles folder and base gogs Dockerfile
This commit is contained in:
		
							parent
							
								
									1a247340db
								
							
						
					
					
						commit
						5a01a0f668
					
				
					 6 changed files with 30 additions and 0 deletions
				
			
		
							
								
								
									
										20
									
								
								dockerfiles/images/gogits/Dockerfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								dockerfiles/images/gogits/Dockerfile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,20 @@
 | 
			
		|||
FROM stackbrew/ubuntu:13.10
 | 
			
		||||
MAINTAINER  Meaglith Ma <genedna@gmail.com> (@genedna)
 | 
			
		||||
 | 
			
		||||
ADD ./sources.list /etc/apt/
 | 
			
		||||
 | 
			
		||||
RUN mkdir -p /go
 | 
			
		||||
ENV PATH /usr/local/go/bin:/go/bin:$PATH
 | 
			
		||||
ENV GOROOT /usr/local/go
 | 
			
		||||
ENV GOPATH /go
 | 
			
		||||
 | 
			
		||||
RUN apt-get update && apt-get install -y curl git mercurial zip wget ca-certificates build-essential
 | 
			
		||||
 | 
			
		||||
RUN curl -s http://docker.u.qiniudn.com/go1.2.1.src.tar.gz | tar -v -C /usr/local -xz
 | 
			
		||||
RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
 | 
			
		||||
 | 
			
		||||
RUN go get -u github.com/gogits/gogs 
 | 
			
		||||
RUN cd $GOPATH/src/github.com/gogits/gogs && go build
 | 
			
		||||
 | 
			
		||||
RUN apt-get autoremove -y
 | 
			
		||||
RUN apt-get clean all
 | 
			
		||||
							
								
								
									
										10
									
								
								dockerfiles/images/gogits/sources.list
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								dockerfiles/images/gogits/sources.list
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
deb http://mirrors.aliyun.com/ubuntu/ saucy main restricted
 | 
			
		||||
deb http://mirrors.aliyun.com/ubuntu/ saucy-updates main restricted
 | 
			
		||||
deb http://mirrors.aliyun.com/ubuntu/ saucy universe
 | 
			
		||||
deb http://mirrors.aliyun.com/ubuntu/ saucy-updates universe
 | 
			
		||||
deb http://mirrors.aliyun.com/ubuntu/ saucy multiverse
 | 
			
		||||
deb http://mirrors.aliyun.com/ubuntu/ saucy-updates multiverse
 | 
			
		||||
deb http://mirrors.aliyun.com/ubuntu/ saucy-backports main restricted universe multiverse
 | 
			
		||||
deb http://mirrors.aliyun.com/ubuntu/ saucy-security main restricted
 | 
			
		||||
deb http://mirrors.aliyun.com/ubuntu/ saucy-security universe
 | 
			
		||||
deb http://mirrors.aliyun.com/ubuntu/ saucy-security multiverse
 | 
			
		||||
							
								
								
									
										0
									
								
								dockerfiles/images/memcached/.gitkeep
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								dockerfiles/images/memcached/.gitkeep
									
										
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								dockerfiles/images/mysql/.gitkeep
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								dockerfiles/images/mysql/.gitkeep
									
										
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								dockerfiles/images/posgresql/.gitkeep
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								dockerfiles/images/posgresql/.gitkeep
									
										
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								dockerfiles/images/redis/.gitkeep
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								dockerfiles/images/redis/.gitkeep
									
										
									
									
									
										Normal file
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue