This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Mesos 0.28.1 and Jenkins 2.8
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,10 @@ MAINTAINER Marc Villacorta Morera <[email protected]> | |
# Environment variables: | ||
#------------------------------------------------------------------------------ | ||
|
||
ENV MESOS_VERSION="0.28.0" \ | ||
ENV MESOS_VERSION="0.28.1" \ | ||
MESOS_URL="http://repos.mesosphere.io/el/7/noarch/RPMS" \ | ||
JENKINS_PLUGINS_URL="https://updates.jenkins-ci.org/download/plugins" \ | ||
JENKINS_VERSION="2.6" \ | ||
JENKINS_VERSION="2.8" \ | ||
JENKINS_MESOS_VERSION="0.12.0" | ||
|
||
#------------------------------------------------------------------------------ | ||
|
@@ -47,9 +47,11 @@ RUN rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key \ | |
#------------------------------------------------------------------------------ | ||
|
||
RUN mkdir -p /var/lib/jenkins/plugins && cd /var/lib/jenkins/plugins \ | ||
&& wget -q ${JENKINS_PLUGINS_URL}/mesos/${JENKINS_MESOS_VERSION}/mesos.hpi \ | ||
&& wget -q http://updates.jenkins-ci.org/latest/metrics.hpi \ | ||
&& wget -q http://updates.jenkins-ci.org/latest/credentials.hpi | ||
&& wget -q http://updates.jenkins-ci.org/download/plugins/credentials/2.0.7/credentials.hpi \ | ||
&& wget -q http://updates.jenkins-ci.org/download/plugins/junit/1.13/junit.hpi \ | ||
&& wget -q http://updates.jenkins-ci.org/download/plugins/jackson2-api/2.7.3/jackson2-api.hpi \ | ||
&& wget -q http://updates.jenkins-ci.org/download/plugins/metrics/3.1.2.7/metrics.hpi \ | ||
&& wget -q ${JENKINS_PLUGINS_URL}/mesos/${JENKINS_MESOS_VERSION}/mesos.hpi | ||
|
||
#------------------------------------------------------------------------------ | ||
# Populate root file system: | ||
|
This file contains 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
This file contains 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