moves home back to /home/abc
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/manual/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/manual/woodpecker Pipeline was successful
				
			This commit is contained in:
		
							parent
							
								
									56233b20d0
								
							
						
					
					
						commit
						cf66141e66
					
				
					 2 changed files with 32 additions and 0 deletions
				
			
		
							
								
								
									
										25
									
								
								.woodpecker.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								.woodpecker.yaml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,25 @@
 | 
				
			||||||
 | 
					# Build and publish Docker images for multible architectures.
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# Pushing an image to codeberg as container registry,
 | 
				
			||||||
 | 
					# package owner will be the repo owner.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# this config also shows usage of yaml aliases and
 | 
				
			||||||
 | 
					# was taken from https://codeberg.org/6543/docker-images/src/commit/37e29c227717c1c07d2776cddcf147
 | 
				
			||||||
 | 
					# 25bf952875/.woodpecker/hello.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					when:
 | 
				
			||||||
 | 
					  branch: main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					steps:
 | 
				
			||||||
 | 
					  build-container:
 | 
				
			||||||
 | 
					    image: woodpeckerci/plugin-docker-buildx
 | 
				
			||||||
 | 
					    settings:
 | 
				
			||||||
 | 
					      dockerfile: Dockerfile
 | 
				
			||||||
 | 
					      platforms: linux/arm64/v8,linux/amd64
 | 
				
			||||||
 | 
					      repo: git.jmbit.de/jmb/webtop-plus
 | 
				
			||||||
 | 
					      registry: git.jmbit.de
 | 
				
			||||||
 | 
					      username: jmb
 | 
				
			||||||
 | 
					      password:
 | 
				
			||||||
 | 
					        from_secret: forgejo_token
 | 
				
			||||||
 | 
					    when:
 | 
				
			||||||
 | 
					      event: push
 | 
				
			||||||
							
								
								
									
										7
									
								
								Dockerfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								Dockerfile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,7 @@
 | 
				
			||||||
 | 
					FROM lscr.io/linuxserver/webtop
 | 
				
			||||||
 | 
					LABEL authors="Johannes Bülow <johannes.buelow@jmbit.de>"
 | 
				
			||||||
 | 
					RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc
 | 
				
			||||||
 | 
					ENV HOME=/home/abc \
 | 
				
			||||||
 | 
					    START_DOCKER=false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					EXPOSE 3000 3001
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue