Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 582 Bytes

README.adoc

File metadata and controls

8 lines (7 loc) · 582 Bytes

Launchpad Jenkins Slave Dockerfile

Custom Jenkins Slave

  • Tuned to support running in a constrained cloud environment (OpenShift Online Free)

  • Extends from openshift/jenkins-slave-maven-centos7:latest

  • Installs i686 JDK and removes x86_84 JDK (slimmer memory profile)

  • Sets _JAVA_OPTIONS to keep java and javac processes from overextending available memory

  • Sets a ~/.m2/settings.xml to drop deployments and recreate them, bypassing a quota limit issue on OpenShift Online Starter