Skip to content

Commit

Permalink
Merge pull request #10 from MRamonLeon/update-base-image
Browse files Browse the repository at this point in the history
Update the Jenkins 2.190 base image as a source of plugin management scripts
  • Loading branch information
oleg-nenashev committed Aug 19, 2019
2 parents 23d84da + 8665906 commit 73622ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# TODO: change the base image to an official one
FROM jenkins4eval/jenkins:2.176.2-jdk8-a2d2c853f8a44895c940827159f6957ba55cb193 as install_scripts_source

FROM jenkins/jenkins:2.190 as install_scripts_source
FROM cloudbees/cloudbees-jenkins-distribution:2.176.2.3
COPY --from=install_scripts_source /usr/local/bin/jenkins-support /usr/local/bin/jenkins-support
COPY --from=install_scripts_source /usr/local/bin/install-plugins.sh /usr/local/bin/install-plugins.sh
Expand Down

0 comments on commit 73622ed

Please sign in to comment.