-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use jenkins-2.332.3 jdk8 base image (#129)
Signed-off-by: Rishabh Singh <sngri@amazon.com>
- Loading branch information
1 parent
56a21b2
commit a01f56a
Showing
3 changed files
with
4 additions
and
4 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM jenkins/jenkins:2.332.3-lts | ||
FROM jenkins/jenkins:2.332.3-lts-jdk8 | ||
LABEL maintainer="OpenSearch" | ||
ENV JAVA_OPTS -Djenkins.install.runSetupWizard=false | ||
COPY plugins.txt plugins.txt | ||
RUN /usr/local/bin/install-plugins.sh < plugins.txt | ||
RUN /usr/local/bin/install-plugins.sh < plugins.txt |
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