Created
September 24, 2016 07:55
-
-
Save suraphanL/695d421f07c8a7d353c28573816e2ec2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jenkinsci/jenkins:2.0 | |
USER root | |
RUN mkdir /var/log/jenkins | |
RUN mkdir /var/cache/jenkins | |
RUN chown -R jenkins:jenkins /var/log/jenkins | |
RUN chown -R jenkins:jenkins /var/cache/jenkins | |
USER jenkins | |
ENV JAVA_OPTS="-Xmx8192m" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment