mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	Debug CI by leaving images alive
This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -192,7 +192,7 @@ pipeline {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
	post {
 | 
						post {
 | 
				
			||||||
		always {
 | 
							always {
 | 
				
			||||||
			sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
 | 
								//sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
 | 
				
			||||||
			sh 'echo Reverting ownership'
 | 
								sh 'echo Reverting ownership'
 | 
				
			||||||
			sh 'docker run --rm -v $(pwd):/data ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /data'
 | 
								sh 'docker run --rm -v $(pwd):/data ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /data'
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,6 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1
 | 
				
			|||||||
ENV S6_FIX_ATTRS_HIDDEN=1
 | 
					ENV S6_FIX_ATTRS_HIDDEN=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
 | 
					RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
 | 
				
			||||||
	&& rm -rf /etc/nginx \
 | 
					 | 
				
			||||||
	&& apk update \
 | 
						&& apk update \
 | 
				
			||||||
	&& apk add python2 certbot jq \
 | 
						&& apk add python2 certbot jq \
 | 
				
			||||||
	&& rm -rf /var/cache/apk/*
 | 
						&& rm -rf /var/cache/apk/*
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user