[JIRA] (JENKINS-53415) container image: don't uncompress jenkins.war to /var/jenkins_home

2019-04-26 Thread reitzmichni...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Düsterhus commented on  JENKINS-53415  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: container image: don't uncompress jenkins.war to /var/jenkins_home   
 

  
 
 
 
 

 
 I recommend adding this: JENKINS_OPTS="--webroot=/var/cache/jenkins/war --pluginroot=/var/cache/jenkins/plugins"  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53415) container image: don't uncompress jenkins.war to /var/jenkins_home

2018-09-04 Thread i...@metux.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Enrico Weigelt created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53415  
 
 
  container image: don't uncompress jenkins.war to /var/jenkins_home   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 docker  
 
 
Created: 
 2018-09-04 14:52  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Enrico Weigelt  
 

  
 
 
 
 

 
 Jenkins puts lots of temporary data (that's not part of the actual state, but automatically created) into the jenkins_home volume, by uncompressing the war there. This unnecessarily bloats up the jenkins_home volume (about 200MB!), which is very unpleasant when running many instances and for backups. I see several options for solving that problem: 
 
dont uncompress it at all 
mount it via fuse-zip 
uncompress to some tmpfs 
uncompress to an extra volume (which can be easily disposed) 
    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment